Project

General

Profile

« Previous | Next » 

Revision 117b614b

Added by Andreas Kohlbecker over 12 years ago

View differences:

pom.xml
95 95
    <!-- the cdm internal repository -->
96 96
    <repository>
97 97
      <id>EditRepository</id>
98
      <url>http://wp5.e-taxonomy.eu/cdmlib/mavenrepo/</url>
98
      <url>http://wp5.e-taxonomy.eu/mavenrepo/</url>
99 99
    </repository>
100 100
    <!-- apache incubating repository -->
101 101
    <repository>
......
160 160
           </resource>
161 161
     </resources>
162 162
  <plugins>
163
    <!-- ====== IDE ====== -->
164
      <plugin>
165
        <groupId>org.apache.maven.plugins</groupId>
166
        <artifactId>maven-eclipse-plugin</artifactId>
167
        <configuration>
168
          <downloadSources>true</downloadSources>
169
          <downloadJavadocs>true</downloadJavadocs>
170
          <additionalConfig>
171
            <file>
172
              <name>.settings/org.eclipse.jdt.core.prefs</name>
173
              <location>ide/eclipse/default.settings/org.eclipse.jdt.core.prefs</location>
174
            </file>
175
            <file>
176
              <name>.settings/org.eclipse.jdt.ui.prefs</name>
177
              <location>ide/eclipse/default.settings/org.eclipse.jdt.ui.prefs</location>
178
            </file>
179
          </additionalConfig>
180
        </configuration>
181
      </plugin>
182

  
163 183
      <plugin>
164 184
          <!--
165 185
            only needed for testing the svn credentials
......
180 200
               <connectionType>developerConnection</connectionType>
181 201
          </configuration>
182 202
        </plugin>
183
      <plugin>
184
        <artifactId>maven-compiler-plugin</artifactId>
185
        <configuration>
186
          <source>1.6</source>
187
          <target>1.6</target>
188
        </configuration>
189
      </plugin>
203
        <!-- ====== CREATE ====== -->
204
        <plugin>
205
          <artifactId>maven-compiler-plugin</artifactId>
206
          <configuration>
207
            <source>1.6</source>
208
            <target>1.6</target>
209
          </configuration>
210
        </plugin>
190 211
      <plugin>
191 212
        <artifactId>maven-surefire-plugin</artifactId>
192 213
        <configuration>
......
268 289
          <stylesheet>maven</stylesheet>
269 290
        </configuration>
270 291
      </plugin>
271
      <plugin>
272
        <groupId>org.apache.maven.plugins</groupId>
273
        <artifactId>maven-eclipse-plugin</artifactId>
274
        <configuration>
275
          <downloadSources>true</downloadSources>
276
          <downloadJavadocs>true</downloadJavadocs>
277
        </configuration>
278
      </plugin>
292

  
279 293
      <!-- ====== PACKAGE ====== -->
280 294
      <!--
281 295
        package the default webapp, and also add the
......
484 498
      <id>wp5.e-taxonomy.eu</id>
485 499
      <name>Edit Maven Repository</name>
486 500
      <url>
487
        scpexe://160.45.63.151/var/www/wp5.e-taxonomy.eu/cdmlib/mavenrepo
501
        scpexe://160.45.63.151/var/www/wp5.e-taxonomy.eu/mavenrepo
488 502
      </url>
489 503
    </repository>
490 504
  </distributionManagement>

Also available in: Unified diff