]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dist/pom.xml
Introduce with / withoutSdk profiles
[gpl/argeo-slc.git] / dist / pom.xml
index d8a782e995b74fd8d5f7c8b9e0239d26a45f31c7..2a23da31070cdb050ed9f3d9397890532af3fa1e 100644 (file)
@@ -1,4 +1,5 @@
-<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">
+<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>
        <name>SLC Distribution</name>
        <modules>
        </modules>
+       <profiles>
+               <profile>
+                       <id>withSdk</id>
+                       <activation>
+                               <activeByDefault>true</activeByDefault>
+                       </activation>
+                       <modules>
+                               <module>org.argeo.slc.sdk</module>
+                       </modules>
+               </profile>
+               <profile>
+                       <id>withoutSdk</id>
+               </profile>
+               <profile>
+                       <id>release</id>
+                       <modules>
+                               <module>org.argeo.slc.sdk</module>
+                       </modules>
+               </profile>
+       </profiles>
 </project>
\ No newline at end of file