svn commit: r1448351 - in /maven/plugins/trunk/maven-dependency-plugin: ./ src/it/resolve-plugins-exclude-reactor/ src/it/resolve-plugins-exclude-reactor/child-a/ src/it/resolve-plugins-exclude-reacto

2013-02-20 Thread jdcasey
Author: jdcasey
Date: Wed Feb 20 19:02:48 2013
New Revision: 1448351

URL: http://svn.apache.org/r1448351
Log:
[MDEP-401][MDEP-402] Adding excludeReactor parameter and 
getPluginArtifactsFilter() method, to make use of in/exclude parameters already 
in existence from the resolve-plugins mojo. Also adding ITs to verify this 
functionality.

Added:

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/child-a/

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/child-a/pom.xml
   (with props)

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/child-a/src/

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/child-a/src/main/

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/child-a/src/main/resources/

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/child-a/src/main/resources/DoNotDelete.xml
   (with props)

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/child-b/

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/child-b/pom.xml
   (with props)

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/invoker.properties
   (with props)

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/pom.xml
   (with props)

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/verify.groovy

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-with-exclude/

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-with-exclude/invoker.properties
   (with props)

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-with-exclude/pom.xml
   (with props)

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-with-exclude/test.properties
   (with props)

maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-with-exclude/verify.groovy
Modified:
maven/plugins/trunk/maven-dependency-plugin/pom.xml

maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractResolveMojo.java

maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/resolvers/ResolvePluginsMojo.java

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1448351r1=1448350r2=1448351view=diff
==
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Wed Feb 20 19:02:48 2013
@@ -141,7 +141,7 @@ under the License.
 dependency
   groupIdorg.codehaus.plexus/groupId
   artifactIdplexus-archiver/artifactId
-  version2.3-SNAPSHOT/version
+  version2.3/version
 /dependency
 dependency
   groupIdorg.codehaus.plexus/groupId

Added: 
maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/child-a/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/child-a/pom.xml?rev=1448351view=auto
==
--- 
maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/child-a/pom.xml
 (added)
+++ 
maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins-exclude-reactor/child-a/pom.xml
 Wed Feb 20 19:02:48 2013
@@ -0,0 +1,36 @@
+?xml version=1.0 encoding=UTF-8?
+!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ License); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  --
+
+project xmlns=http://maven.apache.org/POM/4.0.0;
+ xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
+ xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
+  modelVersion4.0.0/modelVersion
+
+  parent
+

svn commit: r1448363 - /maven/plugins/trunk/maven-help-plugin/pom.xml

2013-02-20 Thread rfscholte
Author: rfscholte
Date: Wed Feb 20 19:36:25 2013
New Revision: 1448363

URL: http://svn.apache.org/r1448363
Log:
[maven-release-plugin] prepare release maven-help-plugin-2.2

Modified:
maven/plugins/trunk/maven-help-plugin/pom.xml

Modified: maven/plugins/trunk/maven-help-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/pom.xml?rev=1448363r1=1448362r2=1448363view=diff
==
--- maven/plugins/trunk/maven-help-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-help-plugin/pom.xml Wed Feb 20 19:36:25 2013
@@ -30,7 +30,7 @@ under the License.
   /parent
 
   artifactIdmaven-help-plugin/artifactId
-  version2.2-SNAPSHOT/version
+  version2.2/version
   packagingmaven-plugin/packaging
 
   nameMaven Help Plugin/name
@@ -47,9 +47,9 @@ under the License.
   /prerequisites
 
   scm
-
connectionscm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin//connection
-
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin//developerConnection
-
urlhttp://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin//url
+
connectionscm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-help-plugin-2.2/connection
+
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-help-plugin-2.2/developerConnection
+
urlhttp://svn.apache.org/viewvc/maven/plugins/tags/maven-help-plugin-2.2/url
   /scm
   issueManagement
 systemJIRA/system




svn commit: r1448364 - /maven/plugins/tags/maven-help-plugin-2.2/

