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 

 

Reply via email to