]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.webapp/pom.xml
Introduce qooxdoo dependency and unpackaging
[gpl/argeo-slc.git] / 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>