Author: tchemit Date: 2010-05-07 18:19:29 +0200 (Fri, 07 May 2010) New Revision: 1882 Url: http://nuiton.org/repositories/revision/jaxx/1882 Log: add a tutorial profile (build at release time) Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-05-07 16:16:55 UTC (rev 1881) +++ trunk/pom.xml 2010-05-07 16:19:29 UTC (rev 1882) @@ -49,8 +49,8 @@ <module>maven-jaxx-plugin</module> <module>jaxx-widgets</module> - <module>jaxx-tutorial</module> + <!--module>jaxx-tutorial</module--> <!--<module>jaxx-demo</module>--> </modules> @@ -446,6 +446,7 @@ </scm> <profiles> + <!-- build demo at release time --> <profile> <id>demo</id> @@ -462,6 +463,22 @@ </profile> + <!-- build tutorials at release time --> + <profile> + <id>tutorial</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + + <modules> + <module>jaxx-tutorial</module> + </modules> + + </profile> + </profiles> </project>
participants (1)
-
tchemit@users.nuiton.org