svn commit: r1744122 - /maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/encoding.apt.vm

2016-05-16 Thread andham
Author: andham Date: Mon May 16 19:46:19 2016 New Revision: 1744122 URL: http://svn.apache.org/viewvc?rev=1744122=rev Log: [MRESOURCES-225] Hyperlink error on character encoding example page Modified: maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/encoding.apt.vm

svn commit: r1744118 - /maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/encoding.apt.vm

2016-05-16 Thread andham
Author: andham Date: Mon May 16 19:43:45 2016 New Revision: 1744118 URL: http://svn.apache.org/viewvc?rev=1744118=rev Log: Minor change to wording as well as fixed a visual escaping glitch Modified: maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/encoding.apt.vm Modified:

maven git commit: [MNG-5567] Zip files are not included in classpaths at all

2016-05-16 Thread michaelo
Repository: maven Updated Branches: refs/heads/master ce580ea2f -> c023e5810 [MNG-5567] Zip files are not included in classpaths at all By definition of the classpath [1], JAR and Zip files are valid compressed files. Zips are likely to contain resources shared around. This totally relieves

svn commit: r988404 [2/4] - in /websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ examples/ xref/org/apache/m

2016-05-16 Thread khmarbaise
Modified: websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/index.html == --- websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/index.html (original)

svn commit: r988404 [1/4] - in /websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ examples/ xref/org/apache/m

2016-05-16 Thread khmarbaise
Author: khmarbaise Date: Mon May 16 19:08:27 2016 New Revision: 988404 Log: Site checkin for project Apache Maven Resources Plugin Modified: websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/index-all.html

svn commit: r1744113 - /maven/plugins/tags/maven-resources-plugin-3.0.0/

2016-05-16 Thread khmarbaise
Author: khmarbaise Date: Mon May 16 19:04:12 2016 New Revision: 1744113 URL: http://svn.apache.org/viewvc?rev=1744113=rev Log: [maven-release-plugin] copy for tag maven-resources-plugin-3.0.0 Added: maven/plugins/tags/maven-resources-plugin-3.0.0/ (props changed) - copied from

svn commit: r1744112 - /maven/plugins/trunk/maven-resources-plugin/pom.xml

2016-05-16 Thread khmarbaise
Author: khmarbaise Date: Mon May 16 19:03:58 2016 New Revision: 1744112 URL: http://svn.apache.org/viewvc?rev=1744112=rev Log: [maven-release-plugin] prepare release maven-resources-plugin-3.0.0 Modified: maven/plugins/trunk/maven-resources-plugin/pom.xml Modified:

svn commit: r1744114 - /maven/plugins/trunk/maven-resources-plugin/pom.xml

2016-05-16 Thread khmarbaise
Author: khmarbaise Date: Mon May 16 19:04:14 2016 New Revision: 1744114 URL: http://svn.apache.org/viewvc?rev=1744114=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-resources-plugin/pom.xml Modified:

svn commit: r1744090 - /maven/plugins/trunk/maven-war-plugin/pom.xml

2016-05-16 Thread khmarbaise
Author: khmarbaise Date: Mon May 16 17:14:57 2016 New Revision: 1744090 URL: http://svn.apache.org/viewvc?rev=1744090=rev Log: [MWAR-381] Upgrade maven-archiver to 3.0.2 Modified: maven/plugins/trunk/maven-war-plugin/pom.xml Modified: maven/plugins/trunk/maven-war-plugin/pom.xml URL:

maven-aether git commit: changed org.eclipse to org.apache.maven (continued)

2016-05-16 Thread hboutemy
Repository: maven-aether Updated Branches: refs/heads/demo eabeffbb0 -> f2792b968 changed org.eclipse to org.apache.maven (continued) Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/f2792b96 Tree:

svn commit: r1744063 - in /maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugins/war: AbstractWarMojo.java WarMojo.java

2016-05-16 Thread khmarbaise
Author: khmarbaise Date: Mon May 16 14:56:42 2016 New Revision: 1744063 URL: http://svn.apache.org/viewvc?rev=1744063=rev Log: [MWAR-376] Remove param properties that doesn't make sense for CLI usage o Removed the following properties: archiveClasses, resourceEncoding, maven.war.webxml,

