You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2017/04/16 13:02:41 UTC

[jira] [Commented] (MDEPLOY-207) Remove @Deprecated marked code

    [ https://issues.apache.org/jira/browse/MDEPLOY-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15970381#comment-15970381 ] 

Hudson commented on MDEPLOY-207:
--------------------------------

UNSTABLE: Integrated in Jenkins build maven-plugins #8919 (See [https://builds.apache.org/job/maven-plugins/8919/])
[MDEPLOY-207] Remove @Deprecated marked code
 o Removed the repositoryLayout parameter of deploy-file goal
   and the configuration part layout in altDeploymentRepository
   cause we are in Maven 3 and not Maven 2 and before anymore. (khmarbaise: [http://svn.apache.org/viewvc/?view=rev&rev=1791602])
* (edit) maven-deploy-plugin/src/main/java/org/apache/maven/plugins/deploy/AbstractDeployMojo.java
* (edit) maven-deploy-plugin/src/main/java/org/apache/maven/plugins/deploy/DeployFileMojo.java
* (edit) maven-deploy-plugin/src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java
* (edit) maven-deploy-plugin/src/test/java/org/apache/maven/plugins/deploy/DeployFileMojoTest.java
* (edit) maven-deploy-plugin/src/test/java/org/apache/maven/plugins/deploy/DeployMojoTest.java


> Remove @Deprecated marked code
> ------------------------------
>
>                 Key: MDEPLOY-207
>                 URL: https://issues.apache.org/jira/browse/MDEPLOY-207
>             Project: Maven Deploy Plugin
>          Issue Type: Improvement
>    Affects Versions: 3.0.0
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>             Fix For: 3.0.0
>
>
> The {{layout}} which is defined in parameter {{altDeploymentRepository}} is a candidate to remove cause we support only Maven 3 and not Maven 1 anymore which makes the layout part superfluous.
> Furthermore the {{repositoryLayout}} parameter of {{deploy-file}} goals is marked as deprecated and should be removed as well.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)