Commit Graph

3329 Commits

Author SHA1 Message Date
Brett Leslie Porter 71625bbd82 PR: MNG-1048
make sure the scope in the current POM wins over all

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293514 13f79535-47bb-0310-9956-ffa450edef68
2005-10-04 04:02:46 +00:00
Jason van Zyl 38269cca84 o A change that eliminates the use of System.properties from the core in an
attempt to move toward true embeddability. 

 - System properties are still populated in the CLI to make sure that the 
   system property profile activator functions and the settings are dealt with
   correctly. I will look at each of those shortly but this is a first step.
   


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293504 13f79535-47bb-0310-9956-ffa450edef68
2005-10-04 03:31:35 +00:00
John Dennis Casey 53ccb4ffb0 Resolving: MNG-1021
o Added AttachedArtifact, and changed the DefaultMavenProjectHelper to create and attach artifacts of this type. AttachedArtifact uses a parent artifact (constructor parameter) for versioning and basic identity attributes, but requires the user to specify a type and classifier specific to the new artifact. We may want to add flexibility for artifactId, too...though I have reservations on that score.

o See it0079 for a test.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293497 13f79535-47bb-0310-9956-ffa450edef68
2005-10-04 02:54:49 +00:00
Brett Leslie Porter 7fd4c749fb PR: MNG-653
use the file assigned by the packager for installation/deployment. Error out if that isn't done.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293494 13f79535-47bb-0310-9956-ffa450edef68
2005-10-04 02:40:58 +00:00
Brett Leslie Porter 0eb43da1bb PR: MNG-644
remove use of deprecated artifact method (retain signature for backwards compat until next release of install/deploy plugins)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293493 13f79535-47bb-0310-9956-ffa450edef68
2005-10-04 02:26:25 +00:00
Jason van Zyl 7c9401fe56 o using new feature in p-d-c which allows the setting of the logging
manager. this allows the embedder user to specify a logger manager that
can be controlled by client code.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293484 13f79535-47bb-0310-9956-ffa450edef68
2005-10-04 01:40:32 +00:00
Jason van Zyl 17de939d14 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293483 13f79535-47bb-0310-9956-ffa450edef68 2005-10-04 01:37:29 +00:00
Jason van Zyl 027453d5b1 o create a new dispatcher on every invocation
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293482 13f79535-47bb-0310-9956-ffa450edef68
2005-10-04 01:37:09 +00:00
John Dennis Casey def783e4cf Resolving: MNG-934, MNG-669
o Changed default value for usePluginRegistry to 'false' in settings.mdo
o Changed default value for updateInterval to 'never' in plugin-registry.mdo
o Added ActivationOS in settings.mdo, profiles.mdo, maven.mdo
o Added code to the conversion utilities for Settings and Profiles to corresponding maven-model classes for ActivationOS
o Added OS activator for profiles which allows architecture, name, family, and version (with '!' negation of any of these)
o Added ActivationFile to settings.mdo, along with conversion code in the Settings->Model conversion utility
o Added packageWithVersion configuration to the modello plugin definition in maven-settings (this is apparently required now)



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293479 13f79535-47bb-0310-9956-ffa450edef68
2005-10-04 01:07:36 +00:00
Brett Leslie Porter ceb990be61 remove marmalade references
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293478 13f79535-47bb-0310-9956-ffa450edef68
2005-10-04 00:51:29 +00:00
John Dennis Casey 6632dfeb0d Adding IT for MNG-1052, to test that compiler plugin configuration from the pluginManagement section is injected with the addition of the implicit plugin instance.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293456 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 21:50:35 +00:00
Jason van Zyl fb18d2800d git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293455 13f79535-47bb-0310-9956-ffa450edef68 2005-10-03 21:41:40 +00:00
John Dennis Casey 805a5952eb Resolving: MNG-1052
o Added pluginManagement injection to MavenProject.addPlugin(..) so that no Plugin definition added to the project can go without having managed info injected into it.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293454 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 21:38:35 +00:00
Emmanuel Venisse e77ba206a9 Fix tabs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293453 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 21:26:57 +00:00
Emmanuel Venisse 514d3144c2 Add missing client jarArchiver
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293451 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 21:20:02 +00:00
Emmanuel Venisse ef0763c291 [MNG-1071] lookup archiver instead of calling contructor so output will be use with the correct logger.
I forgot to modify these files

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293450 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 21:12:31 +00:00
Emmanuel Venisse 1bd22dc1b1 ignore target
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293449 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 21:09:59 +00:00
John Dennis Casey 5fb68e0c17 Fixing DescribeMojo for changes to PluginManager API, and setting prerequisite maven version for this version of the projecthelp-plugin because of this.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293448 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 20:56:44 +00:00
Jason van Zyl 71f15ae92d git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293442 13f79535-47bb-0310-9956-ffa450edef68 2005-10-03 19:46:30 +00:00
Jason van Zyl 83f92aa8ea git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293440 13f79535-47bb-0310-9956-ffa450edef68 2005-10-03 19:36:42 +00:00
Jason van Zyl 449e42223f o throwing required exception
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293439 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 19:26:42 +00:00
Jason van Zyl cc5a6695c1 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293434 13f79535-47bb-0310-9956-ffa450edef68 2005-10-03 19:07:34 +00:00
Jason van Zyl 1f3ad56547 adding henning
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293431 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 18:51:14 +00:00
John Dennis Casey 63b3f71f6d Fixing error messages related to invalid plugin configuration, similar to the instantiation exception for ArtifactRepository when there is no deployment repository...
o Moved the parameter documentation reader to a separate project, so that I can use Modello.
o Added some more parameter documentation.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293410 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 18:06:00 +00:00
Jason van Zyl b5c400b7b8 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293390 13f79535-47bb-0310-9956-ffa450edef68 2005-10-03 16:56:50 +00:00
Jason van Zyl fb3e57818c git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293386 13f79535-47bb-0310-9956-ffa450edef68 2005-10-03 16:47:06 +00:00
Jason van Zyl 5eb8bed753 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293385 13f79535-47bb-0310-9956-ffa450edef68 2005-10-03 16:46:38 +00:00
Jason van Zyl 6559731d7a git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293382 13f79535-47bb-0310-9956-ffa450edef68 2005-10-03 16:36:53 +00:00
Brett Leslie Porter c8b8420988 PR: MNG-735
Submitted by: Daniel Krisher
Reviewed by:  Brett Porter
Support unpacked assembly type, with separate mojo for creation



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293366 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 15:19:13 +00:00
Brett Leslie Porter 3c53b31ce0 move marmalade code out of main bootstrap, into sandbox.
it should be moved to the marmalade project (either a straight import, or doing an svndump of that area of the repo).


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293363 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 14:50:34 +00:00
Brett Leslie Porter 56bf69ccc4 PR: MNG-644
remove deprecated default-value handling

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293360 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 14:41:51 +00:00
Brett Leslie Porter 9f52ee0fcf PR: MNG-644
put back code that was hiding in a method with a name unrelated to it

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293357 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 14:16:16 +00:00
Brett Leslie Porter 01aee704da fix tests in accordance with removed deprecations
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293353 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:58:48 +00:00
Brett Leslie Porter 7aa60e32d4 PR: MNG-644
remove unused method

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293348 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:37:12 +00:00
Brett Leslie Porter f328ad0f63 PR: MNG-644
remove unused method

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293347 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:36:30 +00:00
Brett Leslie Porter a912e034bc PR: MNG-644
error out on bad syntax

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293345 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:35:44 +00:00
Brett Leslie Porter dc56a21047 PR: MNG-644
warning for old syntax

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293344 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:34:23 +00:00
Brett Leslie Porter 14e6e11295 PR: MNG-644
remove deprecated interface method

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293343 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:30:01 +00:00
Brett Leslie Porter ae1a7b9580 PR: MNG-644
remove deprecated tag

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293342 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:29:10 +00:00
Brett Leslie Porter c532572152 PR: MNG-644
remove deprecated methods

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293341 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:28:25 +00:00
Brett Leslie Porter 4afb4ba351 PR: MNG-644
remove deprecated method

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293340 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:27:48 +00:00
Brett Leslie Porter cbcc49b306 PR: MNG-644
allow old syntax, but ignore it

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293337 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:24:39 +00:00
Brett Leslie Porter 30856aef92 PR: MNG-644
remove deprecated ant task properties

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293336 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:22:55 +00:00
Brett Leslie Porter fa65152c43 PR: MNG-644
remove deprecated repository settings

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293335 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:20:49 +00:00
Brett Leslie Porter 18d6128726 no point in deprecating this, still need a var to take final name from.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293334 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:15:23 +00:00
Brett Leslie Porter 2056cde772 PR: MNG-644
remove deprecated method in mboot

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293333 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:14:47 +00:00
Brett Leslie Porter 4b6babfbf7 PR: MNG-644
remove deprecated goal syntax

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293332 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:13:44 +00:00
Brett Leslie Porter 85fe459856 PR: MNG-644
remove deprecated goal syntax

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293328 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:10:39 +00:00
Brett Leslie Porter b4d541a6cf PR: MNG-644
remove deprecated filter settings

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293327 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 13:03:52 +00:00
Brett Leslie Porter 21350c840b PR: MNG-644
remove deprecated settings and profile settings

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293326 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 12:49:40 +00:00