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

Pierre C edited comment on MASSEMBLY-765 at 4/30/15 8:28 AM:
-------------------------------------------------------------

This feature is present in maven Archiver.
http://maven.apache.org/shared/maven-archiver/xref/index.html
in MavenArchiver.java
ligne 269
  extraExpressions.setProperty( "groupIdPath", artifact.getGroupId().replace( 
'.', '/' ) );

Do you know if it's possible to have it in this plugin ?



was (Author: pierrec):
This feature is present in maven Archiver.
http://maven.apache.org/shared/maven-archiver/xref/index.html
in MavenArchiver.java
ligne 269
  extraExpressions.setProperty( "groupIdPath", artifact.getGroupId().replace( 
'.', '/' ) );

> 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: Minor
>              Labels: easyfix, 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
(v6.3.4#6332)

Reply via email to