I have a parent pom that defines the SCM of itself and all it's children by
using
scm:svn:http://${scm.host}/svnrepos/${object.namespace}/${artifactId}/trunk
and I end up with
scm:svn:http://${scm.host}/svnrepos/${object.namespace
}/${artifactId}/trunk/${artifactId}
I'm not sure if this is stil
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Mon Dec 11 17:47:14 2006
@@ -66,7 +66,7 @@
apache.website
- scp://people.apache.org/www/maven.apache.org/plugins/url>
+ scp://people.apache.org/www/maven.apache.org/plugins/$
{pom.artifactId}/${v
See comment inline...
[EMAIL PROTECTED] wrote:
Author: joakime
Date: Mon Dec 11 17:47:14 2006
New Revision: 485976
URL: http://svn.apache.org/viewvc?view=rev&rev=485976
Log:
Parameterizing the staging profile.
Modified:
maven/plugins/trunk/pom.xml
Modified: maven/plugins/trunk/pom.xml
URL