]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/pom.xml
First working version of SLC Runtime v2
[gpl/argeo-slc.git] / org.argeo.slc.core / pom.xml
index 6538840406295f59ca3355d8833585098c978803..f23f4523116d9405804ba92ce9d1f181312fa2c7 100644 (file)
@@ -9,6 +9,17 @@
        </parent>
        <artifactId>org.argeo.slc.core</artifactId>
        <name>SLC Runtime</name>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       <skipTests>true</skipTests>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
        <dependencies>
                <!-- Commons -->
                <dependency>
@@ -28,6 +39,5 @@
                        <artifactId>org.argeo.slc.api</artifactId>
                        <version>2.1.1-SNAPSHOT</version>
                </dependency>
-
        </dependencies>
 </project>
\ No newline at end of file