aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-03-01 17:08:31 +0000
committerOlivier Lamy <olamy@apache.org>2012-03-01 17:08:31 +0000
commit4077ae6df2bc4f785840bc1d7eba6f1f06da46d8 (patch)
tree4b9a23a2b4182216f1cc513b636e0a37cd68488f /archiva-modules/archiva-web/pom.xml
parent9fbd8d9b405d680b52cd03727825f6c6963fd400 (diff)
downloadarchiva-4077ae6df2bc4f785840bc1d7eba6f1f06da46d8.tar.gz
archiva-4077ae6df2bc4f785840bc1d7eba6f1f06da46d8.zip
cleanup profiles move declaration to top pom: I can use vi pom.xml to see configured profiles :-)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1295676 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/pom.xml')
-rw-r--r--archiva-modules/archiva-web/pom.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/archiva-modules/archiva-web/pom.xml b/archiva-modules/archiva-web/pom.xml
index 4b2cbeb7a..a9b6f9706 100644
--- a/archiva-modules/archiva-web/pom.xml
+++ b/archiva-modules/archiva-web/pom.xml
@@ -112,26 +112,5 @@
</pluginManagement>
</build>
- <profiles>
- <profile>
- <id>it</id>
- <modules>
- <module>archiva-webapp-test</module>
- </modules>
- </profile>
- <profile>
- <id>js</id>
- <modules>
- <module>archiva-webapp-js</module>
- </modules>
- </profile>
- <profile>
- <id>it-js</id>
- <modules>
- <module>archiva-webapp-js</module>
- <module>archiva-webapp-test-js</module>
- </modules>
- </profile>
- </profiles>
</project>