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

Olivier Lamy commented on MDEPLOY-147:
--------------------------------------

This project has moved from Jira to GitHub Issues. This issue was migrated to 
[apache/maven-deploy-plugin#341|https://github.com/apache/maven-deploy-plugin/issues/341].
 

> deploy snapshot without timestamp
> ---------------------------------
>
>                 Key: MDEPLOY-147
>                 URL: https://issues.apache.org/jira/browse/MDEPLOY-147
>             Project: Maven Deploy Plugin (Moved to GitHub Issues)
>          Issue Type: Bug
>          Components: deploy:deploy
>    Affects Versions: 2.7
>         Environment: Maven 3.0.3
> Ubuntu 11.10
>            Reporter: Ɓukasz Strzelecki
>            Priority: Major
>         Attachments: pom.xml
>
>
> I've created maven project in which I want to deploy snapshot version to 
> snapshot repository without timestamp.
> So, in tag snapshotRepository I've declared snapshot repo like this:
> {code}
> <distributionManagement>
>       <!-- ... -->
>       <snapshotRepository>
>               <id>repo-snapshots</id>
>               <name>Snapshots maven repository</name>
>               <url>[repo snapshot url]</url>
>               <uniqueVersion>false</uniqueVersion>
>       </snapshotRepository>
>       <!-- ... -->
> </distributionManagement>
> {code}
> What is important, I've added *<uniqueVersion>false</uniqueVersion>* to force 
> deploy process to not add tiestamp. But after invoking goal 
> {code}
> mvn deploy
> {code}
> In repo is uploded snapshot with timestamp instead of SNAPSHOT postfix
> Full prepared pom.xml for testing is in attachment for this issue.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to