]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - integration-tests/org.argeo.slc.it.webapp/pom.xml
Try to fix issue with bundles version
[gpl/argeo-slc.git] / integration-tests / org.argeo.slc.it.webapp / pom.xml
index 42aacc2f878c9c71175fef15b5ada4ae657644a4..80846dba34bce096985c70813908eb1308501cee 100644 (file)
        <name>Argeo SLC Web Application Integration Tests</name>
        <build>
                <plugins>
-                       <!--
-                               <plugin> <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-dependency-plugin</artifactId> <executions>
-                               <execution> <id>copy-dependencies</id>
-                               <phase>pre-integration-test</phase> <goals>
-                               <goal>copy-dependencies</goal> </goals> <configuration>
-                               <overWriteReleases>true</overWriteReleases>
-                               <overWriteSnapshots>true</overWriteSnapshots> </configuration>
-                               </execution> </executions> </plugin>
-                       -->
                        <plugin>
                                <groupId>org.argeo.slc.maven</groupId>
                                <artifactId>maven-argeo-osgi-plugin</artifactId>
@@ -35,7 +25,6 @@
                                                </goals>
                                                <configuration>
                                                        <wait>false</wait>
-                                                       <!--  <pause>30000</pause>-->
                                                        <argsToAppend>
                                                                <arg>-clean</arg>
                                                        </argsToAppend>
@@ -52,7 +41,7 @@
                                                                        org.argeo.slc.server.services,
                                                                        org.argeo.slc.server.jms,
                                                                        org.argeo.slc.webapp,
-                                                                       org.argeo.slc.ria
+                                                                       org.argeo.slc.ria                                                               
                                                                </slc.osgi.start>
                                                        </systemProperties>
                                                </configuration>
@@ -92,7 +81,6 @@
                <dependency>
                        <groupId>org.argeo.slc.server</groupId>
                        <artifactId>bundles</artifactId>
-                       <version>${project.version}</version>
                        <type>pom</type>
                </dependency>
                <dependency>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.server</artifactId>
-                       <classifier>tests</classifier>
                        <scope>test</scope>
                </dependency>
                <dependency>