jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
Maven 2.x and 3.x Deploy Plugin
  • Maven 2.x and 3.x Deploy Plugin
  • MDEPLOY-147

deploy snapshot without timestamp

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Not A Bug
  • Affects Version/s: 2.7
  • Fix Version/s: None
  • Component/s: deploy:deploy
  • Labels:
    None
  • Environment:
    Maven 3.0.3
    Ubuntu 11.10
  • Number of attachments :
    1

Description

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:

<distributionManagement>
	<!-- ... -->
	<snapshotRepository>
		<id>repo-snapshots</id>
		<name>Snapshots maven repository</name>
		<url>[repo snapshot url]</url>
		<uniqueVersion>false</uniqueVersion>
	</snapshotRepository>
	<!-- ... -->
</distributionManagement>

What is important, I've added <uniqueVersion>false</uniqueVersion> to force deploy process to not add tiestamp. But after invoking goal

mvn deploy

In repo is uploded snapshot with timestamp instead of SNAPSHOT postfix

Full prepared pom.xml for testing is in attachment for this issue.

  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. XML File
    pom.xml
    28/Feb/12 6:33 AM
    2 kB
    Lukasz Strzelecki

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Robert Scholte added a comment - 28/Feb/12 3:07 PM

See the Combatibility Notes for Maven3

Show
Robert Scholte added a comment - 28/Feb/12 3:07 PM See the Combatibility Notes for Maven3
Robert Scholte made changes - 28/Feb/12 3:07 PM
Field Original Value New Value
Resolution Not A Bug [ 6 ]
Status Open [ 1 ] Closed [ 6 ]

People

  • Assignee:
    Unassigned
    Reporter:
    Lukasz Strzelecki
Vote (0)
Watch (1)

Dates

  • Created:
    28/Feb/12 6:32 AM
    Updated:
    28/Feb/12 3:07 PM
    Resolved:
    28/Feb/12 3:07 PM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.