updating getting-started
[taxeditor.git] / eu.etaxonomy.taxeditor / pom.xml
index 4feeab5de32f8b1efc741b419f8161b1663052a2..7cb5220fe12accdb44a48105a0db991e84f2bffd 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>eu.etaxonomy</groupId>
                <artifactId>taxeditor-parent</artifactId>
-               <version>3.0.9.201202071125</version>
+               <version>3.0.10-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
                                        </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>