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-219) repository stores SNAPSHOTs in a wrong location

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

Michael Osipov closed MASSEMBLY-219.
------------------------------------
    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 stores SNAPSHOTs in a wrong location
> -----------------------------------------------
>
>                 Key: MASSEMBLY-219
>                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-219
>             Project: Maven Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-1
>            Reporter: Stephane Nicoll
>
> I am creating a simple repository with SNAPSHOTs
> {code:xml}
> <repositories>
>   <repository>
>     <includeMetadata>true</includeMetadata>
>     <scope>test</scope>
>     <outputDirectory>repo</outputDirectory>
>   </repository>
> </repositories> 
> {code}
> The assembly plugins stores SNAPSHOTs in a wrong location (see the name of the directory with the timestamp) 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 snapshot artifacts are stored properly



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