You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2012/11/02 10:59:13 UTC

[jira] (MASSEMBLY-219) repository stores SNAPSHOTs in a wrong location

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

Dennis Lundberg updated MASSEMBLY-219:
--------------------------------------

    Description: 
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

  was:
I am creating a simple repository with SNAPSHOTs <repositories> <repository> <includeMetadata>true</includeMetadata> <scope>test</scope> <outputDirectory>repo</outputDirectory> </repository> </repositories> 
The assembly plugins stores SNAPSHOTs in a wrong location (see the name of the directory with the timestamp) shared
|-- 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

Non snapshot artifacts are stored properly

    
> repository stores SNAPSHOTs in a wrong location
> -----------------------------------------------
>
>                 Key: MASSEMBLY-219
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-219
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-1
>            Reporter: Stéphane 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira