[jira] [Updated] (MASSEMBLY-864) Dependencies specified in activeByDefault profile not picked up.

2024-02-04 Thread Slawomir Jaranowski (Jira)


 [ 
https://issues.apache.org/jira/browse/MASSEMBLY-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Slawomir Jaranowski updated MASSEMBLY-864:
--
Fix Version/s: waiting-for-feedback

> Dependencies specified in activeByDefault profile not picked up.
> 
>
> Key: MASSEMBLY-864
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-864
> Project: Maven Assembly Plugin
>  Issue Type: Bug
>Affects Versions: 3.0.0
>Reporter: Axel Fontaine
>Priority: Major
> Fix For: waiting-for-feedback
>
> Attachments: massembly-864.zip
>
>
> I have the following dependencySet in my assembly XML:
> 
> jre
> 
> com.oracle:server-jre
> 
> true
> 
> 
> jdk8.74/jre/**/*
> 
> 
> 
> And the following dependency in my pom.xml:
> 
> com.oracle
> server-jre
> linux-x64
> 8.74
> tar.gz
> provided
> 
> The dependency gets correctly picked up when it is declared within the main 
> dependencies section of the POM. However when it is only present within a 
> profile:
> 
> 
> CommercialDBTest
> 
> true
> 
> 
> 
> com.oracle
> server-jre
> linux-x64
> tar.gz
> provided
> 
> I then get
> [WARNING] The following patterns were never triggered in this artifact 
> exclusion filter:
> o  'com.oracle:server-jre'



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


[jira] [Updated] (MASSEMBLY-864) Dependencies specified in activeByDefault profile not picked up.

2021-02-18 Thread Axel Fontaine (Jira)


 [ 
https://issues.apache.org/jira/browse/MASSEMBLY-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Axel Fontaine updated MASSEMBLY-864:

Attachment: massembly-864.zip

> Dependencies specified in activeByDefault profile not picked up.
> 
>
> Key: MASSEMBLY-864
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-864
> Project: Maven Assembly Plugin
>  Issue Type: Bug
>Affects Versions: 3.0.0
>Reporter: Axel Fontaine
>Priority: Major
> Attachments: massembly-864.zip
>
>
> I have the following dependencySet in my assembly XML:
> 
> jre
> 
> com.oracle:server-jre
> 
> true
> 
> 
> jdk8.74/jre/**/*
> 
> 
> 
> And the following dependency in my pom.xml:
> 
> com.oracle
> server-jre
> linux-x64
> 8.74
> tar.gz
> provided
> 
> The dependency gets correctly picked up when it is declared within the main 
> dependencies section of the POM. However when it is only present within a 
> profile:
> 
> 
> CommercialDBTest
> 
> true
> 
> 
> 
> com.oracle
> server-jre
> linux-x64
> tar.gz
> provided
> 
> I then get
> [WARNING] The following patterns were never triggered in this artifact 
> exclusion filter:
> o  'com.oracle:server-jre'



--
This message was sent by Atlassian Jira
(v8.3.4#803005)