You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Guillaume Boué <gb...@apache.org> on 2016/11/12 17:55:46 UTC

Re: [jira] [Commented] (MPH-120) Migrate plugin to Maven 3.0

Hi,

Since the plugin was migrated to Maven 3, would it be possible to rename 
the current 2.2.1 version in JIRA to 3.0.0? This way, I can close this 
issue with the right fix version.

Thanks,
Guillaume

Le 11/11/2016 � 18:33, Hudson (JIRA) a �crit :
>      [ https://issues.apache.org/jira/browse/MPH-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15657606#comment-15657606 ]
>
> Hudson commented on MPH-120:
> ----------------------------
>
> SUCCESS: Integrated in Jenkins build maven-plugins #7593 (See [https://builds.apache.org/job/maven-plugins/7593/])
> [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 of the shared components and removing Maven 2 specific code. The "expressions" goal that was Maven 2 specific is removed (it is now covered in the Javadoc of PluginParameterExpressionEvaluator). (gboue: [http://svn.apache.org/viewvc/?view=rev&rev=1769319])
> * (edit) maven-help-plugin/pom.xml
> * (add) maven-help-plugin/src/it/active-profiles/verify.groovy
> * (edit) maven-help-plugin/src/it/active-profiles_multimodule/module/pom.xml
> * (edit) maven-help-plugin/src/it/active-profiles_multimodule/verify.groovy
> * (edit) maven-help-plugin/src/it/all-profiles/pom.xml
> * (edit) maven-help-plugin/src/it/all-profiles/verify.groovy
> * (add) maven-help-plugin/src/it/describe-cmd-invalid
> * (add) maven-help-plugin/src/it/describe-cmd-invalid/invoker.properties
> * (add) maven-help-plugin/src/it/describe-cmd-invalid/pom.xml
> * (add) maven-help-plugin/src/it/describe-cmd-invalid/test.properties
> * (add) maven-help-plugin/src/it/describe-cmd-with-goal-invalid
> * (add) maven-help-plugin/src/it/describe-cmd-with-goal-invalid/invoker.properties
> * (add) maven-help-plugin/src/it/describe-cmd-with-goal-invalid/pom.xml
> * (add) maven-help-plugin/src/it/describe-cmd-with-goal-invalid/test.properties
> * (edit) maven-help-plugin/src/it/describe-cmd-with-goal/test.properties
> * (add) maven-help-plugin/src/it/describe-cmd-with-goal/verify.groovy
> * (edit) maven-help-plugin/src/it/describe-cmd/invoker.properties
> * (add) maven-help-plugin/src/it/describe-cmd/test-deploy.properties
> * (add) maven-help-plugin/src/it/describe-cmd/test-site.properties
> * (delete) maven-help-plugin/src/it/describe-cmd/test.properties
> * (add) maven-help-plugin/src/it/describe-cmd/verify.groovy
> * (add) maven-help-plugin/src/it/describe-plugin-without-name
> * (add) maven-help-plugin/src/it/describe-plugin-without-name/invoker.properties
> * (add) maven-help-plugin/src/it/describe-plugin-without-name/pom.xml
> * (add) maven-help-plugin/src/it/describe-plugin-without-name/test.properties
> * (add) maven-help-plugin/src/it/describe-plugin-without-name/verify.groovy
> * (add) maven-help-plugin/src/it/evaluate-settings-servers
> * (add) maven-help-plugin/src/it/evaluate-settings-servers/invoker.properties
> * (add) maven-help-plugin/src/it/evaluate-settings-servers/pom.xml
> * (add) maven-help-plugin/src/it/evaluate-settings-servers/test.properties
> * (add) maven-help-plugin/src/it/evaluate-settings-servers/verify.groovy
> * (add) maven-help-plugin/src/it/evaluate/verify.groovy
> * (delete) maven-help-plugin/src/it/expressions
> * (edit) maven-help-plugin/src/main/java/org/apache/maven/plugins/help/AbstractHelpMojo.java
> * (edit) maven-help-plugin/src/main/java/org/apache/maven/plugins/help/ActiveProfilesMojo.java
> * (edit) maven-help-plugin/src/main/java/org/apache/maven/plugins/help/AllProfilesMojo.java
> * (edit) maven-help-plugin/src/main/java/org/apache/maven/plugins/help/DescribeMojo.java
> * (edit) maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EffectivePomMojo.java
> * (edit) maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java
> * (edit) maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EvaluateMojo.java
> * (delete) maven-help-plugin/src/main/java/org/apache/maven/plugins/help/ExpressionsMojo.java
> * (delete) maven-help-plugin/src/main/java/org/apache/maven/plugins/help/HelpUtil.java
> * (delete) maven-help-plugin/src/main/java/org/apache/maven/plugins/help/LoggerRetriever.java
> * (edit) maven-help-plugin/src/main/java/org/apache/maven/plugins/help/SystemMojo.java
> * (edit) maven-help-plugin/src/site/apt/examples/describe-configuration.apt
> * (edit) maven-help-plugin/src/site/apt/index.apt.vm
> * (edit) maven-help-plugin/src/site/apt/usage.apt
> * (add) maven-help-plugin/src/test/java/org/apache/maven/plugins/help/ActiveProfilesMojoTest.java
> * (add) maven-help-plugin/src/test/java/org/apache/maven/plugins/help/AllProfilesMojoTest.java
> * (edit) maven-help-plugin/src/test/java/org/apache/maven/plugins/help/DescribeMojoTest.java
> * (edit) maven-help-plugin/src/test/java/org/apache/maven/plugins/help/EvaluateMojoTest.java
> * (delete) maven-help-plugin/src/test/java/org/apache/maven/plugins/help/ExpressionsMojoTest.java
> * (delete) maven-help-plugin/src/test/java/org/apache/maven/plugins/help/HelpUtilTest.java
> * (add) maven-help-plugin/src/test/resources/unit/active-profiles
> * (add) maven-help-plugin/src/test/resources/unit/active-profiles/plugin-config.xml
> * (add) maven-help-plugin/src/test/resources/unit/all-profiles
> * (add) maven-help-plugin/src/test/resources/unit/all-profiles/plugin-config.xml
>
>
>> Migrate plugin to Maven 3.0
>> ---------------------------
>>
>>                  Key: MPH-120
>>                  URL: https://issues.apache.org/jira/browse/MPH-120
>>              Project: Maven Help Plugin
>>           Issue Type: Improvement
>>     Affects Versions: 2.2
>>             Reporter: Robert Scholte
>>
>> Migrate plugin as described at https://cwiki.apache.org/confluence/display/MAVEN/Plugin+migration+to+Maven3+dependencies
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)


---
L'absence de virus dans ce courrier �lectronique a �t� v�rifi�e par le logiciel antivirus Avast.
https://www.avast.com/antivirus


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [jira] [Commented] (MPH-120) Migrate plugin to Maven 3.0

Posted by Michael Osipov <mi...@apache.org>.
Am 2016-11-12 um 18:55 schrieb Guillaume Boué:
> Hi,
>
> Since the plugin was migrated to Maven 3, would it be possible to rename
> the current 2.2.1 version in JIRA to 3.0.0? This way, I can close this
> issue with the right fix version.
>

Done!

> Le 11/11/2016 à 18:33, Hudson (JIRA) a écrit :
>>      [
>> https://issues.apache.org/jira/browse/MPH-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15657606#comment-15657606
>> ]
>>
>> Hudson commented on MPH-120:
>> ----------------------------
>>
>> SUCCESS: Integrated in Jenkins build maven-plugins #7593 (See
>> [https://builds.apache.org/job/maven-plugins/7593/])
>> [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 of the shared components and removing Maven 2 specific code.
>> The "expressions" goal that was Maven 2 specific is removed (it is now
>> covered in the Javadoc of PluginParameterExpressionEvaluator). (gboue:
>> [http://svn.apache.org/viewvc/?view=rev&rev=1769319])
>> * (edit) maven-help-plugin/pom.xml
>> * (add) maven-help-plugin/src/it/active-profiles/verify.groovy
>> * (edit)
>> maven-help-plugin/src/it/active-profiles_multimodule/module/pom.xml
>> * (edit)
>> maven-help-plugin/src/it/active-profiles_multimodule/verify.groovy
>> * (edit) maven-help-plugin/src/it/all-profiles/pom.xml
>> * (edit) maven-help-plugin/src/it/all-profiles/verify.groovy
>> * (add) maven-help-plugin/src/it/describe-cmd-invalid
>> * (add) maven-help-plugin/src/it/describe-cmd-invalid/invoker.properties
>> * (add) maven-help-plugin/src/it/describe-cmd-invalid/pom.xml
>> * (add) maven-help-plugin/src/it/describe-cmd-invalid/test.properties
>> * (add) maven-help-plugin/src/it/describe-cmd-with-goal-invalid
>> * (add)
>> maven-help-plugin/src/it/describe-cmd-with-goal-invalid/invoker.properties
>>
>> * (add) maven-help-plugin/src/it/describe-cmd-with-goal-invalid/pom.xml
>> * (add)
>> maven-help-plugin/src/it/describe-cmd-with-goal-invalid/test.properties
>> * (edit) maven-help-plugin/src/it/describe-cmd-with-goal/test.properties
>> * (add) maven-help-plugin/src/it/describe-cmd-with-goal/verify.groovy
>> * (edit) maven-help-plugin/src/it/describe-cmd/invoker.properties
>> * (add) maven-help-plugin/src/it/describe-cmd/test-deploy.properties
>> * (add) maven-help-plugin/src/it/describe-cmd/test-site.properties
>> * (delete) maven-help-plugin/src/it/describe-cmd/test.properties
>> * (add) maven-help-plugin/src/it/describe-cmd/verify.groovy
>> * (add) maven-help-plugin/src/it/describe-plugin-without-name
>> * (add)
>> maven-help-plugin/src/it/describe-plugin-without-name/invoker.properties
>> * (add) maven-help-plugin/src/it/describe-plugin-without-name/pom.xml
>> * (add)
>> maven-help-plugin/src/it/describe-plugin-without-name/test.properties
>> * (add)
>> maven-help-plugin/src/it/describe-plugin-without-name/verify.groovy
>> * (add) maven-help-plugin/src/it/evaluate-settings-servers
>> * (add)
>> maven-help-plugin/src/it/evaluate-settings-servers/invoker.properties
>> * (add) maven-help-plugin/src/it/evaluate-settings-servers/pom.xml
>> * (add)
>> maven-help-plugin/src/it/evaluate-settings-servers/test.properties
>> * (add) maven-help-plugin/src/it/evaluate-settings-servers/verify.groovy
>> * (add) maven-help-plugin/src/it/evaluate/verify.groovy
>> * (delete) maven-help-plugin/src/it/expressions
>> * (edit)
>> maven-help-plugin/src/main/java/org/apache/maven/plugins/help/AbstractHelpMojo.java
>>
>> * (edit)
>> maven-help-plugin/src/main/java/org/apache/maven/plugins/help/ActiveProfilesMojo.java
>>
>> * (edit)
>> maven-help-plugin/src/main/java/org/apache/maven/plugins/help/AllProfilesMojo.java
>>
>> * (edit)
>> maven-help-plugin/src/main/java/org/apache/maven/plugins/help/DescribeMojo.java
>>
>> * (edit)
>> maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EffectivePomMojo.java
>>
>> * (edit)
>> maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java
>>
>> * (edit)
>> maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EvaluateMojo.java
>>
>> * (delete)
>> maven-help-plugin/src/main/java/org/apache/maven/plugins/help/ExpressionsMojo.java
>>
>> * (delete)
>> maven-help-plugin/src/main/java/org/apache/maven/plugins/help/HelpUtil.java
>>
>> * (delete)
>> maven-help-plugin/src/main/java/org/apache/maven/plugins/help/LoggerRetriever.java
>>
>> * (edit)
>> maven-help-plugin/src/main/java/org/apache/maven/plugins/help/SystemMojo.java
>>
>> * (edit)
>> maven-help-plugin/src/site/apt/examples/describe-configuration.apt
>> * (edit) maven-help-plugin/src/site/apt/index.apt.vm
>> * (edit) maven-help-plugin/src/site/apt/usage.apt
>> * (add)
>> maven-help-plugin/src/test/java/org/apache/maven/plugins/help/ActiveProfilesMojoTest.java
>>
>> * (add)
>> maven-help-plugin/src/test/java/org/apache/maven/plugins/help/AllProfilesMojoTest.java
>>
>> * (edit)
>> maven-help-plugin/src/test/java/org/apache/maven/plugins/help/DescribeMojoTest.java
>>
>> * (edit)
>> maven-help-plugin/src/test/java/org/apache/maven/plugins/help/EvaluateMojoTest.java
>>
>> * (delete)
>> maven-help-plugin/src/test/java/org/apache/maven/plugins/help/ExpressionsMojoTest.java
>>
>> * (delete)
>> maven-help-plugin/src/test/java/org/apache/maven/plugins/help/HelpUtilTest.java
>>
>> * (add) maven-help-plugin/src/test/resources/unit/active-profiles
>> * (add)
>> maven-help-plugin/src/test/resources/unit/active-profiles/plugin-config.xml
>>
>> * (add) maven-help-plugin/src/test/resources/unit/all-profiles
>> * (add)
>> maven-help-plugin/src/test/resources/unit/all-profiles/plugin-config.xml
>>
>>
>>> Migrate plugin to Maven 3.0
>>> ---------------------------
>>>
>>>                  Key: MPH-120
>>>                  URL: https://issues.apache.org/jira/browse/MPH-120
>>>              Project: Maven Help Plugin
>>>           Issue Type: Improvement
>>>     Affects Versions: 2.2
>>>             Reporter: Robert Scholte
>>>
>>> Migrate plugin as described at
>>> https://cwiki.apache.org/confluence/display/MAVEN/Plugin+migration+to+Maven3+dependencies
>>>
>>
>>
>> --
>> This message was sent by Atlassian JIRA
>> (v6.3.4#6332)
>
>
> ---
> L'absence de virus dans ce courrier électronique a été vérifiée par le
> logiciel antivirus Avast.
> https://www.avast.com/antivirus
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org