svn commit: r1754566 - /maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugins/assembly/mojos/AbstractAssemblyMojo.java

2016-07-29 Thread gboue
Author: gboue Date: Fri Jul 29 19:22:01 2016 New Revision: 1754566 URL: http://svn.apache.org/viewvc?rev=1754566=rev Log: [MASSEMBLY-824] Use of appendAssemblyId and finalName can cause problems Updated documentation to clarify that setting 'appendAssemblyId' to 'false' also removes

svn commit: r1754565 - /maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugins/assembly/mojos/AbstractAssemblyMojo.java

2016-07-29 Thread gboue
Author: gboue Date: Fri Jul 29 19:19:16 2016 New Revision: 1754565 URL: http://svn.apache.org/viewvc?rev=1754565=rev Log: [MASSEMBLY-818] Remove deprecated parameters for the single goal Updated warning message about setting 'appendAssemblyId' to false: 'classifier' option was removed so

svn commit: r1754050 - in /maven/plugin-tools/trunk/maven-plugin-tools-generators/src: main/java/org/apache/maven/tools/plugin/generator/ main/resources/ test/java/org/apache/maven/tools/plugin/genera

2016-07-25 Thread gboue
Author: gboue Date: Mon Jul 25 21:19:22 2016 New Revision: 1754050 URL: http://svn.apache.org/viewvc?rev=1754050=rev Log: [MPLUGIN-307] The "alias" field on the annotation "@Parameter" is not considered for goal "plugin:report" PluginXdocGenerator didn't in

svn commit: r1756026 - in /maven/plugins/trunk/maven-dependency-plugin/src: it/mrm/ it/projects/copy-from-remote-repository/ it/projects/copy-from-remote-repository/repo/ it/projects/copy-from-remote-

2016-08-11 Thread gboue
Author: gboue Date: Thu Aug 11 18:40:43 2016 New Revision: 1756026 URL: http://svn.apache.org/viewvc?rev=1756026=rev Log: Project remote repositories need to be considered when resolving artifacts, it could be that a repository is only declared in the POM of the current project. Added

svn commit: r1752607 - /maven/pom/trunk/maven/pom.xml

2016-07-14 Thread gboue
Author: gboue Date: Thu Jul 14 09:10:51 2016 New Revision: 1752607 URL: http://svn.apache.org/viewvc?rev=1752607=rev Log: Added Guillaume Boué in the list of committers Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven

svn commit: r1753082 - in /maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples: multimodule/module-source-inclusion-simple.apt.vm single/filtering-some-distribution-files.apt.vm single/usi

2016-07-17 Thread gboue
Author: gboue Date: Sun Jul 17 15:11:06 2016 New Revision: 1753082 URL: http://svn.apache.org/viewvc?rev=1753082=rev Log: [MASSEMBLY-823] Documentation refers to deprecated goals Documentation is updated to only to refer to the "single" goal. This requires the example code for th

svn commit: r1753135 - in /maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features: simple-dir-format/ space & special char/

2016-07-17 Thread gboue
Author: gboue Date: Sun Jul 17 23:19:50 2016 New Revision: 1753135 URL: http://svn.apache.org/viewvc?rev=1753135=rev Log: Revert r1753099: this IT test is used to check for spaces and other special chars. Added: maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/space

svn commit: r1753099 - in /maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features: simple-dir-format/ this & that/

2016-07-17 Thread gboue
Author: gboue Date: Sun Jul 17 18:34:01 2016 New Revision: 1753099 URL: http://svn.apache.org/viewvc?rev=1753099=rev Log: Renamed "this & that" IT test folder to "simple-dir-format", as this breaks the ITs when run on Windows: the '&' gets interpreted

svn commit: r1755406 - /maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-181/

2016-08-06 Thread gboue
Author: gboue Date: Sat Aug 6 18:38:21 2016 New Revision: 1755406 URL: http://svn.apache.org/viewvc?rev=1755406=rev Log: [MDEPLOY-181] DeployAtEnd cannot be overwritten from command line using -DdeployAtEnd=false This issue is closed as "Not A Problem", removing the IT introduced in

svn commit: r1755441 - in /maven/plugins/trunk/maven-deploy-plugin/src: it/3rd-party-pom-with-extras/ it/MDEPLOY-212/ it/MDEPLOY-212/src/ it/MDEPLOY-212/src/main/ it/MDEPLOY-212/src/main/java/ it/MDEP

2016-08-07 Thread gboue
Author: gboue Date: Sun Aug 7 14:14:46 2016 New Revision: 1755441 URL: http://svn.apache.org/viewvc?rev=1755441=rev Log: [MDEPLOY-212] deploy-file incorrectly deploys attached artifacts [MDEPLOY-213] deploy-file replaces main artifact of a project The deploy-file Mojo now creates a new

svn commit: r1756544 - in /maven/plugins/trunk/maven-dependency-plugin: ./ src/it/projects/purge-local-repository-without-pom/ src/main/java/org/apache/maven/plugins/dependency/

2016-08-16 Thread gboue
Author: gboue Date: Tue Aug 16 19:16:32 2016 New Revision: 1756544 URL: http://svn.apache.org/viewvc?rev=1756544=rev Log: [MDEP-537] Goal purge-local-repository requires a Maven project, even with manualIncludes The goal purge-local-repository does not require a Maven project to be executed

