Pom changes to enable fully automated tycho build and MANIFEST first development...
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / pom.xml
index a92ce31a84e8bae73933a24f0eeecb18f6e573e2..58a76073b1e642c34cbdf0719a0b269f38dd5699 100644 (file)
@@ -1,75 +1,55 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://maven.apache.org/POM/4.0.0"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
        <parent>\r
                <groupId>eu.etaxonomy</groupId>\r
                <artifactId>taxeditor-parent</artifactId>\r
                <version>3.0.6-SNAPSHOT</version>\r
        </parent>\r
        <modelVersion>4.0.0</modelVersion>\r
-       <groupId>eu.etaxonomy</groupId>\r
        <artifactId>eu.etaxonomy.taxeditor.cdmlib</artifactId>\r
        <packaging>eclipse-plugin</packaging>\r
-       <version>3.0.6-SNAPSHOT</version>\r
-       \r
        <name>CDM Library Dependencies Plugin</name>\r
        <description>CDM Library and dependencies as a plugin</description>\r
-       \r
        <build>\r
                <plugins>\r
                        <plugin>\r
                                <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-jar-plugin</artifactId>\r
+                               <artifactId>maven-dependency-plugin</artifactId>\r
+                               <version>2.3</version>\r
+                               <executions>\r
+                                       <execution>\r
+                                               <id>copy-dependencies</id>\r
+                                               <phase>validate</phase>\r
+                                               <goals>\r
+                                                       <goal>copy-dependencies</goal>\r
+                                               </goals>\r
+                                               <configuration>\r
+                                                       <excludeArtifactIds>junit,log4j,unitils</excludeArtifactIds>\r
+                                                       <outputDirectory>lib</outputDirectory>\r
+                                                       <overWriteReleases>true</overWriteReleases>\r
+                                                       <overWriteSnapshots>true</overWriteSnapshots>\r
+                                                       <excludeTransitive>true</excludeTransitive>\r
+                                               </configuration>\r
+                                       </execution>\r
+                                       <!--execution>\r
+                                   <id>copy-dependencies-sources</id>\r
+                                   <phase>validate</phase>\r
+                                   <goals>\r
+                                     <goal>copy-dependencies</goal>\r
+                                   </goals>\r
+                                   <configuration>\r
+                                     <classifier>sources</classifier>\r
+                                     <excludeArtifactIds>junit,log4j,unitils</excludeArtifactIds>\r
+                                     <outputDirectory>lib</outputDirectory>\r
+                                     <overWriteReleases>true</overWriteReleases>\r
+                                     <overWriteSnapshots>true</overWriteSnapshots>\r
+                                     <excludeTransitive>true</excludeTransitive>\r
+                                   </configuration>\r
+                         </execution-->\r
+                               </executions>\r
                        </plugin>\r
-                       <plugin>\r
-                               <groupId>org.eclipse.tycho</groupId>\r
-                               <artifactId>tycho-packaging-plugin</artifactId>\r
-                               <version>${tycho.version}</version>\r
-                               <configuration>\r
-                                       <archive>\r
-                                               <addMavenDescriptor>false</addMavenDescriptor>\r
-                                       </archive>\r
-                               </configuration>\r
-                       </plugin>\r
-             <plugin>\r
-               <groupId>org.apache.maven.plugins</groupId>\r
-               <artifactId>maven-dependency-plugin</artifactId>\r
-               <executions>\r
-                 <execution>\r
-                   <id>copy-dependencies</id>\r
-                   <phase>validate</phase>\r
-                   <goals>\r
-                     <goal>copy-dependencies</goal>\r
-                   </goals>\r
-                   <configuration>\r
-                     <excludeArtifactIds>junit,log4j,unitils</excludeArtifactIds>\r
-                     <outputDirectory>lib</outputDirectory>\r
-                     <overWriteReleases>true</overWriteReleases>\r
-                     <overWriteSnapshots>true</overWriteSnapshots>\r
-                     <excludeTransitive>true</excludeTransitive>\r
-                   </configuration>\r
-                 </execution>\r
-                 <!-- execution>\r
-                   <id>copy-dependencies-sources</id>\r
-                   <phase>validate</phase>\r
-                   <goals>\r
-                     <goal>copy-dependencies</goal>\r
-                   </goals>\r
-                   <configuration>\r
-                     <classifier>sources</classifier>\r
-                     <excludeArtifactIds>junit,log4j,unitils</excludeArtifactIds>\r
-                     <outputDirectory>lib</outputDirectory>\r
-                     <overWriteReleases>true</overWriteReleases>\r
-                     <overWriteSnapshots>true</overWriteSnapshots>\r
-                     <excludeTransitive>true</excludeTransitive>\r
-                   </configuration>\r
-                 </execution-->\r
-               </executions>\r
-             </plugin>\r
-           </plugins>\r
-         </build>\r
-       \r
+               </plugins>\r
+       </build>\r
        <dependencies>\r
                <dependency>\r
                        <groupId>eu.etaxonomy</groupId>\r
                        <version>${cdmlib.version}</version>\r
                </dependency>\r
        </dependencies>\r
-</project>
\ No newline at end of file
+</project>\r