[
https://issues.apache.org/jira/browse/MDEPLOY-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise moved MNG-6775 to MDEPLOY-259:
--------------------------------------------------
Component/s: (was: Deployment)
Key: MDEPLOY-259 (was: MNG-6775)
Affects Version/s: (was: 3.6.2)
3.0.0-M1
Project: Maven Deploy Plugin (was: Maven)
> maven-deploy-plugin uses wrong project in deploy-file goal for multi-module
> project
> -----------------------------------------------------------------------------------
>
> Key: MDEPLOY-259
> URL: https://issues.apache.org/jira/browse/MDEPLOY-259
> Project: Maven Deploy Plugin
> Issue Type: Bug
> Affects Versions: 3.0.0-M1
> Reporter: Sameer Mene
> Priority: Major
>
> Multi-Module project
> A
> | - B
> | | - B1
> | | - B2
> | - C
>
> There is a deploy-file goal in project B1 and C using maven-deploy-plugin. B1
> is able to upload the file properly but while uploading C's file it uses the
> artifact name of B2 or B1 (random)
>
> In DeployFileMojo.java
> {code:java}
> DefaultProjectBuildingRequest buildingRequest =
> new DefaultProjectBuildingRequest(
> getSession().getProjectBuildingRequest() );{code}
>
> returns the wrong ProjectBuildingRequest and so it take a differnt project
> name.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)