maven git commit: [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe

2017-01-24 Thread gboue
Repository: maven Updated Branches: refs/heads/MNG-6105 [created] 39c1f80cc [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe Refactoring the current code setting system properties to synchronize correctly on the given ones: avoids

maven git commit: [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe

2017-01-28 Thread gboue
Repository: maven Updated Branches: refs/heads/master 1e2a80ece -> 5b4b8bd94 [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe Refactoring the current code setting system properties to synchronize correctly on the given ones: avoids

[maven] Git Push Summary

2017-01-28 Thread gboue
Repository: maven Updated Branches: refs/heads/MNG-6105 [deleted] 39c1f80cc

svn commit: r1780613 - in /maven/plugins/trunk/maven-checkstyle-plugin/src: main/java/org/apache/maven/plugins/checkstyle/ site/apt/examples/ test/plugin-configs/

2017-01-27 Thread gboue
Author: gboue Date: Fri Jan 27 21:29:10 2017 New Revision: 1780613 URL: http://svn.apache.org/viewvc?rev=1780613=rev Log: [MCHECKSTYLE-275] remove old deprecated parameters from report Now that we're moving to the next major 3.0.0, the old deprecated parameters from CheckstyleReport can

svn commit: r1780625 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

2017-01-27 Thread gboue
Author: gboue Date: Sat Jan 28 01:11:07 2017 New Revision: 1780625 URL: http://svn.apache.org/viewvc?rev=1780625=rev Log: The list-repositories IT is broken with Maven 3.0.x because of a downstream bug in maven-artifact-trasnfer 0.9.0. Using the latest snapshot that fixes it (MSHARED-602

svn commit: r1780622 - in /maven/plugins/trunk/maven-checkstyle-plugin/src: it/MCHECKSTYLE-260-sourceDirectories/ it/MCHECKSTYLE-260-sourceDirectories/child-a/ it/MCHECKSTYLE-260-sourceDirectories/chi

2017-01-27 Thread gboue
Author: gboue Date: Sat Jan 28 00:50:38 2017 New Revision: 1780622 URL: http://svn.apache.org/viewvc?rev=1780622=rev Log: [MCHECKSTYLE-260] sourceDirectories property is ignored in multi-modules Because of a bug in Sisu, plugin parameters of type Collection or array are always using

svn commit: r1780608 - in /maven/plugins/trunk/maven-checkstyle-plugin/src/it: check-tests-only/verify.groovy inlinerules/verify.groovy

2017-01-27 Thread gboue
Author: gboue Date: Fri Jan 27 20:37:20 2017 New Revision: 1780608 URL: http://svn.apache.org/viewvc?rev=1780608=rev Log: Improving current ITs, that are testing the failure of the build, by checking what was the actual cause of the failure. This makes sure the build didn't fail for another

svn commit: r1784411 [2/2] - in /maven/plugins/trunk/maven-changes-plugin: ./ src/main/java/org/apache/maven/plugin/ src/main/java/org/apache/maven/plugins/ src/main/java/org/apache/maven/plugins/anno

2017-02-25 Thread gboue
Modified: maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugins/jira/JiraHelper.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugins/jira/JiraHelper.java?rev=1784411=1784410=1784411=diff

svn commit: r1784411 [1/2] - in /maven/plugins/trunk/maven-changes-plugin: ./ src/main/java/org/apache/maven/plugin/ src/main/java/org/apache/maven/plugins/ src/main/java/org/apache/maven/plugins/anno

2017-02-25 Thread gboue
Author: gboue Date: Sat Feb 25 22:36:31 2017 New Revision: 1784411 URL: http://svn.apache.org/viewvc?rev=1784411=rev Log: [MCHANGES-381] Migrate plugin to Maven 3.0 * Replacing usage of deprecated APIs in favor of maven-artifact-transfer * Renaming the packages to org.apache.maven.plugins

svn commit: r1782495 - in /maven/shared/trunk/maven-reporting-exec/src/it/pluginManagement_dependencies: pom.xml verify.groovy

2017-02-10 Thread gboue
Author: gboue Date: Fri Feb 10 18:31:28 2017 New Revision: 1782495 URL: http://svn.apache.org/viewvc?rev=1782495=rev Log: [MSHARED-616] Dependencies inside pluginManagement are not taken into account in reporting Fixing the tests so that they run with Java **6**, 7 and 8... Modified

maven git commit: [MNG-6117] ${session.parallel} not correctly set

2017-01-16 Thread gboue
Repository: maven Updated Branches: refs/heads/master c6c5192d4 -> d413296cf [MNG-6117] ${session.parallel} not correctly set MultiThreadedBuilder must set parallel to true when it's using more than 1 thread to build: i.e. a degree of concurrency greater than 1 (-T) and more than 1 project to

[maven] Git Push Summary

2017-01-16 Thread gboue
Repository: maven Updated Branches: refs/heads/MNG-6117 [deleted] bd98ae6a3

svn commit: r1779527 - in /maven/plugins/trunk/maven-checkstyle-plugin: ./ src/main/java/org/apache/maven/plugin/ src/main/java/org/apache/maven/plugins/ src/main/java/org/apache/maven/plugins/checkst

2017-01-19 Thread gboue
Author: gboue Date: Thu Jan 19 21:06:23 2017 New Revision: 1779527 URL: http://svn.apache.org/viewvc?rev=1779527=rev Log: [MCHECKSTYLE-335] Migrate plugin to Maven 3.0 Upgrading the Maven version to 3.0 in the POM: - Passing version to 3.0.0-SNAPSHOT to mark the upgrade - Renaming the packages

svn commit: r1779510 - in /maven/release/trunk: maven-release-manager/src/main/ maven-release-manager/src/main/java/org/apache/maven/shared/release/phase/ maven-release-manager/src/test/java/org/apach

2017-01-19 Thread gboue
Author: gboue Date: Thu Jan 19 19:22:25 2017 New Revision: 1779510 URL: http://svn.apache.org/viewvc?rev=1779510=rev Log: [MRELEASE-977] release:branch should prompt for branch name if none is given Submitted by Henning Schmiedehausen When a release is made in interactive mode, the plugin

svn commit: r1784412 - in /maven/plugins/trunk/maven-changes-plugin: ./ src/main/java/org/apache/maven/plugins/announcement/ src/main/java/org/apache/maven/plugins/github/ src/test/java/org/apache/mav

2017-02-25 Thread gboue
Author: gboue Date: Sun Feb 26 00:33:12 2017 New Revision: 1784412 URL: http://svn.apache.org/viewvc?rev=1784412=rev Log: [MCHANGES-379] [REGRESSION] Authentication does not work after Upgrade Using built-in SettingsDecrypter component to decrypt the password in the settings. Modified

svn commit: r1784413 - in /maven/plugins/trunk/maven-javadoc-plugin/src/it: MJAVADOC-181/ MJAVADOC-181/application/src/main/java/app/ MJAVADOC-181/library/module-a/src/main/java/aaa/ MJAVADOC-181/libr

2017-02-25 Thread gboue
Author: gboue Date: Sun Feb 26 00:55:45 2017 New Revision: 1784413 URL: http://svn.apache.org/viewvc?rev=1784413=rev Log: Fixing the ITs so that the project can be built with JDK 8 * Self-enclosing elements are disallowed so should be used instead of * Custom tags cannot start with a dot

svn commit: r1784489 - /maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-262/pom.xml

2017-02-26 Thread gboue
Author: gboue Date: Sun Feb 26 23:30:12 2017 New Revision: 1784489 URL: http://svn.apache.org/viewvc?rev=1784489=rev Log: Using the correct family name of 'unix' for Unix systems so that the build works on BSD as well. Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-262

svn commit: r1760101 - in /maven/plugins/trunk/maven-war-plugin: ./ src/it/MWAR-396_no-servlet30/ src/it/MWAR-396_servlet30/ src/main/java/org/apache/maven/plugins/war/ src/test/java/org/apache/maven/

2016-09-09 Thread gboue
Author: gboue Date: Fri Sep 9 17:49:34 2016 New Revision: 1760101 URL: http://svn.apache.org/viewvc?rev=1760101=rev Log: [MWAR-396] Check the existence of the web.xml based on the existence of particular classes In 3.0, the default value of 'failOnMissingWebXml' was changed to be 'false

svn commit: r1763928 - /maven/shared/trunk/maven-artifact-transfer/src/main/java/org/apache/maven/shared/project/install/internal/DefaultProjectInstaller.java

2016-10-08 Thread gboue
Author: gboue Date: Sat Oct 8 18:26:40 2016 New Revision: 1763928 URL: http://svn.apache.org/viewvc?rev=1763928=rev Log: [MSHARED-594] NullPointerException is thrown when trying to install a project without POM file Adding null-check for MavenProject.getFile(): it could be the case

svn commit: r1763929 - /maven/shared/trunk/maven-artifact-transfer/src/main/java/org/apache/maven/shared/project/install/internal/DefaultProjectInstaller.java

2016-10-08 Thread gboue
Author: gboue Date: Sat Oct 8 18:43:58 2016 New Revision: 1763929 URL: http://svn.apache.org/viewvc?rev=1763929=rev Log: [MSHARED-595] In DefaultProjectInstaller, the path to the local repository should be retrieved from the RepositoryManager We need to rely on the RepositoryManager to get

svn commit: r1763933 - in /maven/plugins/trunk/maven-install-plugin: ./ src/it/attach-jar-checksum/ src/it/generate-pom-auto-1/ src/it/jar-sources-javadoc/ src/it/local-repo-override-with-checksum/ sr

2016-10-08 Thread gboue
Author: gboue Date: Sat Oct 8 20:06:42 2016 New Revision: 1763933 URL: http://svn.apache.org/viewvc?rev=1763933=rev Log: [MINSTALL-128] Replace usage of the deprecated ArtifactFactory In order to fix the use of deprecated code from ArtifactFactory, the install-file Mojo now creates a new

svn commit: r1763333 - in /maven/plugins/trunk/maven-ear-plugin/src: it/MEAR-243-skinny-wars-provided/ it/MEAR-243-skinny-wars-provided/ear-module/ it/MEAR-243-skinny-wars-provided/war-module/ it/MEAR

2016-10-04 Thread gboue
Author: gboue Date: Tue Oct 4 22:47:32 2016 New Revision: 176 URL: http://svn.apache.org/viewvc?rev=176=rev Log: [MEAR-243] Skinny WARs - JAR not removed from WAR if scope in EAR is set to provided When creating skinny wars, only JAR runtime modules were considered when removing

maven-surefire git commit: Fix M2Eclipse error and consistency.

2016-09-21 Thread gboue
Repository: maven-surefire Updated Branches: refs/heads/master d60225741 -> ef06e4194 Fix M2Eclipse error and consistency. Since the whole target/generated-sources was added to the classpath, m2e considered the package declaration of the HelpMojo (generated inside

svn commit: r1761637 - in /maven/enforcer/trunk: enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/ enforcer-rules/src/site/apt/ enforcer-rules/src/test/java/org/apache/maven/plugins/enfo

2016-09-20 Thread gboue
Author: gboue Date: Tue Sep 20 20:40:57 2016 New Revision: 1761637 URL: http://svn.apache.org/viewvc?rev=1761637=rev Log: [MENFORCER-204] Add new rule: should be able to make sure that project artifact is a Snapshot Adding a RequireSnapshotVersion rule, which is the opposite

svn commit: r1761980 - /maven/site/trunk/content/apt/guides/introduction/introduction-to-profiles.apt

2016-09-22 Thread gboue
Author: gboue Date: Thu Sep 22 17:12:53 2016 New Revision: 1761980 URL: http://svn.apache.org/viewvc?rev=1761980=rev Log: [MNG-6094] Maven Profile activation (via property) bug (or misleading doc): profile active even if property doesn't exist Clarified documentation as per http://mail

svn commit: r1762936 - /maven/plugins/trunk/maven-shade-plugin/src/site/apt/examples/resource-transformers.apt.vm

2016-09-30 Thread gboue
Author: gboue Date: Fri Sep 30 17:17:05 2016 New Revision: 1762936 URL: http://svn.apache.org/viewvc?rev=1762936=rev Log: Fix a typo: "to" was written twice. Modified: maven/plugins/trunk/maven-shade-plugin/src/site/apt/examples/resource-transformers.apt.vm Modified: maven/plu

svn commit: r1762963 - in /maven/plugins/trunk/maven-shade-plugin/src: it/services-resource-transformer-with-reloc-includes-excludes/ it/services-resource-transformer-with-reloc-includes-excludes/repo

2016-09-30 Thread gboue
Author: gboue Date: Fri Sep 30 20:23:50 2016 New Revision: 1762963 URL: http://svn.apache.org/viewvc?rev=1762963=rev Log: [MSHADE-237] ServicesResourceTransformer relocates excluded classes Exclude pattern specified for relocations were ignored by the ServicesResourceTransformer. This could

svn commit: r1763092 - /maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/changes/ChangesReportGenerator.java

2016-10-02 Thread gboue
Author: gboue Date: Sun Oct 2 18:42:02 2016 New Revision: 1763092 URL: http://svn.apache.org/viewvc?rev=1763092=rev Log: [MCHANGES-375] Add stop between issue text and " Fixes issue-number" When there is a description of the issue and it doesn't end with a period, this change adds a

svn commit: r1763102 - /maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/jira/RestJiraDownloader.java

2016-10-02 Thread gboue
Author: gboue Date: Sun Oct 2 20:45:49 2016 New Revision: 1763102 URL: http://svn.apache.org/viewvc?rev=1763102=rev Log: [MCHANGES-373] It is not possible to use "filter" parameter In the RestJiraDownloader, the "filter" parameter was ignored. This change adds it to the lis

svn commit: r1762192 - in /maven/shared/trunk: maven-dependency-tree/src/site/apt/index.apt.vm maven-reporting-exec/src/site/apt/index.apt.vm

2016-09-25 Thread gboue
Author: gboue Date: Sun Sep 25 11:57:49 2016 New Revision: 1762192 URL: http://svn.apache.org/viewvc?rev=1762192=rev Log: Updated broken jira.codehaus.org links to issues.apache.org/jira Modified: maven/shared/trunk/maven-dependency-tree/src/site/apt/index.apt.vm maven/shared/trunk/maven

maven-surefire git commit: [SUREFIRE-1280] Replace "http://jira.codehaus.org" with "https://issues.apache.org/jira"

2016-09-25 Thread gboue
Repository: maven-surefire Updated Branches: refs/heads/master 432231e7e -> 308d941c9 [SUREFIRE-1280] Replace "http://jira.codehaus.org; with "https://issues.apache.org/jira; Updated links present in the documentation as well. Project:

svn commit: r1762213 - in /maven/shared/trunk/maven-shared-jar/src: main/java/org/apache/maven/shared/jar/ main/java/org/apache/maven/shared/jar/classes/ main/java/org/apache/maven/shared/jar/identifi

2016-09-25 Thread gboue
Author: gboue Date: Sun Sep 25 14:54:41 2016 New Revision: 1762213 URL: http://svn.apache.org/viewvc?rev=1762213=rev Log: Improved code: fixed usage of raw types (except Commons Collections) and converted use of Iterator to for-each loop Modified: maven/shared/trunk/maven-shared-jar/src

svn commit: r1762216 - /maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugins/deploy/AbstractDeployMojo.java

2016-09-25 Thread gboue
Author: gboue Date: Sun Sep 25 15:26:55 2016 New Revision: 1762216 URL: http://svn.apache.org/viewvc?rev=1762216=rev Log: Removed unused artifactFactory Modified: maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugins/deploy/AbstractDeployMojo.java Modified: maven

svn commit: r1763035 - /maven/plugins/trunk/maven-javadoc-plugin/pom.xml

2016-10-01 Thread gboue
Author: gboue Date: Sun Oct 2 00:42:44 2016 New Revision: 1763035 URL: http://svn.apache.org/viewvc?rev=1763035=rev Log: [MJAVADOC-472] Conflicting dependency of plexus-utils are used Excluding plexus:plexus-utils from plexus-interactivity-api to resolve conflict with the usage of plexus-utils

svn commit: r1763036 - in /maven/plugins/trunk/maven-pmd-plugin/src: main/java/org/apache/maven/plugin/pmd/ test/java/org/apache/maven/plugin/pmd/ test/java/org/apache/maven/plugin/pmd/stubs/

2016-10-01 Thread gboue
Author: gboue Date: Sun Oct 2 01:51:45 2016 New Revision: 1763036 URL: http://svn.apache.org/viewvc?rev=1763036=rev Log: Improved code to use the try-with-resources construct instead of closing all InputStream and Reader manually. Modified: maven/plugins/trunk/maven-pmd-plugin/src/main

svn commit: r1763052 - /maven/site/trunk/content/resources/developers/maven-eclipse-codestyle.xml

2016-10-02 Thread gboue
Author: gboue Date: Sun Oct 2 11:17:34 2016 New Revision: 1763052 URL: http://svn.apache.org/viewvc?rev=1763052=rev Log: [MNGSITE-294] maven-eclipse-codestyle for try-with-resources doesn't match maven_checks.xml Update for the maven-eclipse-codestyle.xml formatter used in Eclipse in order

svn commit: r1768086 - in /maven/plugins/trunk/maven-compiler-plugin/src: it/MCOMPILER-284/ it/MCOMPILER-284/src/ it/MCOMPILER-284/src/main/ it/MCOMPILER-284/src/main/java/ it/MCOMPILER-284/src/main/j

2016-11-04 Thread gboue
Author: gboue Date: Fri Nov 4 19:48:26 2016 New Revision: 1768086 URL: http://svn.apache.org/viewvc?rev=1768086=rev Log: [MCOMPILER-284] maven.test.skip doesn't skip test compilation The tests classes were still compiled, even when setting "skip" to true (regression introduce

svn commit: r1768231 - in /maven/plugins/trunk/maven-help-plugin/src: it/evaluate-artifact-with-expression-with-output/ main/java/org/apache/maven/plugins/help/

2016-11-05 Thread gboue
Author: gboue Date: Sat Nov 5 15:49:26 2016 New Revision: 1768231 URL: http://svn.apache.org/viewvc?rev=1768231=rev Log: [MPH-119] The "artifact" parameter is not taken into account with Maven 3 Starting with Maven 3, PluginParameterExpressionEvaluator ignores the project given as

svn commit: r1768232 - /maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EvaluateMojo.java

2016-11-05 Thread gboue
Author: gboue Date: Sat Nov 5 15:49:51 2016 New Revision: 1768232 URL: http://svn.apache.org/viewvc?rev=1768232=rev Log: [MPH-114] Goal fails with “Unable to get the POM for the artifact” Clarifying docs: the latest version of the artifact is used when no version is specified for the artifact

svn commit: r1769304 - in /maven/release/trunk/maven-release-plugin: ./ src/it/projects/prepare/MRELEASE-966/ src/main/java/org/apache/maven/plugins/release/

2016-11-11 Thread gboue
Author: gboue Date: Fri Nov 11 15:32:18 2016 New Revision: 1769304 URL: http://svn.apache.org/viewvc?rev=1769304=rev Log: [MRELEASE-966] release plugin does not respect "mvn -f" The prepare and perform goals execute goals against the given pomFileName. This should default to the name

svn commit: r1768250 - in /maven/plugins/trunk/maven-help-plugin/src: it/effective-pom-artifact/ main/java/org/apache/maven/plugins/help/

2016-11-05 Thread gboue
Author: gboue Date: Sat Nov 5 17:09:51 2016 New Revision: 1768250 URL: http://svn.apache.org/viewvc?rev=1768250=rev Log: [MPH-106] add gav parameter to calculate effective pom for any gav, not only reactor Adding an "artifact" parameter to the effective-pom goal. The name is to be

svn commit: r1768264 - in /maven/plugins/trunk/maven-help-plugin/src: main/java/org/apache/maven/plugins/help/ test/java/org/apache/maven/plugins/help/

2016-11-05 Thread gboue
Author: gboue Date: Sat Nov 5 18:15:28 2016 New Revision: 1768264 URL: http://svn.apache.org/viewvc?rev=1768264=rev Log: [MPH-107] Mojos use inconsistent line endings throughout Using the system line separator instead of hard-coding "\n" in the different mojos. Modified: mav

svn commit: r1766221 - in /maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples: compile-using-different-jdk.apt.vm set-compiler-source-and-target.apt.vm

2016-10-22 Thread gboue
Author: gboue Date: Sat Oct 22 18:11:12 2016 New Revision: 1766221 URL: http://svn.apache.org/viewvc?rev=1766221=rev Log: - Updating the "Setting the -source and -target of the Java Compiler": fixing broken link to Mojohaus, adding a note about the usage of "source", linkin

svn commit: r1769402 - in /maven/plugins/trunk/maven-help-plugin/src: it/describe-plugin-in-plugin-management/ main/java/org/apache/maven/plugins/help/ test/java/org/apache/maven/plugins/help/

2016-11-12 Thread gboue
Author: gboue Date: Sat Nov 12 19:43:02 2016 New Revision: 1769402 URL: http://svn.apache.org/viewvc?rev=1769402=rev Log: [MPH-53] mvn help:describe returns the version that is specified in metadata instead of the one in the parent pom Set the POM to use in the plugin version requuest, so

svn commit: r1771515 - in /maven/enforcer/trunk: ./ enforcer-rules/ enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/ enforcer-rules/src/site/apt/ enforcer-rules/src/test/java/org/apache

2016-11-26 Thread gboue
Author: gboue Date: Sat Nov 26 21:56:24 2016 New Revision: 1771515 URL: http://svn.apache.org/viewvc?rev=1771515=rev Log: [MENFORCER-247] Add a "require file checksum" rule Submitted by: Lyubomyr Shaydariv New RequireFileChecksum, rule that is non cacheable and inh

maven-archetype git commit: [ARCHETYPE-513] Files in excludePatterns having a default filtered extension are still included

2016-11-17 Thread gboue
Repository: maven-archetype Updated Branches: refs/heads/master 4a59126c6 -> 44e7ed632 [ARCHETYPE-513] Files in excludePatterns having a default filtered extension are still included If a file having a default filtered extensions was present in a manually excluded pattern, it still ended up

svn commit: r1770187 [2/2] - in /maven/site/trunk/content/resources/xsd: assembly-2.0.0.xsd assembly-component-2.0.0.xsd

2016-11-17 Thread gboue
Added: maven/site/trunk/content/resources/xsd/assembly-component-2.0.0.xsd URL: http://svn.apache.org/viewvc/maven/site/trunk/content/resources/xsd/assembly-component-2.0.0.xsd?rev=1770187=auto == ---

svn commit: r1770187 [1/2] - in /maven/site/trunk/content/resources/xsd: assembly-2.0.0.xsd assembly-component-2.0.0.xsd

2016-11-17 Thread gboue
Author: gboue Date: Thu Nov 17 13:16:25 2016 New Revision: 1770187 URL: http://svn.apache.org/viewvc?rev=1770187=rev Log: [MASSEMBLY-838] Assembly descriptor schemas are missing from web site Adding 2.0.0 assembly descriptors for the Assembly Plugin to the site with regard to the 3.0.0 release

svn commit: r1770444 - in /maven/plugins/trunk/maven-install-plugin/src: it/minstall-55/verify.bsh main/java/org/apache/maven/plugin/install/InstallFileMojo.java

2016-11-18 Thread gboue
Author: gboue Date: Fri Nov 18 22:35:24 2016 New Revision: 1770444 URL: http://svn.apache.org/viewvc?rev=1770444=rev Log: [MINSTALL-110] install-file should also install bundled pom.xml from artifact. Follow-up: make sure the POM file extracted from the archive is into a temporary folder

svn commit: r1770497 - in /maven/plugins/trunk: maven-deploy-plugin/src/it/gav-validation/ maven-deploy-plugin/src/main/java/org/apache/maven/plugins/deploy/ maven-install-plugin/src/it/gav-validation

2016-11-19 Thread gboue
Author: gboue Date: Sat Nov 19 15:21:30 2016 New Revision: 1770497 URL: http://svn.apache.org/viewvc?rev=1770497=rev Log: Migration to Maven 3: because of an API change in ModelProblemCollector between 3.0.x and 3.1.x, that interface cannot be used as-is for compatibility for both in order

maven git commit: [MNG-5889] .mvn directory should be picked when using --file

2016-11-17 Thread gboue
Repository: maven Updated Branches: refs/heads/master baf343fcb -> 8ae1a3e92 [MNG-5889] .mvn directory should be picked when using --file Fixing the ITs on Windows: accessing arguments should be done with "%~1" to take care of the fact that some parameter already contain quotes (otherwise, it

svn commit: r1770285 - /maven/enforcer/trunk/enforcer-rules/src/site/apt/requireEnvironmentVariable.apt.vm

2016-11-17 Thread gboue
Author: gboue Date: Thu Nov 17 22:32:38 2016 New Revision: 1770285 URL: http://svn.apache.org/viewvc?rev=1770285=rev Log: Fixing a typo in the documentation of requireEnvironmentVariable. Submitted by: Jérémie Bresson. This closes #19. Modified: maven/enforcer/trunk/enforcer-rules/src/site

svn commit: r1769446 - in /maven/plugins/trunk/maven-help-plugin/src: it/effective-pom-from-lifecycle/ it/effective-pom-from-lifecycle/module/ it/effective-pom-multimodule-unlink-parent/ it/effective-

2016-11-12 Thread gboue
Author: gboue Date: Sat Nov 12 23:16:20 2016 New Revision: 1769446 URL: http://svn.apache.org/viewvc?rev=1769446=rev Log: [MPH-105] Effective pom aggregation is not triggered When the plugin is invoked from the command-line, always show all effective POMs for all projects in the reactor. When

svn commit: r1769319 [2/3] - in /maven/plugins/trunk/maven-help-plugin: ./ src/it/active-profiles/ src/it/active-profiles_multimodule/ src/it/active-profiles_multimodule/module/ src/it/all-profiles/ s

2016-11-11 Thread gboue
Modified: maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/DescribeMojo.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/DescribeMojo.java?rev=1769319=1769318=1769319=diff

svn commit: r1769319 [1/3] - in /maven/plugins/trunk/maven-help-plugin: ./ src/it/active-profiles/ src/it/active-profiles_multimodule/ src/it/active-profiles_multimodule/module/ src/it/all-profiles/ s

2016-11-11 Thread gboue
Author: gboue Date: Fri Nov 11 17:13:13 2016 New Revision: 1769319 URL: http://svn.apache.org/viewvc?rev=1769319=rev Log: [MPH-120] Migrate plugin to Maven 3.0 Bump Maven requirement to 3.0 and version of the plugin to 3.0.0-SNAPSHOT. Replacing deprecated APIs like ArtifactFactory with the use

svn commit: r1769319 [3/3] - in /maven/plugins/trunk/maven-help-plugin: ./ src/it/active-profiles/ src/it/active-profiles_multimodule/ src/it/active-profiles_multimodule/module/ src/it/all-profiles/ s

2016-11-11 Thread gboue
Added: maven/plugins/trunk/maven-help-plugin/src/test/resources/unit/all-profiles/plugin-config.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/test/resources/unit/all-profiles/plugin-config.xml?rev=1769319=auto

maven git commit: [MNG-6117] ${session.parallel} not correctly set

2016-11-13 Thread gboue
Repository: maven Updated Branches: refs/heads/master f381cd4f2 -> dfb4a7b7f [MNG-6117] ${session.parallel} not correctly set MultiThreadedBuilder must set parallel to true when it's using more than 1 thread to build: i.e. a degree of concurrency greater than 1 (-T) and more than 1 project to

svn commit: r1770586 - in /maven/plugins/trunk/maven-install-plugin/src: it/attach-jar-checksum/ it/generate-pom-auto-1/ it/jar-sources-javadoc/ it/local-repo-override-with-checksum-generatePom/ it/lo

2016-11-20 Thread gboue
Author: gboue Date: Sun Nov 20 20:51:17 2016 New Revision: 1770586 URL: http://svn.apache.org/viewvc?rev=1770586=rev Log: [MINSTALL-131] Rename package to org.apache.maven.plugins With the migration to Maven 3, the main package should be "org.apache.maven.plugins" instead of t

svn commit: r1770564 - in /maven/plugins/trunk/maven-checkstyle-plugin/src: it/MCHECKSTYLE-332_cache-checker/ it/MCHECKSTYLE-332_cache-checker/src/ it/MCHECKSTYLE-332_cache-checker/src/main/ it/MCHECK

2016-11-20 Thread gboue
Author: gboue Date: Sun Nov 20 15:04:12 2016 New Revision: 1770564 URL: http://svn.apache.org/viewvc?rev=1770564=rev Log: [MCHECKSTYLE-332] maven plugin not using cache property Starting with Checkstyle 6.16, the cache configuration was moved from the TreeWalker module to the Checker module

svn commit: r1770507 - /maven/plugins/trunk/maven-install-plugin/src/it/non-changed-artifact/invoker.properties

2016-11-19 Thread gboue
Author: gboue Date: Sat Nov 19 16:52:31 2016 New Revision: 1770507 URL: http://svn.apache.org/viewvc?rev=1770507=rev Log: Fixing IT that will break when Jar Plugin is updated to 3.0.0 (indirectly through a Maven update): running install twice in the same build would call the plugin twice

svn commit: r1769339 - in /maven/plugins/trunk/maven-deploy-plugin/src: it/MDEPLOY-169_deploy-at-end-multithread/ it/MDEPLOY-170_deploy-at-end-configperproject/ it/MDEPLOY-202_deployfile-with-multiple

2016-11-11 Thread gboue
Author: gboue Date: Fri Nov 11 20:36:18 2016 New Revision: 1769339 URL: http://svn.apache.org/viewvc?rev=1769339=rev Log: [MDEPLOY-211] uniqueVersion broken (if not supported, should be removed from doc, and warning printed) The parameter uniqueVersion in the deploy-file goal isn't supported

svn commit: r1767178 - in /maven/shared/trunk/maven-artifact-transfer/src/main/java/org/apache/maven/shared/project/install: ProjectInstaller.java internal/DefaultProjectInstaller.java

2016-10-30 Thread gboue
Author: gboue Date: Sun Oct 30 19:25:53 2016 New Revision: 1767178 URL: http://svn.apache.org/viewvc?rev=1767178=rev Log: [MSHARED-598] Simplify ProjectInstaller by not requiring an ArtifactRepository Part 2 - Removing the "install" overload taking the ArtifactRepository Modified:

svn commit: r1767762 - /maven/plugins/trunk/maven-dependency-plugin/src/site/apt/examples/purging-local-repository.apt.vm

2016-11-02 Thread gboue
Author: gboue Date: Wed Nov 2 18:53:47 2016 New Revision: 1767762 URL: http://svn.apache.org/viewvc?rev=1767762=rev Log: [MDEP-386] Split purge-local-repository into manual and transitive Keeping the documentation in sync: the manual-purge-local-repository goal was reintegrated into the purge

svn commit: r1767164 - in /maven/shared/trunk/maven-artifact-transfer/src/main/java/org/apache/maven/shared/repository: ./ internal/

2016-10-30 Thread gboue
Author: gboue Date: Sun Oct 30 15:00:30 2016 New Revision: 1767164 URL: http://svn.apache.org/viewvc?rev=1767164=rev Log: [MSHARED-596] Support for getting local metadata for RepositoryManager Adding method "getPathForLocalMetadata" in RepositoryManager delegating to Sonatype or Ecli

svn commit: r1767174 - in /maven/plugins/trunk/maven-install-plugin: ./ src/it/local-repo-override-with-checksum-generatePom/ src/it/local-repo-override-with-checksum/ src/main/java/org/apache/maven/p

2016-10-30 Thread gboue
Author: gboue Date: Sun Oct 30 18:07:25 2016 New Revision: 1767174 URL: http://svn.apache.org/viewvc?rev=1767174=rev Log: - Using latest Maven Artifact Transfer (re-versioned to 0.9.0-SNAPSHOT). - Adding ITs for the manual installation of files with POM and generating checksums in a overridden

svn commit: r1767593 - in /maven/plugins/trunk/maven-help-plugin/src: it/describe-cmd-with-goal-report/ main/java/org/apache/maven/plugins/help/

2016-11-01 Thread gboue
Author: gboue Date: Wed Nov 2 00:43:39 2016 New Revision: 1767593 URL: http://svn.apache.org/viewvc?rev=1767593=rev Log: [MPH-116] Printout the information if a goal is a report goal or not Adding the information in the describe goal: the plugin and all of its dependencies are resolved

svn commit: r1764759 - in /maven/plugins/trunk/maven-site-plugin/src: it/MSITE-705-debug/ it/MSITE-705-no-debug/ main/java/org/apache/maven/plugins/site/deploy/

2016-10-13 Thread gboue
Author: gboue Date: Thu Oct 13 19:03:08 2016 New Revision: 1764759 URL: http://svn.apache.org/viewvc?rev=1764759=rev Log: [MSITE-705] Too much information in maven logs during site:deploy in sftp... The debug listener on the Wagon instance is only added if we're running Maven in debug mode

svn commit: r1764765 - /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/render/AbstractSiteRenderingMojo.java

2016-10-13 Thread gboue
Author: gboue Date: Thu Oct 13 19:21:45 2016 New Revision: 1764765 URL: http://svn.apache.org/viewvc?rev=1764765=rev Log: [MSITE-785] Documentation of saveProcessedContent parameter is empty Escaping the '<' and '>' inside Javadoc with '' and '', so that the documentation of the par

maven git commit: [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe

2016-10-13 Thread gboue
Repository: maven Updated Branches: refs/heads/master 8fe10c341 -> d8e3585e0 [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe If a property is concurrently removed from System.getProperties(), we shouldn't try to insert 'null' since this is not

maven git commit: [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe

2016-10-15 Thread gboue
Repository: maven Updated Branches: refs/heads/master f7c1359cf -> ace448158 [MNG-6105] properties.internal.SystemProperties.addSystemProperties() is not really thread-safe Refactoring the current code setting system properties to synchronize correctly on the given ones: avoids

svn commit: r1765156 - in /maven/plugins/trunk/maven-changes-plugin/src: it/announce-generate-inconsistent-issue-management/ it/announce-generate-inconsistent-issue-management/src/ it/announce-generat

2016-10-16 Thread gboue
Author: gboue Date: Sun Oct 16 13:54:35 2016 New Revision: 1765156 URL: http://svn.apache.org/viewvc?rev=1765156=rev Log: [MCHANGES-376] Improve log messages on issue management misconfiguration During site generation, the inability to generate a report is logged as WARNING instead of ERROR

svn commit: r1765191 - in /maven/plugins/trunk/maven-help-plugin: ./ src/it/evaluate-with-expression-with-output/ src/main/java/org/apache/maven/plugins/help/ src/test/java/org/apache/maven/plugins/he

2016-10-16 Thread gboue
Author: gboue Date: Sun Oct 16 20:58:58 2016 New Revision: 1765191 URL: http://svn.apache.org/viewvc?rev=1765191=rev Log: [MPH-99] Evaluate has no output in quiet mode Adding the 'output' parameter to the evaluate Mojo. When used, along with an expression, the goal will write the result

svn commit: r1765195 - /maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/set-compiler-source-and-target.apt.vm

2016-10-16 Thread gboue
Author: gboue Date: Sun Oct 16 22:38:01 2016 New Revision: 1765195 URL: http://svn.apache.org/viewvc?rev=1765195=rev Log: Updating the "Setting the -source and -target of the Java Compiler" documentation page by referencing Java 8 features instead of Java 4. This closes #69.

svn commit: r1771979 - in /maven/enforcer/trunk/enforcer-rules/src/site/apt: banDuplicatePomDependencyVersions.apt.vm index.apt

2016-11-29 Thread gboue
Author: gboue Date: Tue Nov 29 23:31:33 2016 New Revision: 1771979 URL: http://svn.apache.org/viewvc?rev=1771979=rev Log: [MENFORCER-259] The rule BanDuplicatePomDependencyVersions is not documented Adding banDuplicatePomDependencyVersions, introduced in MENFORCER-152, to the documentation

svn commit: r1774329 - /maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/plugin/changelog/ChangeLogReport.java

2016-12-14 Thread gboue
Author: gboue Date: Wed Dec 14 19:38:57 2016 New Revision: 1774329 URL: http://svn.apache.org/viewvc?rev=1774329=rev Log: Fixing Checkstyle issue, by refactoring the default issue link URL to a constant, and re-using the %ISSUE% constant. Modified: maven/plugins/trunk/maven-changelog

svn commit: r1774310 - in /maven/plugins/trunk/maven-ear-plugin: ./ src/it/ src/it/skinny-wars-timestamp/ src/it/skinny-wars-timestamp/ear-module/ src/it/skinny-wars-timestamp/war-module/ src/it/skinn

2016-12-14 Thread gboue
Author: gboue Date: Wed Dec 14 18:57:02 2016 New Revision: 1774310 URL: http://svn.apache.org/viewvc?rev=1774310=rev Log: [MEAR-217] Snapshot dependencies are not deleted from skinny WARs Submitted by: Fabian Schlier Applied after adding the JAR file attached to the JIRA issue. This closes #100

svn commit: r1774759 - /maven/shared/trunk/maven-artifact-transfer/src/main/java/org/apache/maven/shared/dependencies/collect/internal/Maven30DependencyCollector.java

2016-12-17 Thread gboue
Author: gboue Date: Sat Dec 17 13:20:19 2016 New Revision: 1774759 URL: http://svn.apache.org/viewvc?rev=1774759=rev Log: [MSHARED-602] NoSuchMethodException using DependencyCollector with Maven 3.0 Looking for the method toDependency inside RepositoryUtils taking the correct

svn commit: r1774770 - in /maven/plugins/trunk/maven-dependency-plugin/src: it/mrm/repository/ it/projects/get-artifact-maven-plugin/ it/projects/get-artifact-no-transitive/ it/projects/get-artifact/

2016-12-17 Thread gboue
Author: gboue Date: Sat Dec 17 15:03:53 2016 New Revision: 1774770 URL: http://svn.apache.org/viewvc?rev=1774770=rev Log: [MDEP-548] The get Mojo doesn't resolve the artifact when setting transitive to false When transitive is set to false, the ArtifactResolver needs to be used to resolve just

svn commit: r1774769 - in /maven/plugins/trunk/maven-dependency-plugin/src/it/projects: copy-from-remote-repository/verify.groovy unpack-from-remote-repository/verify.groovy

2016-12-17 Thread gboue
Author: gboue Date: Sat Dec 17 15:03:29 2016 New Revision: 1774769 URL: http://svn.apache.org/viewvc?rev=1774769=rev Log: Updating the tests so that they pass with Maven 3.0.x also Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/projects/copy-from-remote-repository

svn commit: r1774803 - in /maven/plugins/trunk/maven-dependency-plugin/src: it/projects/build-classpath-output-file-and-property/ main/java/org/apache/maven/plugins/dependency/fromDependencies/

2016-12-17 Thread gboue
Author: gboue Date: Sat Dec 17 20:40:08 2016 New Revision: 1774803 URL: http://svn.apache.org/viewvc?rev=1774803=rev Log: [MDEP-482] Can't use both outputProperty and outputFile in build-classpath mojo Submitted by: Dagan Sandler Make sure outputFile and outputProperty can both be used

maven git commit: [MNG-6117] ${session.parallel} not correctly set

2017-01-10 Thread gboue
Repository: maven Updated Branches: refs/heads/MNG-6117 [created] bd98ae6a3 [MNG-6117] ${session.parallel} not correctly set MultiThreadedBuilder must set parallel to true when it's using more than 1 thread to build: i.e. a degree of concurrency greater than 1 (-T) and more than 1 project to

svn commit: r1778912 - in /maven/plugin-tools/trunk/maven-plugin-tools-java/src/test: java/org/apache/maven/tools/plugin/extractor/javadoc/ resources/MPLUGIN-290/

2017-01-15 Thread gboue
Author: gboue Date: Sun Jan 15 13:08:04 2017 New Revision: 1778912 URL: http://svn.apache.org/viewvc?rev=1778912=rev Log: [MPLUGIN-290] Version 3.4 fails to parse enums with Regex patterns Already fixed by the upgrade of QDox to 2.0-M5 done in r1778362. Test added to prevent regressions. Added

svn commit: r1778908 - in /maven/plugin-tools/trunk: ./ maven-plugin-annotations/ maven-plugin-plugin/ maven-plugin-tools-annotations/ maven-plugin-tools-api/ maven-plugin-tools-generators/ maven-plug

2017-01-15 Thread gboue
Author: gboue Date: Sun Jan 15 12:19:50 2017 New Revision: 1778908 URL: http://svn.apache.org/viewvc?rev=1778908=rev Log: Updating the version from 3.6-SNAPSHOT to 3.5.1-SNAPSHOT as per http://mail-archives.apache.org/mod_mbox/maven-dev/201701.mbox/%3Cop.ytya62tukdkhrr%40desktop-2khsk44%3E

svn commit: r1778362 - in /maven/plugin-tools/trunk: ./ maven-plugin-tools-java/src/test/java/org/apache/maven/tools/plugin/extractor/javadoc/ maven-plugin-tools-java/src/test/resources/MPLUGIN-314/ m

2017-01-11 Thread gboue
Author: gboue Date: Thu Jan 12 00:07:08 2017 New Revision: 1778362 URL: http://svn.apache.org/viewvc?rev=1778362=rev Log: [MPLUGIN-314] invalid requirement role generated in plugin.xml [MPLUGIN-320] JavaJavadocMojoDescriptorExtractor fails with Java 8 lambdas. Updating QDox to 2.0-M5, containing

svn commit: r1778360 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/it/mplugin-319_report-since/invoker.properties

2017-01-11 Thread gboue
Author: gboue Date: Thu Jan 12 00:06:37 2017 New Revision: 1778360 URL: http://svn.apache.org/viewvc?rev=1778360=rev Log: [MPLUGIN-319] @since values ignored in report The IT relies on reading the generated HTML site for the test mojo in English, but the report is written in the default locale

svn commit: r1778361 - in /maven/plugin-tools/trunk/maven-plugin-tools-annotations/src/test/java/org/apache/maven/tools/plugin/extractor/annotations: TestAnnotationsReader.java scanner/DefaultMojoAnno

2017-01-11 Thread gboue
Author: gboue Date: Thu Jan 12 00:06:50 2017 New Revision: 1778361 URL: http://svn.apache.org/viewvc?rev=1778361=rev Log: Updating the unit tests so that they can be run successfully directly inside Eclipse: this means fixing the location of the basedir by extending from PlexusTestCase

svn commit: r1771943 - in /maven/plugins/trunk/maven-shade-plugin/src: main/java/org/apache/maven/plugins/shade/resource/GroovyResourceTransformer.java test/java/org/apache/maven/plugins/shade/resourc

2016-11-29 Thread gboue
Author: gboue Date: Tue Nov 29 19:05:13 2016 New Revision: 1771943 URL: http://svn.apache.org/viewvc?rev=1771943=rev Log: Fixed compilation errors. The variables extModuleName and extModuleVersion in the GroovyResourceTransformer need setters to be changed properly in tests, instead of having

svn commit: r1776610 - in /maven/plugins/trunk/maven-dependency-plugin/src/it/projects: copy-from-remote-repository/ unpack-from-remote-repository/

2016-12-30 Thread gboue
Author: gboue Date: Fri Dec 30 17:13:57 2016 New Revision: 1776610 URL: http://svn.apache.org/viewvc?rev=1776610=rev Log: Updating the tests so that they no longer rely on reading the logs, making them more robust: a setup script first deletes from the local repository the artifact that should

maven-wagon git commit: Adding timestamps to wagon-http Surefire logs

2016-12-31 Thread gboue
Repository: maven-wagon Updated Branches: refs/heads/jetty-8 df0af51bc -> 05d04b298 Adding timestamps to wagon-http Surefire logs * Be able to measure how long it takes to download the 4Go test file (and write the downloaded data to disk) in HugeFileDownloadTest. * Adding log lines

  1   2   3   >