Bumped tycho to version 0.14
[taxeditor.git] / eu.etaxonomy.taxeditor / pom.xml
index f351f7297ef4e848f69f2e770ddaa03fecffd1ce..7cb5220fe12accdb44a48105a0db991e84f2bffd 100644 (file)
                                        </products>
                                </configuration>
                        </plugin>
+                       <plugin>
+                       <artifactId>maven-antrun-plugin</artifactId>
+                       <executions>
+                         <execution>
+                           <phase>package</phase>
+                           <configuration>
+                             <target>
+
+                               <!--
+                                 Place any Ant task here. You can add anything
+                                 you can add between <target> and </target> in a
+                                 build.xml.
+                               -->
+
+                             </target>
+                           </configuration>
+                           <goals>
+                             <goal>package</goal>
+                           </goals>
+                         </execution>
+                       </executions>
+                     </plugin>
                </plugins>
        </build>