Author: niallp Date: Sun Mar 2 17:59:45 2008 New Revision: 632921 URL: http://svn.apache.org/viewvc?rev=632921&view=rev Log: add some spacing and jira-report - step 4) in making the trunk and branch consistent so that its easier to port changes
Modified: commons/proper/net/trunk/pom.xml Modified: commons/proper/net/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=632921&r1=632920&r2=632921&view=diff ============================================================================== --- commons/proper/net/trunk/pom.xml (original) +++ commons/proper/net/trunk/pom.xml Sun Mar 2 17:59:45 2008 @@ -130,6 +130,7 @@ <sourceDirectory>src/java</sourceDirectory> <testSourceDirectory>src/test</testSourceDirectory> <plugins> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> @@ -143,6 +144,7 @@ </excludes> </configuration> </plugin> + <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> @@ -169,10 +171,12 @@ <reportSet> <reports> <report>changes-report</report> + <report>jira-report</report> </reports> </reportSet> </reportSets> </plugin> + </plugins> </reporting>