Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.1
-
Fix Version/s: 1.0.3
-
Component/s: Web interface
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
${pom.artifactId} in the Scm Url is not translated when adding a new project via the web interface.
My maven 1 project containse the following repository entry:
<repository>
<connection>scm:cvs:pserver:cvsanon@cvs.foo.com:/source:${pom.artifactId}</connection>
</repository>
I have not tried to add a m2 project that uses ${pom.artifactId} in the scm definition.
The workaround is to edit the Scm Url using the web application.
Fixed.