Author: tchemit Date: 2010-01-23 21:12:07 +0100 (Sat, 23 Jan 2010) New Revision: 106 Modified: trunk/pom.xml Log: finish clean pom Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-23 17:23:27 UTC (rev 105) +++ trunk/pom.xml 2010-01-23 20:12:07 UTC (rev 106) @@ -240,20 +240,8 @@ <artifactId>velocity</artifactId> <version>1.6.3</version> </dependency> - <!-- + <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>4.0</version> - </dependency>--> - <!-- - <dependency> - <groupId>commons-httpclient</groupId> - <artifactId>commons-httpclient</artifactId> - <version>3.1</version> - </dependency>--> - - <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.14</version> @@ -437,7 +425,6 @@ </activation> <properties> <redmine.safe>true</redmine.safe> - <!--<redmine.xmlPath>${maven.gen.dir}/changes/changes.xml</redmine.xmlPath>--> </properties> <reporting> @@ -451,14 +438,12 @@ we do not propagate maven-jredmine-plugin to child modules --> <inherited>false</inherited> <configuration> - <columnNames> - key,summary,status,assignee,tracker,priority,version,category,createdOn - </columnNames> + <skipIssueReport>true</skipIssueReport> </configuration> <reportSets> <reportSet> <reports> - <report>issues-report</report> + <report>issues-report-by-category</report> </reports> </reportSet> </reportSets> @@ -470,73 +455,11 @@ <plugins> - <!-- - - obtain redmine login (for both default and site lifecycle) - - collect all artifacts attached to build for announcements - --> - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <executions> - <!--execution> - <id>get-redmine-login</id> - <goals> - <goal>share-server-secret</goal> - </goals> - <phase>initialize</phase> - <configuration> - <serverId>redmine-${platform}</serverId> - <passwordOut>redmine.password</passwordOut> - <usernameOut>redmine.username</usernameOut> - </configuration> - </execution--> - <execution> - <id>collect-build-artifacts</id> - <goals> - <goal>collect-files</goal> - </goals> - <phase>install</phase> - <configuration> - <descriptionFile>${redmine.collectedArtifacts}</descriptionFile> - <includeAttached>true</includeAttached> - <includeSiteAttached>true</includeSiteAttached> - </configuration> - </execution> - <!--execution> - <id>collect-build-attachements</id> - <goals> - <goal>collect-files</goal> - </goals> - <phase>install</phase> - <configuration> - <extraFiles>${redmine.releaseFiles}</extraFiles> - <descriptionFile>${redmine.collectedAttachments}</descriptionFile> - <includeAttached>false</includeAttached> - </configuration> - </execution--> - </executions> - </plugin> - <!-- generate the changes.xml from redmine --> <plugin> <groupId>org.nuiton.jredmine</groupId> <artifactId>maven-jredmine-plugin</artifactId> <inherited>false</inherited> - <executions> - <execution> - <id>jredmine-generate-changes</id> - <goals> - <goal>generate-changes</goal> - </goals> - <phase>process-classes</phase> - <configuration> - <generateOnce>true</generateOnce> - <actionMapping>fix:1, add:2</actionMapping> - <statusIds>3,4,5</statusIds> - </configuration> - </execution> - - </executions> </plugin> </plugins>
participants (1)
-
tchemit@users.nuiton.org