On 14/10/2008, at 6:38 PM, Stefan Fritz wrote:

Hi all,

I want to avoid putting a SCM configuration in every pom.
For modules in a module build I found out that maven adds the artifact-id to the module-parent-pom's scm url . I was not able to find any information about the rules of scm URL resolution.

What are the rules for SCM URL calculation/resolution?

They are as you've said.


What are my options to define generic scm urls in a parent pom maybe with placeholders for artifactID and groupID? What if my svn structure doesn't 100% match groupID/artifactID (e.g. groupID=com.mycomp --> com/mycomp/ArtifactID)?

At present there's no facility to do this, so you need to redefine them correctly for the POMs that don't match the convention.

- Brett



Thanks
Stefan




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to