mirror of https://github.com/apache/maven.git
Moved the modules back out of profiles.
Signed-off-by: Anders Hammar <anders@hammar.net>
This commit is contained in:
parent
4ad30f841c
commit
69d219f730
23
its/pom.xml
23
its/pom.xml
|
@ -47,6 +47,11 @@ under the License.
|
||||||
<url>https://builds.apache.org/view/M-R/view/Maven/job/core-integration-testing-maven-3/</url>
|
<url>https://builds.apache.org/view/M-R/view/Maven/job/core-integration-testing-maven-3/</url>
|
||||||
</ciManagement>
|
</ciManagement>
|
||||||
|
|
||||||
|
<modules>
|
||||||
|
<module>core-it-support</module>
|
||||||
|
<module>core-it-suite</module>
|
||||||
|
</modules>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
@ -64,24 +69,6 @@ under the License.
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
</build>
|
</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>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>apache.snapshots</id>
|
<id>apache.snapshots</id>
|
||||||
|
|
Loading…
Reference in New Issue