Tweaking profile activation to be more consistent for a wider range of maven versions

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2784 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Joakim Erdfelt 2011-02-15 14:35:21 +00:00
parent ab5e1b0a9b
commit 023b6b3df8
1 changed files with 6 additions and 0 deletions

View File

@ -389,6 +389,9 @@
<id>aggregates</id>
<activation>
<activeByDefault>true</activeByDefault>
<file>
<exists>${basedir}/pom.xml</exists>
</file>
</activation>
<modules>
<module>jetty-aggregate</module>
@ -404,6 +407,9 @@
<id>osgi</id>
<activation>
<activeByDefault>true</activeByDefault>
<file>
<exists>${basedir}/pom.xml</exists>
</file>
</activation>
<modules>
<module>jetty-osgi</module>