On 12 Oct 06, at 2:21 AM 12 Oct 06, Sebastian Krebs wrote:
Hello,
I've got the following question.
I want to create a companywide Parent-pom.xml with all of those
parameters and settings I will need in each project.
e.g.:
<distributionManagement>
<repository>
...
</repository>
</distributionManagement>
How can I inherit from my CompanyPOM?
Generally I recommend putting the version of Maven you are using in
your SCM and change the conf/settings.xml to contain the repositories
you need for all your developers. Otherwise you get into a chicken
and egg situation.
Jason.
Regards
Sebastian Krebs
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]