5089 Commits

Author SHA1 Message Date
John Dennis Casey
3e8d1f934c [MNG-2314] Added unit tests to verify that this issue cannot be reproduced.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425924 13f79535-47bb-0310-9956-ffa450edef68
2006-07-27 01:00:03 +00:00
John Dennis Casey
5d50ceac1f [MNG-1891] Fixed plugin ordering in profile injection AND model inheritance, to be consistent and to preserve as much ordering information as possible, to make plugin ordering more predictable. Also added several unit tests to express the problem(s) and verify the solutions. Ordering is in javadoc comments, and should be added to the plugin-configuration documentation on the site.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425919 13f79535-47bb-0310-9956-ffa450edef68
2006-07-27 00:36:31 +00:00
John Dennis Casey
45d97d04d3 Adding codeSegment for object identity to Plugin class.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425905 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 23:37:55 +00:00
Emmanuel Venisse
e5a3682ec5 Create output directory
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425887 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 22:41:10 +00:00
Emmanuel Venisse
6a24473970 Add listeners to the converter
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425873 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 22:09:40 +00:00
John Dennis Casey
bf2a316d91 [MNG-1562] Added unit test confirming the necessity of groupId:artifactId:type for non-jar dependency references. Will update site documentation as well.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425863 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 21:56:35 +00:00
John Dennis Casey
4028c67c5a [MNG-1697] Added a new null check and unit test to addEdgeWithParentCheck(..), just to make sure this is fixed. (I think it was already fixed, but this is just to be extra sure.)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425843 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 21:23:51 +00:00
Emmanuel Venisse
85ad9335ef add some getter/setter
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425711 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 11:45:15 +00:00
Carlos Sanchez Gonzalez
3c92950c68 Added wicket sync
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425696 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 10:25:56 +00:00
Emmanuel Venisse
a23d63fee1 Fix plexus tag
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425691 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 09:32:58 +00:00
Carlos Sanchez Gonzalez
5c7216f4b6 Update parent pom version
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425444 13f79535-47bb-0310-9956-ffa450edef68
2006-07-25 16:15:15 +00:00
Carlos Sanchez Gonzalez
98807ea02d Finally merged into branch
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425436 13f79535-47bb-0310-9956-ffa450edef68
2006-07-25 16:01:00 +00:00
Carlos Sanchez Gonzalez
ecd0a00bb2 Fixed @since version as it doesn't exist on the branch
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425128 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 17:30:56 +00:00
Carlos Sanchez Gonzalez
6b47ddc253 Ignore cobertura.ser
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425112 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 16:27:23 +00:00
Carlos Sanchez Gonzalez
8e894516a2 Removed checkstyle license, configured in maven parent
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425106 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 16:11:03 +00:00
Carlos Sanchez Gonzalez
d8ceac328a Use constants for maven groupId
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425105 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 16:04:09 +00:00
Carlos Sanchez Gonzalez
92e731eb80 Added @since tag
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425103 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 16:01:15 +00:00
Carlos Sanchez Gonzalez
20b7d33b07 Added AbstractConsoleDownloadMonitor to avoid code duplication
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425102 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 16:01:07 +00:00
Carlos Sanchez Gonzalez
c5864a895d Added AbstractConsoleDownloadMonitor to avoid code duplication
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425101 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 16:00:54 +00:00
Carlos Sanchez Gonzalez
7a4138fe43 Added PluginException to aggregate the different plugin exceptions
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425096 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 15:52:30 +00:00
Kenney Westerhof
a8dc29a9dc Clarify unknown goal message by specifying the plugin it couldn't be found in
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@425024 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 12:33:58 +00:00
Brett Leslie Porter
4fbcafa694 fix case of test resources so tests pass on unix
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@424549 13f79535-47bb-0310-9956-ffa450edef68
2006-07-22 11:25:51 +00:00
Carlos Sanchez Gonzalez
2529bb9aff Rename scripts to groupIds
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@424331 13f79535-47bb-0310-9956-ffa450edef68
2006-07-21 14:27:07 +00:00
Carlos Sanchez Gonzalez
7f0fcba244 [MAVENUPLOAD-982] Added jwebunit sync
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@424324 13f79535-47bb-0310-9956-ffa450edef68
2006-07-21 14:06:11 +00:00
Jason van Zyl
ad09fe5afa o i'll put this back when the doap plugin is released, the bootstrap doesn't like snapshots apparently
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423931 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 13:39:51 +00:00
Jason van Zyl
3ad77c2d5d o adding a version to the use of the doap plugin. this really is not right as it works locally for me in a way that is completely different
then someone else locally even though I have deployed a snapshot. It can't work in an inconsistent fashion like that and something to look
  at for 2.1 i suppose.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423704 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 01:45:46 +00:00
