Revert "with-mobile profile isn't active by default anymore so building the webapp without apps is the default"

This reverts commit 90df750312.
This commit is contained in:
Steffen Schaefer
2015-10-06 08:50:14 +02:00
parent 90df750312
commit f0f227c3b7
10 changed files with 11 additions and 11 deletions
@@ -33,7 +33,7 @@
<!-- deactivate with parameter '-P !with-mobile' -->
<id>with-mobile</id>
<activation>
<activeByDefault>false</activeByDefault>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>