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:
parent
ab5e1b0a9b
commit
023b6b3df8
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue