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

Robbie Gemmell commented on ARTEMIS-4980:
-----------------------------------------

{quote}commit af5ea03cce1faeefb52061c468d36b4776519e48
Author: Robbie Gemmell
Date:   Thu Aug 8 13:34:01 2024 +0100

    ARTEMIS-4980: dont fork the maven lifecycle, avoid issue from duplicate 
source plugin runs
{quote}
https://github.com/apache/activemq-artemis-examples/commit/af5ea03cce1faeefb52061c468d36b4776519e48

> adjust build handling of module sources jars
> --------------------------------------------
>
>                 Key: ARTEMIS-4980
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4980
>             Project: ActiveMQ Artemis
>          Issue Type: Task
>            Reporter: Robbie Gemmell
>            Assignee: Robbie Gemmell
>            Priority: Major
>             Fix For: 2.37.0
>
>
> Currently the sources jars are mostly produced at verify phase, rather than 
> the usual package phase, which has caused a variety of issues in the past 
> such as complicating reproducibility checks, and causing the modules doing 
> shading (at package phase) to download prior snapshots of themselves for 
> their own sources. They are also always produced, even though they are not 
> typically used outside release builds.
> Adjust the handling of sources jars such that they are all created at the 
> usual package phase, and are only produced when using the release build 
> profiles.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to