Commit Graph

4765 Commits

Author SHA1 Message Date
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
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