Do not build everything by default
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 6 Nov 2011 21:27:51 +0000 (21:27 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 6 Nov 2011 21:27:51 +0000 (21:27 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4902 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml

diff --git a/pom.xml b/pom.xml
index 35fd8cfcb5020fed8841dd073282e3d1ca43e637..eef8f572226ba9a195fc43429dcc31b400ee6f02 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,8 +32,6 @@
                <module>eclipse</module>
                <module>security</module>
                <module>demo</module>
-               <module>doc</module>
-               <module>sandbox</module>
        </modules>
        <url>${site.urlBase}/${developmentCycle}</url>
        <scm>
@@ -391,5 +389,12 @@ limitations under the License.
                                </snapshotRepository>
                        </distributionManagement>
                </profile>
+               <profile>
+                       <id>full</id>
+                       <modules>
+                               <module>doc</module>
+                               <module>sandbox</module>
+                       </modules>
+               </profile>
        </profiles>
 </project>
\ No newline at end of file