svn commit: r1644777 - in /maven/plugins/trunk/maven-rar-plugin/src/test/java/org/apache/maven/plugin/rar: RarMojoTest.java stubs/RarArtifactStub.java stubs/RarMavenProjectStub.java

2014-12-11 Thread khmarbaise
Author: khmarbaise Date: Thu Dec 11 21:54:36 2014 New Revision: 1644777 URL: http://svn.apache.org/r1644777 Log: Make the code more Java 5 and remove warnings from the code. Modified: maven/plugins/trunk/maven-rar-plugin/src/test/java/org/apache/maven/plugin/rar/RarMojoTest.java maven/p

svn commit: r1644774 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java

2014-12-11 Thread michaelo
Author: michaelo Date: Thu Dec 11 21:41:35 2014 New Revision: 1644774 URL: http://svn.apache.org/r1644774 Log: [MPIR-319] Apache Ant has not dependency management but Apache Ivy has Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projecti

svn commit: r1644773 - in /maven/plugins/trunk/maven-project-info-reports-plugin/src/main: java/org/apache/maven/report/projectinfo/dependencies/renderer/ resources/

2014-12-11 Thread michaelo
Author: michaelo Date: Thu Dec 11 21:40:54 2014 New Revision: 1644773 URL: http://svn.apache.org/r1644773 Log: Correct spelling in dependencies report: unamed => unnamed Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/dependen

svn commit: r1644770 - in /maven/plugins/trunk/maven-project-info-reports-plugin/src/main: java/org/apache/maven/report/projectinfo/ resources/

2014-12-11 Thread michaelo
Author: michaelo Date: Thu Dec 11 21:20:45 2014 New Revision: 1644770 URL: http://svn.apache.org/r1644770 Log: [MPIR-313] License name is mandatory but it is not validated Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/Licens

[1/2] maven-surefire git commit: [SUREFIRE-1122] fix XML report for the combination of JUnit parallel and rerunFailingTests, by making the StatelessXmlReporter stateless again

2014-12-11 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 1ec371b47 -> 7bfebd06f [SUREFIRE-1122] fix XML report for the combination of JUnit parallel and rerunFailingTests, by making the StatelessXmlReporter stateless again Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/

[2/2] maven-surefire git commit: ignore test that failes after fixing the XML test reporter, now uncovering a bug - see SUREFIRE-1123

2014-12-11 Thread agudian
ignore test that failes after fixing the XML test reporter, now uncovering a bug - see SUREFIRE-1123 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/7bfebd06 Tree: http://git-wip-us.apache.org/repos/asf/mave

svn commit: r1644576 - /maven/plugins/trunk/maven-rar-plugin/pom.xml

2014-12-11 Thread khmarbaise
Author: khmarbaise Date: Thu Dec 11 08:00:47 2014 New Revision: 1644576 URL: http://svn.apache.org/r1644576 Log: Removed the exclude for the jar files which are by default ignored by apache-rat-plugin Removed the maven-archiver folder cause the problem which created the folder has been fixed. Mod