svn commit: r1744036 - in /maven/plugins/trunk/maven-war-plugin: pom.xml src/main/filtered-resources/ src/main/resources-filtered/

2016-05-16 Thread khmarbaise
Author: khmarbaise Date: Mon May 16 12:11:20 2016 New Revision: 1744036 URL: http://svn.apache.org/viewvc?rev=1744036=rev Log: [MWAR-380] Filtered resources folder should be changed o We should follow our own guide lines and change the filtered folder into src/main/resources-filtered

svn commit: r1744030 - /maven/shared/trunk/maven-filtering/src/main/java/org/apache/maven/shared/filtering/MultiDelimiterInterpolatorFilterReaderLineEnding.java

2016-05-16 Thread khmarbaise
Author: khmarbaise Date: Mon May 16 11:55:33 2016 New Revision: 1744030 URL: http://svn.apache.org/viewvc?rev=1744030=rev Log: Undone r1744027 cause it fails Tests oops. Modified:

svn commit: r1744028 - in /maven/shared/trunk/maven-filtering/src/main/java/org/apache/maven/shared/filtering: DefaultMavenResourcesFiltering.java MavenResourcesExecution.java

2016-05-16 Thread khmarbaise
Author: khmarbaise Date: Mon May 16 11:52:48 2016 New Revision: 1744028 URL: http://svn.apache.org/viewvc?rev=1744028=rev Log: Fixed typo and formatting issue. Modified: maven/shared/trunk/maven-filtering/src/main/java/org/apache/maven/shared/filtering/DefaultMavenResourcesFiltering.java

svn commit: r1744027 - /maven/shared/trunk/maven-filtering/src/main/java/org/apache/maven/shared/filtering/MultiDelimiterInterpolatorFilterReaderLineEnding.java

2016-05-16 Thread khmarbaise
Author: khmarbaise Date: Mon May 16 11:52:16 2016 New Revision: 1744027 URL: http://svn.apache.org/viewvc?rev=1744027=rev Log: Closing resource Modified: maven/shared/trunk/maven-filtering/src/main/java/org/apache/maven/shared/filtering/MultiDelimiterInterpolatorFilterReaderLineEnding.java

svn commit: r1744023 - in /maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugins/war: AbstractWarMojo.java overlay/InvalidOverlayConfigurationException.java

2016-05-16 Thread khmarbaise
Author: khmarbaise Date: Mon May 16 11:24:09 2016 New Revision: 1744023 URL: http://svn.apache.org/viewvc?rev=1744023=rev Log: o Removed unused code from AbstractWarMojo o Added serialVersionUID to remove Warning. Modified:

svn commit: r1744016 - in /maven/plugins/trunk/maven-pdf-plugin: pom.xml src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java src/test/java/org/apache/maven/plugins/pdf/PdfMojoTest.java

2016-05-16 Thread hboutemy
Author: hboutemy Date: Mon May 16 10:28:23 2016 New Revision: 1744016 URL: http://svn.apache.org/viewvc?rev=1744016=rev Log: [MPDF-78] upgraded Doxia to 1.7 and Doxia Sitetools to 1.7.1 Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml

svn commit: r1744011 - /maven/plugins/trunk/maven-pdf-plugin/src/test/java/org/apache/maven/plugins/pdf/PdfMojoTest.java

2016-05-16 Thread hboutemy
Author: hboutemy Date: Mon May 16 10:14:32 2016 New Revision: 1744011 URL: http://svn.apache.org/viewvc?rev=1744011=rev Log: code simplification Modified: maven/plugins/trunk/maven-pdf-plugin/src/test/java/org/apache/maven/plugins/pdf/PdfMojoTest.java Modified:

svn commit: r1743998 - in /maven/sandbox/trunk/wagon/wagon-benchmarks: ./ pom.xml wagon-benchmarks-ahc/ wagon-benchmarks-api/ wagon-benchmarks-http-lightweight/ wagon-benchmarks-http/ wagon-benchmarks

2016-05-16 Thread hboutemy
Author: hboutemy Date: Mon May 16 09:09:57 2016 New Revision: 1743998 URL: http://svn.apache.org/viewvc?rev=1743998=rev Log: little updates Modified: maven/sandbox/trunk/wagon/wagon-benchmarks/ (props changed) maven/sandbox/trunk/wagon/wagon-benchmarks/pom.xml