Commit Graph

4825 Commits

Author SHA1 Message Date
Fabrizio Giustina 817a758098 add test scope to easymock (scope in dependencyManagement doesn't work)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@440287 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 07:39:44 +00:00
Fabrizio Giustina 3eefdc885f make continuum stop complaining about a missing version for easymock for now... could anybody make it build the parent pom?
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@440170 13f79535-47bb-0310-9956-ffa450edef68
2006-09-04 20:24:31 +00:00
John Dennis Casey ff0e85a2f5 Ignore **/testutils/** for unit tests.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@439362 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 16:07:59 +00:00
John Dennis Casey b92af0e49f [MNG-2408] Modification to keep metadata files from writing when the main version is LATEST or RELEASE (these are meta-versions).
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@439352 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 15:29:52 +00:00
John Dennis Casey 5d99b35cfe [MNG-1797][MNG-2420] Fixing exclusions that bleed over into other dependencies, and modifying DefaultProfileManager to (a) deprecate constructor that takes Settings but no properties, and (b) add a constructor that takes Settings and properties.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@438189 13f79535-47bb-0310-9956-ffa450edef68
2006-08-29 20:17:14 +00:00
John Dennis Casey 136739b708 Changing constructor with Settings back to public.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@438132 13f79535-47bb-0310-9956-ffa450edef68
2006-08-29 17:57:46 +00:00
Brett Leslie Porter 20a65e65ea update parent POM
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@437483 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 00:30:11 +00:00
Milos Kleint 625012b029 MNG-1884 - the wagon manager needs to be injects the proxy/mirror info, otherwise the readProject() calls don't get through the firewalls.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@434079 13f79535-47bb-0310-9956-ffa450edef68
2006-08-23 16:58:33 +00:00
John Dennis Casey e165438db3 Merged from 433788 on the branch, to fix the case where build extensions don't get resolved when building projects that would be filtered by Maven's core artifact filter...as in the case of some plexus projects, and of maven projects themselves.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@433789 13f79535-47bb-0310-9956-ffa450edef68
2006-08-22 22:54:13 +00:00
Emmanuel Venisse 21b94a2dab Removing maven-model-converter
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@433667 13f79535-47bb-0310-9956-ffa450edef68
2006-08-22 15:11:47 +00:00
Emmanuel Venisse 2d267a1303 Moving to shared
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@433652 13f79535-47bb-0310-9956-ffa450edef68
2006-08-22 14:55:16 +00:00
Jason van Zyl 42360ab766 o moving to archiva
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@433637 13f79535-47bb-0310-9956-ffa450edef68
2006-08-22 14:00:00 +00:00
Emmanuel Venisse 5ebedbf64a Add junit in all converted pom.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@433615 13f79535-47bb-0310-9956-ffa450edef68
2006-08-22 12:43:00 +00:00
John Dennis Casey 7c43aa27d7 Merging fix for loss of dependency ordering from branch.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@430573 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 22:43:48 +00:00
Kenney Westerhof 97fd4a9ae1 PR: MNG-2410
Desc: Add support for multi-page reports using multiple sinks.

* Removed unused MultiPageSink and SinkFactory, and the AbstractMavenMultiPageReport
  (could not find any class extending that one, even in Mojo; Also, it doesn't work
  so It's safe to delete).

* Updated deps on doxia-sink-api to 1.0-alpha-9-SNAPSHOT which has the SinkFactory
  interface.

* Updated dep on doxia-site-renderer to 1.0-alpha-9-SNAPSHOT since that uses the sink-api.

* For backwards compatibility I added an MavenMultiPageReport interface.
  Normal reporting plugins can implement that, and the site plugin detects this interface
  and calls the new generate api method with the SinkFactory parameter.

  In the future, the MavenMultiPageReport should be merged with the MavenReport interface,
  and the original generate method should be removed.

  This is the only way to alter the API without breaking existing plugins.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@430440 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 17:09:30 +00:00
Kenney Westerhof bcdabaeb7c Reverted update of qdox dep since it's not deployed yet
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@430408 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 15:00:14 +00:00
Kenney Westerhof e06fd72099 Update qdox dep to 1.6-SNAPSHOT to enable basic Java 5 syntax for (3rd party) plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@430372 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 13:05:17 +00:00
Kenney Westerhof 9648df1259 Update parent pom to 2-SNAPSHOT to use the proper scm urls and other dependencies.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@430371 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 13:03:55 +00:00
Kenney Westerhof 10c3433355 Fix exception message
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@430369 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 13:01:55 +00:00
Brett Leslie Porter 0dc9d8eaf2 correct inconsistency in the description and the function
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@430229 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 03:39:12 +00:00
Brett Leslie Porter 87e9191936 fix the logging issues - bad merge
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@429932 13f79535-47bb-0310-9956-ffa450edef68
2006-08-09 02:51:09 +00:00
Brett Leslie Porter 52f6e19961 port r429917 from branch - add a quiet option for the CLI
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@429921 13f79535-47bb-0310-9956-ffa450edef68
2006-08-09 01:46:31 +00:00
Brett Leslie Porter 6eddbb1242 revert r425096 to fix the build for now
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@429576 13f79535-47bb-0310-9956-ffa450edef68
2006-08-08 04:56:08 +00:00
Carlos Sanchez Gonzalez 519a33677a Add checksum check
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@429136 13f79535-47bb-0310-9956-ffa450edef68
2006-08-06 15:18:48 +00:00
Carlos Sanchez Gonzalez 1c056b5ae9 Log changed files
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@428013 13f79535-47bb-0310-9956-ffa450edef68
2006-08-02 14:55:45 +00:00
Brett Leslie Porter c4c124d441 no need for a snapshot of the plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@427447 13f79535-47bb-0310-9956-ffa450edef68
2006-08-01 05:25:34 +00:00
Carlos Sanchez Gonzalez ff82c96fa1 Doc changes
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@426816 13f79535-47bb-0310-9956-ffa450edef68
2006-07-29 15:15:23 +00:00
Carlos Sanchez Gonzalez 3a92eb51b0 Added contact info
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@426815 13f79535-47bb-0310-9956-ffa450edef68
2006-07-29 15:10:18 +00:00
Carlos Sanchez Gonzalez e11df5befc Moved config files to conf
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@426814 13f79535-47bb-0310-9956-ffa450edef68
2006-07-29 14:57:06 +00:00
Carlos Sanchez Gonzalez 268563a07b Add javadocs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@426599 13f79535-47bb-0310-9956-ffa450edef68
2006-07-28 16:21:35 +00:00
Carlos Sanchez Gonzalez 49fe3f24e7 Readd chceksum flag to identify changed files
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@426544 13f79535-47bb-0310-9956-ffa450edef68
2006-07-28 14:37:21 +00:00
Carlos Sanchez Gonzalez 128ae8e0e5 [MAVENUPLOAD-1015] Added databinder repo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@426543 13f79535-47bb-0310-9956-ffa450edef68
2006-07-28 14:35:11 +00:00
Carlos Sanchez Gonzalez 5a5a7ba09f Fix nonProxyHosts delimiter
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@426263 13f79535-47bb-0310-9956-ffa450edef68
2006-07-27 21:58:57 +00:00
John Dennis Casey d70e316446 Removing incorrect FIXME comment and returning import ordering to normal.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@426114 13f79535-47bb-0310-9956-ffa450edef68
2006-07-27 16:08:51 +00:00
John Dennis Casey 75c7380801 [MNG-2302] Added code to nullify parent's descriptor location in cases where the parent MavenProject instance was loaded from the repository. In these cases, the descriptor location value is incorrect anyway, and it was causing an incorrect null return value for MavenProject.getModulePathAlignment(..), which in turn produces an incorrect URL path calculation for multi-tiered inheritance where the top tiers are resolved from the repository.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@426112 13f79535-47bb-0310-9956-ffa450edef68
2006-07-27 16:02:26 +00:00
Emmanuel Venisse ef76da9daa Check the directory creation
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@426003 13f79535-47bb-0310-9956-ffa450edef68
2006-07-27 08:27:02 +00:00
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