From 120cc123fd7d45693c2cafb970b6f7e477ed7cda Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Thu, 10 Feb 2011 16:13:04 +0000 Subject: [PATCH] Moving jetty-aggregate to profile 'aggregates'. This is being done to allow reporting plugins to avoid duplicating all of the aggregated classes for javadoc, xref, pmd, findbugs, and even cobertura. This new 'aggregates' profile is active by default. git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2773 7e9141cc-0065-0410-87d8-b60c137991c4 --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index aa5e444390f..7bdff3412ee 100644 --- a/pom.xml +++ b/pom.xml @@ -300,7 +300,9 @@ test-continuation-jetty6 test-jetty-servlet test-jetty-webapp + example-jetty-embedded tests jetty-distribution @@ -369,6 +371,21 @@ > mvn -N site:sshdeploy (for ssh users w/passphrase and ssh-agent) --> + + + aggregates + + true + + + jetty-aggregate + +