Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] aggregate and osgi profiles

Joakim,

your changes worked with 3.0.0, but I will upgrade anyway:

gregw@Brick: ~/src/jetty-7
[539] mvn help:active-profiles -N
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Jetty :: Project 7.3.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (default-cli) @
jetty-project ---
[INFO]
Active Profiles for Project
'org.eclipse.jetty:jetty-project:pom:7.3.1-SNAPSHOT':

The following profiles are active:

 - maven-3 (source: pom)



[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.267s
[INFO] Finished at: Wed Feb 16 08:18:47 EST 2011
[INFO] Final Memory: 10M/149M
[INFO] ------------------------------------------------------------------------

gregw@Brick: ~/src/jetty-7
[540] svn up
U    pom.xml
U    tests/test-integration/pom.xml
U    jetty-deploy/pom.xml
Updated to revision 2784.

gregw@Brick: ~/src/jetty-7
[541] mvn help:active-profiles -N
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Jetty :: Project 7.3.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (default-cli) @
jetty-project ---
[INFO]
Active Profiles for Project
'org.eclipse.jetty:jetty-project:pom:7.3.1-SNAPSHOT':

The following profiles are active:

 - aggregates (source: pom)
 - osgi (source: pom)
 - maven-3 (source: pom)


Back to the top