From 4077ae6df2bc4f785840bc1d7eba6f1f06da46d8 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 1 Mar 2012 17:08:31 +0000 Subject: [PATCH] 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 --- archiva-modules/archiva-web/pom.xml | 21 --------- archiva-modules/pom.xml | 68 +---------------------------- pom.xml | 23 ++++++++++ 3 files changed, 24 insertions(+), 88 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 @@ - - - it - - archiva-webapp-test - - - - js - - archiva-webapp-js - - - - it-js - - archiva-webapp-js - archiva-webapp-test-js - - - diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml index 06423e954..201e2c846 100644 --- a/archiva-modules/pom.xml +++ b/archiva-modules/pom.xml @@ -163,73 +163,7 @@ --> - - - ci - - - - org.apache.maven.plugins - maven-pmd-plugin - - - - - cpd-check - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - - - - - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.2 - - - - 77 - 95 - - - - **/*$* - - - - - - clean - - clean - - - - check - - check - - - - - - - - + apache.website diff --git a/pom.xml b/pom.xml index 0b3708bb4..6b02ef848 100644 --- a/pom.xml +++ b/pom.xml @@ -1812,6 +1812,29 @@ + + + it + + archiva-modules/archiva-web/archiva-webapp-test + + + + + js + + archiva-modules/archiva-web/archiva-webapp-js + + + + + it-js + + archiva-modules/archiva-web/archiva-webapp-js + archiva-modules/archiva-web/archiva-webapp-test-js + + + tdev -- 2.39.5