mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user