]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - integration-tests/org.argeo.slc.it.webapp/pom.xml
clean org.argeo.slc.server project:
[gpl/argeo-slc.git] / integration-tests / org.argeo.slc.it.webapp / pom.xml
index fbe7005ad15e59d9033da7388b478109d39eb05d..cf75dba962fb4dc965ed6f751ba836e02298b844 100644 (file)
                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                                <version>${version.maven-argeo-osgi}</version>
                                <configuration>
+                                       <useDependencies>false</useDependencies>
                                        <argsToAppend>
                                                <arg>-clean</arg>
                                        </argsToAppend>
                                        <systemProperties>
                                                <argeo.osgi.bundles>
                                                        ${basedir}/../../demo/site;in=*;ex=target;ex=pom.xml;ex=.*,
+                                                       ${project.build.directory}/lib;in=*.jar,
                                                </argeo.osgi.bundles>
                                                <!--
                                                        <argeo.osgi.bundles>
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-dependency-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>copy-dependencies</id>
+                                               <phase>process-resources</phase>
+                                               <goals>
+                                                       <goal>copy-dependencies</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <includeTypes>jar</includeTypes>
+                                                       <outputDirectory>${project.build.directory}/lib</outputDirectory>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
                </plugins>
        </build>
        <dependencies>