]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - server/pom.xml
Remove unused stuff
[gpl/argeo-slc.git] / server / pom.xml
diff --git a/server/pom.xml b/server/pom.xml
deleted file mode 100644 (file)
index 5de5506..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>0.13.1-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <groupId>org.argeo.slc</groupId>
-       <artifactId>server</artifactId>
-       <packaging>pom</packaging>
-       <name>SLC Server</name>
-       <modules>
-       </modules>
-       <profiles>
-               <profile>
-                       <id>withRia</id>
-                       <activation>
-                               <activeByDefault>true</activeByDefault>
-                       </activation>
-                       <modules>
-                               <module>org.argeo.slc.ria</module>
-                       </modules>
-               </profile>
-               <profile>
-                       <id>withoutRia</id>
-               </profile>
-       </profiles>
-</project>