Upgrade to qooxdoo 0.8.1.argeo.1
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 24 Jan 2009 18:59:04 +0000 (18:59 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 24 Jan 2009 18:59:04 +0000 (18:59 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk/maven@2119 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

maven-argeo-qooxdoo-plugin/pom.xml
maven-argeo-qooxdoo-plugin/src/main/resources/META-INF/maven/lifecycle.xml

index bea1f792c4180c6d310998d6ea24cb7b81b234d6..637126993e55ff1cd67e348d7e62f3d4415b53d2 100644 (file)
@@ -3,7 +3,7 @@
        <groupId>org.argeo.slc.maven</groupId>\r
        <artifactId>maven-argeo-qooxdoo-plugin\r
        </artifactId>\r
-       <version>0.8.0.9</version>\r
+       <version>0.8.1.1</version>\r
        <packaging>maven-plugin</packaging>\r
        <name>Argeo Qooxdoo Plugin</name>\r
 \r
index a6400aaac75b29827767b3b277082b61d6d8cb53..919033fd7cc04d823df54c12caa7036105cf3394 100644 (file)
@@ -5,6 +5,18 @@
                        <phase>
                                <id>initialize</id>
                                <executions>
+                                       <execution>
+                                               <goals>
+                                                       <goal>org.apache.maven.plugins:maven-antrun-plugin:run</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <tasks>
+                                                               <!-- Removes qooxdoo-sdk -->
+                                                               <delete dir="${basedir}/src/main/webapp/qooxdoo-sdk"
+                                                                       failonerror="false" />
+                                                       </tasks>
+                                               </configuration>
+                                       </execution>
                                        <execution>
                                                <goals>
                                                        <goal>org.apache.maven.plugins:maven-dependency-plugin:unpack
@@ -16,7 +28,7 @@
                                                                        <groupId>org.argeo.dep.dist</groupId>
                                                                        <artifactId>qooxdoo-sdk</artifactId>
                                                                        <classifier>dist</classifier>
-                                                                       <version>0.8.0</version>
+                                                                       <version>0.8.1.argeo.1</version>
                                                                        <type>zip</type>
                                                                        <outputDirectory>${basedir}/src/main/webapp
                                                                        </outputDirectory>
                                        </execution>
                                </executions>
                        </phase>
+                       <phase>
+                               <id>clean</id>
+                               <executions>
+                               </executions>
+                       </phase>
                </phases>
        </lifecycle>
 </lifecycles>