2013-02-20 Thread rfscholte
Author: rfscholte
Date: Wed Feb 20 19:39:15 2013
New Revision: 1448364

URL: http://svn.apache.org/r1448364
Log:
[maven-release-plugin]  copy for tag maven-help-plugin-2.2

Added:
maven/plugins/tags/maven-help-plugin-2.2/
  - copied from r1448363, maven/plugins/trunk/maven-help-plugin/



svn commit: r1448365 - /maven/plugins/trunk/maven-help-plugin/pom.xml

2013-02-20 Thread rfscholte
Author: rfscholte
Date: Wed Feb 20 19:39:20 2013
New Revision: 1448365

URL: http://svn.apache.org/r1448365
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
maven/plugins/trunk/maven-help-plugin/pom.xml

Modified: maven/plugins/trunk/maven-help-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/pom.xml?rev=1448365r1=1448364r2=1448365view=diff
==
--- maven/plugins/trunk/maven-help-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-help-plugin/pom.xml Wed Feb 20 19:39:20 2013
@@ -30,7 +30,7 @@ under the License.
   /parent
 
   artifactIdmaven-help-plugin/artifactId
-  version2.2/version
+  version2.2.1-SNAPSHOT/version
   packagingmaven-plugin/packaging
 
   nameMaven Help Plugin/name
@@ -47,9 +47,9 @@ under the License.
   /prerequisites
 
   scm
-
connectionscm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-help-plugin-2.2/connection
-
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-help-plugin-2.2/developerConnection
-
urlhttp://svn.apache.org/viewvc/maven/plugins/tags/maven-help-plugin-2.2/url
+
connectionscm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin//connection
+
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin//developerConnection
+
urlhttp://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin//url
   /scm
   issueManagement
 systemJIRA/system




svn commit: r851329 - /websites/production/maven/content/plugins-archives/maven-help-plugin-2.2/

2013-02-20 Thread rfscholte
Author: rfscholte
Date: Wed Feb 20 19:45:18 2013
New Revision: 851329

Log:
Automatic svn path creation: 
https://svn.apache.org/repos/infra/websites/production/maven/content/plugins-archives/maven-help-plugin-2.2

Added:
websites/production/maven/content/plugins-archives/maven-help-plugin-2.2/



svn commit: r851339 [19/24] - in /websites/production/maven/content/plugins-archives/maven-help-plugin-2.2: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/org/apache/ma

2013-02-20 Thread rfscholte
Added: 
websites/production/maven/content/plugins-archives/maven-help-plugin-2.2/xref/org/apache/maven/plugins/help/AllProfilesMojo.html
==
--- 
websites/production/maven/content/plugins-archives/maven-help-plugin-2.2/xref/org/apache/maven/plugins/help/AllProfilesMojo.html
 (added)
+++ 
websites/production/maven/content/plugins-archives/maven-help-plugin-2.2/xref/org/apache/maven/plugins/help/AllProfilesMojo.html
 Wed Feb 20 20:34:47 2013
@@ -0,0 +1,321 @@
+!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
+html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
+head
+meta http-equiv=content-type content=text/html; charset=UTF-8 /
+titleAllProfilesMojo xref/title
+link type=text/css rel=stylesheet href=../../../../../stylesheet.css /
+/head
+body
+div id=overviewa 
href=../../../../../../apidocs/org/apache/maven/plugins/help/AllProfilesMojo.htmlView
 Javadoc/a/divpre
