Move the apps build into a profile, so the example apps are not built by default.

To enable, use -Papps or -Dapps on the mvn command line.
WW-1305

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423357 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak
2006-07-19 03:51:35 +00:00
parent 32f94c1b9e
commit 4572e4da81
+11 -1
View File
@@ -78,7 +78,6 @@
<modules>
<module>core</module>
<!--<module>assembly</module>-->
<module>apps</module>
<module>api</module>
</modules>
@@ -97,6 +96,17 @@
</organization>
<profiles>
<profile>
<id>apps</id>
<activation>
<property>
<name>apps</name>
</property>
</activation>
<modules>
<module>apps</module>
</modules>
</profile>
<profile>
<id>extras</id>
<modules>