You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2016/01/12 21:12:44 UTC

[jira] [Closed] (MASSEMBLY-218) repository does not handle classified artifacts properly

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

Michael Osipov closed MASSEMBLY-218.
------------------------------------
    Resolution: Auto Closed

This issue has been auto closed because it has been inactive for a long period of time. If you think this issue still persists, retest your problem with the most recent version of Maven and the affected component, reopen and post your results.

> repository does not handle classified artifacts properly
> --------------------------------------------------------
>
>                 Key: MASSEMBLY-218
>                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-218
>             Project: Maven Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-1
>            Reporter: Stephane Nicoll
>
> I am creating a simple repository with a project that contains classified dependencies (obfuscated jars):
> {code:xml}
> <repositories>
>   <repository>
>     <includeMetadata>true</includeMetadata>
>     <scope>test</scope>
>     <outputDirectory>repo</outputDirectory>
>   </repository>
> </repositories> 
> {code}
> The assembly plugins generates a weird structure based on that: shared
> {noformat}
> |-- bar
> |   `-- foo-bar
> |       |-- 5.10.4-20070613.122033-2
> |       |   |-- foo-bar-5.10.4-20070613.122033-2-obfuscated.jar
> |       |   |-- foo-bar-5.10.4-20070613.122033-2-obfuscated.jar.md5
> |       |   `-- foo-bar-5.10.4-20070613.122033-2-obfuscated.jar.sha1
> |       |-- 5.10.4-SNAPSHOT
> |       |   |-- foo-bar-5.10.4-SNAPSHOT.pom
> |       |   |-- foo-bar-5.10.4-SNAPSHOT.pom.md5
> |       |   `-- foo-bar-5.10.4-SNAPSHOT.pom.sha1
> |       |-- maven-metadata-central.xml
> |       |-- maven-metadata-central.xml.md5
> |       |-- maven-metadata-central.xml.sha1
> |       |-- maven-metadata.xml
> |       |-- maven-metadata.xml.md5
> |       `-- maven-metadata.xml.sha1
> {noformat}
> Non classified dependencies are stored properly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)