[ https://issues.apache.org/jira/browse/MDEPLOY-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344980#comment-16344980
]
Robert Seidel edited comment on MDEPLOY-193 at 1/30/18 12:50 PM:
-----------------------------------------------------------------
Chas Honton has a solution for this by using session user properties and he already created
a pull request [https://github.com/apache/maven-deploy-plugin/pull/1].
Another guy analyzed the problem ([http://dev.eclipse.org/mhonarc/lists/aether-users/msg00387.html]):
{quote}{{Also, your analysis suggests a bug in the maven-deploy-plugin in that it relies on
the erroneous assumption that a single class loader is used per plugin through out a multi-module
build.}}
{quote}
All the issues 193, 200, 224, 225, 226 are related to each other.
was (Author: robseidel):
Chas Honton has a solution for this by using session user properties and he already created
a pull request [https://github.com/apache/maven-deploy-plugin/pull/1].
Another guy analysed the problem ([http://dev.eclipse.org/mhonarc/lists/aether-users/msg00387.html]):(
{quote}{{Also, your analysis suggests a bug in the maven-deploy-plugin in that it relies on
the erroneous assumption that a single class loader is used per plugin through out a multi-module
build.}}
{quote}
All the issues 193, 200, 224, 225, 226 are related to each other.
> deployAtEnd does not deploy artifacts for multi-module project with build extensions
> ------------------------------------------------------------------------------------
>
> Key: MDEPLOY-193
> URL: https://issues.apache.org/jira/browse/MDEPLOY-193
> Project: Maven Deploy Plugin
> Issue Type: Bug
> Components: deploy:deploy
> Affects Versions: 2.8.2
> Environment: windows 7 / sles 11
> maven 3.0.5
> java 7u45
> Reporter: Jörg Sesterhenn
> Priority: Major
> Attachments: deployAtEndFailure.zip
>
>
> The deploy plugin shows the same behaviour as described in MINSTALL-102.
> We noticed that multimodule projects do not deploy any artifacts if there are modules
with packagings that add build extensions (e.g. atlassian-plugin, aar = axis archives).
> This issue is here for better visibility as discussed in MINSTALL-102.
> Please find attached testcase there.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
|