]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Introduce qooxdoo dependency and unpackaging
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 6 Dec 2008 17:06:21 +0000 (17:06 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 6 Dec 2008 17:06:21 +0000 (17:06 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1895 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc.webapp/pom.xml

index 6baf5e5d3127b37a5f0b818b95b69c176695d938..cfc02f69b04e509bfd8c803e5def7f785d5f1803 100644 (file)
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-dependency-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>unpack</id>
+                                               <phase>process-resources</phase>
+                                               <goals>
+                                                       <goal>unpack</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                               <configuration>
+                                       <artifactItems>
+                                               <artifactItem>
+                                                       <groupId>org.argeo.dep.dist</groupId>
+                                                       <artifactId>qooxdoo-sdk</artifactId>
+                                                       <classifier>dist</classifier>
+                                                       <type>zip</type>
+                                                       <outputDirectory>src/main/webapp</outputDirectory>
+                                               </artifactItem>
+                                       </artifactItems>
+                                       <overWriteReleases>false</overWriteReleases>
+                                       <overWriteSnapshots>true</overWriteSnapshots>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <dependencies>
                        <version>${project.version}</version>
                        <scope>test</scope>
                </dependency>
+               
+               <!-- Qooxdoo -->
+               <dependency>
+                       <groupId>org.argeo.dep.dist</groupId>
+                       <artifactId>qooxdoo-sdk</artifactId>
+                       <version>0.8</version>
+                       <classifier>dist</classifier>
+                       <type>zip</type>                        
+               </dependency>
+               
                <dependency>
                        <groupId>javax.activation</groupId>
                        <artifactId>com.springsource.javax.activation</artifactId>