[jira] Created: (SCM-298) Cannot add timestamp at the beginning of tag name

2007-04-12 Thread Alexander Burak (JIRA)
Cannot add timestamp at the beginning of tag name
-

 Key: SCM-298
 URL: http://jira.codehaus.org/browse/SCM-298
 Project: Maven SCM
  Issue Type: Improvement
Reporter: Alexander Burak
Priority: Minor


At the moment timestamp can only be added to the end of tag name, like 
"tagname-MMdd", it would be nice to be able to add it to the beginning of 
tag name too: "MMdd-tagname"

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SCM-297) scm:tag process child poms recursively and attempts to tag submodules

2007-04-12 Thread Alexander Burak (JIRA)
scm:tag process child poms recursively and attempts to tag submodules
-

 Key: SCM-297
 URL: http://jira.codehaus.org/browse/SCM-297
 Project: Maven SCM
  Issue Type: Bug
Reporter: Alexander Burak


My project contains several submodules with own poms: 

  pom.xml
  
 pom.xml
  
 pom.xml

When I execute 'clean package scm:tag -Dtag="tag1"' root folder is tagged 
perfectly to (Subversion) "/tags/tag1" but scm:tag is then executed for 
each submodule, i.e. it tries to tag "module1" folder to "/tags/tag1", but 
"tag1" already exists and svn reports error.
I need to be able to stop recursive processing of child poms, because all 
subdirectories of  are already tagged

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira