Maven commits

RevisionAuthorDateDescription
661552brianf29 May 2008 22:05:59

add schema to settings

660244jvanzyl26 May 2008 13:33:49

MNG-3598: Allow custom dependency resolution
Submitted by: Igor Fedorenko

659680jdcasey23 May 2008 17:52:24

[MNG-2739] Adding validation logic to DefaultMavenTools and ProjectUtils, to make sure repositories have id and url before constructing an ArtifactRepository instance...this code is used ahead of normal model validation, so it needs to be included here. Also, introducing a new exception to handle the errors when these elements are missing.

659463mkleint23 May 2008 03:45:41

MNG-3574 - project plugin meta version needs to be replaced with the resolved one.

659236jdcasey22 May 2008 16:15:52

Disable the pluginRepository deprecation message until the first release of 2.1 is imminent, to avoid confusion when using IDEs that use 2.1 snapshots (where the CLI still uses 2.0.x).

657078pgier16 May 2008 10:27:12

Improve description of activeByDefault.
Issue id: MNG-2609

656846pgier15 May 2008 17:21:31

Allow use of ! to deactivate a profile. Remove use of E: and D: for enabling and disabling.
Issue id: MNG-3571

656827pgier15 May 2008 16:42:27

Profiles should be activated if any of the activators return true.
Issue id: MNG-3106

656405pgier14 May 2008 16:22:22

Fix for profile deactivation.
Submitted By: David Bernhard
Issue id: MNG-3545

654207jdcasey07 May 2008 14:44:18

Allow multiple -P options, and fix explicit en/disable notations of E:/+ for enable, D:/- for disable.

654198jdcasey07 May 2008 14:08:15

Fixing xpp3 imports for plugin realms.

654116brett07 May 2008 10:13:53

remove property that shouldn't be needed - it was causing ${maven.repo.local} to be created locally as a directory

653481brianf05 May 2008 09:46:40

clean up the poms and move versions to dependencyManagement
Issue id: c