[ https://issues.apache.org/jira/browse/SCM-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964445#comment-17964445 ]
Olivier Lamy commented on SCM-280: ---------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-scm#497|https://github.com/apache/maven-scm/issues/497]. > santiizing CVS tag in 'tag' mojo > -------------------------------- > > Key: SCM-280 > URL: https://issues.apache.org/jira/browse/SCM-280 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Improvement > Components: maven-plugin > Affects Versions: 1.0-beta-4 > Reporter: Tomasz Pik > Assignee: Emmanuel Venisse > Priority: Major > Fix For: 1.0-rc1 > > Attachments: tag.diff > > > 'tag' mojo should sanitize CVS tag name so tags based on numbers with dots > may be used (and mojo will map them to acceptable form). > For example this will then work: > <plugin> > <artifactId>maven-scm-plugin</artifactId> > <configuration> > <tag>SNAPSHOT_${project.artifact.version}</tag> > </configuration> > <executions> > <execution> > <phase>deploy</phase> > <goals> > <goal>tag</goal> > </goals> > </execution> > </executions> > </plugin> > for SNAPSHOT deployments for those, who needs SNAPSHOTs recored in CVS as > tags. -- This message was sent by Atlassian Jira (v8.20.10#820010)