You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (Jira)" <ji...@apache.org> on 2020/04/27 11:21:00 UTC

[jira] [Updated] (MASSEMBLY-765) add property groupIdPath

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

Robert Scholte updated MASSEMBLY-765:
-------------------------------------
    Summary: add property groupIdPath  (was: add property groupIDpath)

> add property groupIdPath
> ------------------------
>
>                 Key: MASSEMBLY-765
>                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-765
>             Project: Maven Assembly Plugin
>          Issue Type: Improvement
>          Components: dependencySet
>    Affects Versions: 2.5.4
>            Reporter: Pierre C
>            Priority: Major
>              Labels: features
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Hello
> In dependencySet in particular, do you know if it's possible to add a property path from groupID. 
> for example ${artifact.groupIdPath} we have  com/apache/test instead of com.apache.test 
> <dependencySet>
>     <outputDirectory>repository/${artifact.groupIdPath}</outputDirectory>
>     <includes>
> 	<include>${project.groupId}:${project.artifactId}</include>
>     </includes>
> </dependencySet>



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