Author: aheritier
Date: 2010-09-01 11:36:34 -0400 (Wed, 01 Sep 2010)
New Revision: 4016
Modified:
exo/portal/branches/3.1.x/docs/pom.xml
exo/portal/branches/3.1.x/pom.xml
Log:
EXOGTN-60 : All docs are generated by default. Add -DskipDocs to bypass them
Modified: exo/portal/branches/3.1.x/docs/pom.xml
===================================================================
--- exo/portal/branches/3.1.x/docs/pom.xml 2010-09-01 15:22:50 UTC (rev 4015)
+++ exo/portal/branches/3.1.x/docs/pom.xml 2010-09-01 15:36:34 UTC (rev 4016)
@@ -77,7 +77,6 @@
<stylesheetResource>classpath://xslt/org/gatein/pdf.xsl</stylesheetResource>
<finalName>${pom.name}.pdf</finalName>
</format>
- <!--
<format>
<formatName>html</formatName>
<stylesheetResource>classpath:/xslt/org/gatein/xhtml.xsl</stylesheetResource>
@@ -93,7 +92,6 @@
<stylesheetResource>classpath:/xslt/org/gatein/eclipse.xsl</stylesheetResource>
<finalName>index.html</finalName>
</format>
- -->
</formats>
<options>
Modified: exo/portal/branches/3.1.x/pom.xml
===================================================================
--- exo/portal/branches/3.1.x/pom.xml 2010-09-01 15:22:50 UTC (rev 4015)
+++ exo/portal/branches/3.1.x/pom.xml 2010-09-01 15:36:34 UTC (rev 4016)
@@ -100,7 +100,6 @@
<module>starter</module>
<module>packaging</module>
<module>testsuite</module>
- <module>docs</module>
</modules>
<dependencyManagement>
@@ -796,6 +795,18 @@
<profiles>
<profile>
+ <id>docs</id>
+ <activation>
+ <property>
+ <name>!skipDocs</name>
+ </property>
+ </activation>
+ <modules>
+ <module>docs</module>
+ </modules>
+ </profile>
+
+ <profile>
<id>stable</id>
<properties>
<org.exoplatform.kernel.version>2.2.3-GA</org.exoplatform.kernel.version>
Show replies by date