Brett Leslie Porter
3f98e66e0b also rewrite checksums
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423673 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 00:08:06 +00:00
Brett Leslie Porter
90eff70f0a must still sync to the staging area
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423664 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 23:49:45 +00:00
Emmanuel Venisse
cdfe08509e o load all pluginRelocators with plexus
o auto-generate components.xml

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423516 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 16:34:10 +00:00
Emmanuel Venisse
7c69847387 Move maven1 project converter from sandbox/plugins/maven-maven1-plugin to maven-model-converter
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423493 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 15:30:31 +00:00
Carlos Sanchez Gonzalez
f7710dbb29 fix typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423458 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 13:26:30 +00:00
Brett Leslie Porter
21f590404f add another dom4j rewrite
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423452 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 12:54:13 +00:00
Carlos Sanchez Gonzalez
a40ef8dfc0 Upgrade dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423438 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 11:19:55 +00:00
Carlos Sanchez Gonzalez
2f912fbaaf Added warning about working on windows
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423434 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 10:57:13 +00:00
Carlos Sanchez Gonzalez
6a670d1d33 Set svn optione
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423177 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 18:35:24 +00:00
Carlos Sanchez Gonzalez
245fb4cccf Fix typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423161 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 18:10:15 +00:00
Carlos Sanchez Gonzalez
c3d1aae4a1 Echo progress
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423139 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 17:20:37 +00:00
Jason van Zyl
90d6e97a86 checking in generate DOAP
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423113 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 15:21:23 +00:00
Jason van Zyl
18866c065d add configuration for the DOAP plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423109 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 15:14:13 +00:00
Carlos Sanchez Gonzalez
2cebbb8ecc Use new location of apache repos
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423031 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 09:49:55 +00:00
Carlos Sanchez Gonzalez
89d9be9455 Add fixes from general repoclean
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423027 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 09:38:42 +00:00
Carlos Sanchez Gonzalez
5a31c30acb general improvements
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423026 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 09:32:43 +00:00
Carlos Sanchez Gonzalez
c9b9bf6f52 Don't checksum checksums
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423023 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 09:27:12 +00:00
Brett Leslie Porter
62a239a4d7 merge rev422968 from branch - release repo not needed and move snapshot repo to more specific pom
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@422970 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 05:12:35 +00:00
Carlos Sanchez Gonzalez
ac2f8d8680 Fix metadata checksums
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@422688 13f79535-47bb-0310-9956-ffa450edef68
2006-07-17 11:22:20 +00:00
Brett Leslie Porter
fbd4214e1d [MNG-2447] fix the bootstrap by adding plugin management support for modello since the versions were rationalised
Submitted by: Pete Marvin King


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@422081 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 22:32:29 +00:00
Carlos Sanchez Gonzalez
23f64db797 Removed code duplication
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@421968 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 17:55:57 +00:00
Brett Leslie Porter
8927d09f1c get the codehaus sync running again
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@421803 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 04:31:13 +00:00
John Dennis Casey
0712f84f81 Adding tests to verify that super-POM is injected with active profiles when used in standalone fasion.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@421390 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 19:43:54 +00:00
John Dennis Casey
cc859f5cfb [MNG-2221] Fixing caching of merged plugins to prevent them from appearing/executing twice in the resulting child POM. See two new unit tests in ModelUtilsTest for proof.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@421309 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 16:32:39 +00:00