Author: tchemit Date: 2010-01-11 00:07:34 +0100 (Mon, 11 Jan 2010) New Revision: 742 Modified: branches/mavenpom-2.x/mavenpom4labs/pom.xml branches/mavenpom-2.x/mavenpom4redmine/pom.xml Log: remove changes plugin from regural reportings (can only be used with redmine) + renames profiles in mavenpom4labs Modified: branches/mavenpom-2.x/mavenpom4labs/pom.xml =================================================================== --- branches/mavenpom-2.x/mavenpom4labs/pom.xml 2010-01-10 21:38:40 UTC (rev 741) +++ branches/mavenpom-2.x/mavenpom4labs/pom.xml 2010-01-10 23:07:34 UTC (rev 742) @@ -148,7 +148,7 @@ </profile> <profile> - <id>internal</id> + <id>notInternal</id> <activation> <property> <name>internal</name> Modified: branches/mavenpom-2.x/mavenpom4redmine/pom.xml =================================================================== --- branches/mavenpom-2.x/mavenpom4redmine/pom.xml 2010-01-10 21:38:40 UTC (rev 741) +++ branches/mavenpom-2.x/mavenpom4redmine/pom.xml 2010-01-10 23:07:34 UTC (rev 742) @@ -72,7 +72,7 @@ <archive>http://list.${platform}/pipermail/${listId}-users/</archive> </mailingList> </mailingLists> - + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> @@ -103,31 +103,6 @@ <packaging>pom</packaging> - <!--Site--> - <reporting> - <plugins> - - <plugin> - <artifactId>maven-changes-plugin</artifactId> - <version>2.3</version> - <configuration> - <issueLinkTemplatePerSystem> - <redmine>${redmine.issueLinkTemplate}</redmine> - </issueLinkTemplatePerSystem> - <xmlPath>${redmine.xmlPath}</xmlPath> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - </reports> - </reportSet> - </reportSets> - </plugin> - - </plugins> - </reporting> - <!-- ************************************************************* --> <!-- *** Maven Environment *************************************** --> <!-- ************************************************************* --> @@ -163,6 +138,25 @@ <reporting> <plugins> + + <plugin> + <artifactId>maven-changes-plugin</artifactId> + <version>2.3</version> + <configuration> + <issueLinkTemplatePerSystem> + <redmine>${redmine.issueLinkTemplate}</redmine> + </issueLinkTemplatePerSystem> + <xmlPath>${redmine.xmlPath}</xmlPath> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>changes-report</report> + </reports> + </reportSet> + </reportSets> + </plugin> + <!-- generate issues report --> <plugin> <groupId>org.nuiton.jredmine</groupId> @@ -545,7 +539,6 @@ </build> </profile> - </profiles>
participants (1)
-
tchemit@users.nuiton.org