summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0a9eda6..83f5105 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,4 +224,26 @@
</site>
</distributionManagement>
+ <profiles>
+ <profile>
+ <id>fast-build</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ <skipYamlJsonValidator>true</skipYamlJsonValidator>
+ <checkstyle.skip>true</checkstyle.skip>
+ <jacoco.skip>true</jacoco.skip>
+ <maven.antrun.skip>true</maven.antrun.skip>
+ <swagger.skip>true</swagger.skip>
+ </properties>
+ <modules>
+ <module>session-lib</module>
+ <module>zusammen-lib</module>
+ <module>versioning-lib</module>
+ <module>security-util-lib</module>
+ </modules>
+ </profile>
+ </profiles>
</project>