Commit Graph

4956 Commits

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