BugFix for Ticket #3178. Now the TitleCache will be updated everytime if the label...
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / pom.xml
index a92ce31a84e8bae73933a24f0eeecb18f6e573e2..3d701706afb6d4e70101d77bbb1a13a9933457c5 100644 (file)
@@ -1,76 +1,62 @@
 <?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
+               <version>3.2.0-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.4</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
+                                     <failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>\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>identificationKeyAPI</groupId>\r
+            <artifactId>identificationKeyAPI</artifactId>\r
+            <version>1.0-SNAPSHOT</version>\r
+        </dependency>\r
                <dependency>\r
                        <groupId>eu.etaxonomy</groupId>\r
                        <artifactId>cdmlib-commons</artifactId>\r
                        <artifactId>cdmlib-ext</artifactId>\r
                        <version>${cdmlib.version}</version>\r
                </dependency>\r
+        <!--  for ikey-plus \r
+               TODO this should not be needed but the utils class contained  in this jar \r
+               seems to be loaded as bean by spring\r
+        -->\r
+        <dependency>\r
+            <groupId>identificationKeyAPI</groupId>\r
+            <artifactId>identificationKeyAPI</artifactId>\r
+            <version>1.0-SNAPSHOT</version>\r
+        </dependency>\r
        </dependencies>\r
-</project>
\ No newline at end of file
+</project>\r