On 19/06/2009, at 11:42 AM, Les Hazlewood wrote:
Hi Brett,
This is the pom we extend from:
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>5</version>
</parent>
Is this not the one to which you refer? I don't see any Maven
profiles
listed in that pom...
They were pushed up there from the Maven POM in version 6. If you
upgrade to it, the other changes are that some plugin versions are
locked down if they weren't otherwise specified already (this
shouldn't negatively affect your build) , and the remote-resources
plugin was added (if you have this in your build already, it might
need to be removed).
Cheers,
Brett