You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/09/22 22:31:10 UTC

[jira] Created: (MAVEN-842) Add switch to POM to control snapshot or not

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-842


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-842
    Summary: Add switch to POM to control snapshot or not
       Type: New Feature

     Status: Unassigned
   Priority: Trivial

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             Requested POM Additions

   Assignee: 
   Reporter: Craig S. Cottingham

    Created: Mon, 22 Sep 2003 3:29 PM
    Updated: Mon, 22 Sep 2003 3:29 PM

Description:
It would be nice to be able to indicate in the POM that the project is under active development. Then, calling one of the *:install or *:deploy goals would instead call *:install-snapshot or *:deploy-snapshot.

Is it possible to add attributes to existing tags? If so, this could be implemented something like this:

  <!-- The version of the project under development, e.g.
       1.1, 1.2, 2.0-dev -->
  <currentVersion snapshot="true">1.0-dev</currentVersion>



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org