Moved the modules back out of profiles.

Signed-off-by: Anders Hammar <anders@hammar.net>
This commit is contained in:
Anders Hammar 2012-12-14 21:28:14 +01:00
parent 4ad30f841c
commit 69d219f730
1 changed files with 5 additions and 18 deletions

View File

@ -47,6 +47,11 @@ under the License.
<url>https://builds.apache.org/view/M-R/view/Maven/job/core-integration-testing-maven-3/</url>
</ciManagement>
<modules>
<module>core-it-support</module>
<module>core-it-suite</module>
</modules>
<build>
<pluginManagement>
<plugins>
@ -64,24 +69,6 @@ under the License.
</pluginManagement>
</build>
<profiles>
<profile>
<id>core-it-setup</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>core-it-support</module>
</modules>
</profile>
<profile>
<id>run-its</id>
<modules>
<module>core-it-suite</module>
</modules>
</profile>
</profiles>
<repositories>
<repository>
<id>apache.snapshots</id>