+
+a class=jxr_linenumber name=1 href=#11/a   strong 
class=jxr_keywordpackage/strong org.apache.maven.plugins.help;
+a class=jxr_linenumber name=2 href=#22/a   
+a class=jxr_linenumber name=3 href=#33/a   em 
class=jxr_comment/*/em
+a class=jxr_linenumber name=4 href=#44/a   em class=jxr_comment 
* Licensed to the Apache Software Foundation (ASF) under one/em
+a class=jxr_linenumber name=5 href=#55/a   em class=jxr_comment 
* or more contributor license agreements.  See the NOTICE file/em
+a class=jxr_linenumber name=6 href=#66/a   em class=jxr_comment 
* distributed with this work for additional information/em
+a class=jxr_linenumber name=7 href=#77/a   em class=jxr_comment 
* regarding copyright ownership.  The ASF licenses this file/em
+a class=jxr_linenumber name=8 href=#88/a   em class=jxr_comment 
* to you under the Apache License, Version 2.0 (the/em
+a class=jxr_linenumber name=9 href=#99/a   em class=jxr_comment 
* License); you may not use this file except in compliance/em
+a class=jxr_linenumber name=10 href=#1010/a  em 
class=jxr_comment * with the License.  You may obtain a copy of the License 
at/em
+a class=jxr_linenumber name=11 href=#/a  em 
class=jxr_comment */em
+a class=jxr_linenumber name=12 href=#1212/a  em 
class=jxr_comment *   a href=http://www.apache.org/licenses/LICENSE-2.0; 
target=alexandria_urihttp://www.apache.org/licenses/LICENSE-2.0/a/em
+a class=jxr_linenumber name=13 href=#1313/a  em 
class=jxr_comment */em
+a class=jxr_linenumber name=14 href=#1414/a  em 
class=jxr_comment * Unless required by applicable law or agreed to in 
writing,/em
+a class=jxr_linenumber name=15 href=#1515/a  em 
class=jxr_comment * software distributed under the License is distributed on 
an/em
+a class=jxr_linenumber name=16 href=#1616/a  em 
class=jxr_comment * AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY/em
+a class=jxr_linenumber name=17 href=#1717/a  em 
class=jxr_comment * KIND, either express or implied.  See the License for 
the/em
+a class=jxr_linenumber name=18 href=#1818/a  em 
class=jxr_comment * specific language governing permissions and 
limitations/em
+a class=jxr_linenumber name=19 href=#1919/a  em 
class=jxr_comment * under the License./em
+a class=jxr_linenumber name=20 href=#2020/a  em 
class=jxr_comment *//em
+a class=jxr_linenumber name=21 href=#2121/a  
+a class=jxr_linenumber name=22 href=#/a  strong 
class=jxr_keywordimport/strong org.apache.maven.execution.MavenSession;
+a class=jxr_linenumber name=23 href=#2323/a  strong 
class=jxr_keywordimport/strong org.apache.maven.model.Profile;
+a class=jxr_linenumber name=24 href=#2424/a  strong 
class=jxr_keywordimport/strong 
org.apache.maven.plugin.MojoExecutionException;
+a class=jxr_linenumber name=25 href=#2525/a  strong 
class=jxr_keywordimport/strong 
org.apache.maven.plugin.MojoFailureException;
+a class=jxr_linenumber name=26 href=#2626/a  strong 
class=jxr_keywordimport/strong 
org.apache.maven.plugins.annotations.Component;
+a class=jxr_linenumber name=27 href=#2727/a  strong 
class=jxr_keywordimport/strong org.apache.maven.plugins.annotations.Mojo;
+a class=jxr_linenumber name=28 href=#2828/a  strong 
class=jxr_keywordimport/strong 
org.apache.maven.plugins.annotations.Parameter;
+a class=jxr_linenumber name=29 href=#2929/a  strong 
class=jxr_keywordimport/strong 
org.apache.maven.profiles.DefaultMavenProfilesBuilder;
+a class=jxr_linenumber name=30 href=#3030/a  strong 
class=jxr_keywordimport/strong 
org.apache.maven.profiles.DefaultProfileManager;
+a class=jxr_linenumber name=31 href=#3131/a  strong 
class=jxr_keywordimport/strong org.apache.maven.profiles.ProfileManager;
+a class=jxr_linenumber name=32 href=#3232/a  strong 
class=jxr_keywordimport/strong 
org.apache.maven.profiles.ProfilesConversionUtils;
+a class=jxr_linenumber name=33 href=#/a  strong 
class=jxr_keywordimport/strong org.apache.maven.profiles.ProfilesRoot;
+a class=jxr_linenumber name=34 href=#3434/a  strong