On Thu, Dec 3, 2009 at 11:23 AM, Niclas Hedhman <[email protected]> wrote:
> On Thu, Dec 3, 2009 at 1:10 AM, Martijn Dashorst
> <[email protected]> wrote:
>> iirc there's an Apache wide parent pom that puts everything correctly
>> in place. You could ping d...@maven for more information. I tried
>> finding it on the maven web site, but failed to locate a reference to
>> it.
>
> Are you thinking of;
> http://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom  ??


And if you are using it with Maven2 build, then you would add,

<parent>
  <groupId>org.apache</groupId>
  <artifactId>apache</artifactId>
  <version>6</version>
</parent>

in the pom.xml, which would then inherit all.


Cheers
-- 
Niclas Hedhman, Software Developer
http://www.qi4j.org - New Energy for Java

I  live here; http://tinyurl.com/2qq9er
I  work here; http://tinyurl.com/2ymelc
I relax here; http://tinyurl.com/2cgsug

Reply via email to