Author: tchemit Date: 2011-05-15 14:34:07 +0200 (Sun, 15 May 2011) New Revision: 2279 Url: http://nuiton.org/repositories/revision/topia/2279 Log: do not still deploy tutorial while this is not mature Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-05-15 12:21:37 UTC (rev 2278) +++ trunk/pom.xml 2011-05-15 12:34:07 UTC (rev 2279) @@ -363,8 +363,9 @@ <!-- This profile is here just to make more automatic release. This profile will be use to do a releasse:prepare, this modules are not in default build but need to be release + TODO tchemit 2011-05-15 uncomment activation when this tutorial will be mature. --> - <profile> + <!--profile> <id>extra-modules</id> <activation> <property> @@ -375,7 +376,7 @@ <modules> <module>topia-tutorial</module> </modules> - </profile> + </profile--> </profiles>