It isn't possible, you must define it manually?
You can define test/application as a property of your pom and use it in your
scm url
Emmanuel
Stefan Fritz a écrit :
Hi all,
I try to build pom's for my projects and do not want to specify the url
manually for every pom.
My pom.xml:
...
<groupId>test.applications</groupId>
<artifactId>myapp</artifactId>
...
... <scm> ...
<url>http://myserver.com/svn/${groupId
<http://myserver.com/svn/$%7BgroupId> }/${artifactId}/</url>
</scm>
What I get is http://myserver.com/svn/test.application/myapp/
<http://myserver.com/svn/test.application/myapp/> but waht I want is
http://myserver.com/svn/test/application/myapp/
<http://myserver.com/svn/test/application/myapp/> (slashes instead of
dots in the groupId).
Is that possible or do I have to do it manually for every pom I have?
Regards
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]