Commit Graph

4374 Commits

Author SHA1 Message Date
Fabrizio Giustina 96de59c076 PR: MNG-1332
Submitted by: Brian Bonner
Reviewed by: fgiust

Dependent-Modules not showing up in .wtpmodules
fixed project/executed project in EclipsePlugin, fixed wrong pom for test project 5

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329636 13f79535-47bb-0310-9956-ffa450edef68
2005-10-30 20:44:58 +00:00
Jason van Zyl f97f5606d2 o http://jira.codehaus.org/browse/MNG-1333
Submitted By: Brian Bonner


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329586 13f79535-47bb-0310-9956-ffa450edef68
2005-10-30 16:15:59 +00:00
Jason van Zyl a604ac3411 o http://jira.codehaus.org/browse/MNG-1343
Submitted by: Brian Bonner


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329585 13f79535-47bb-0310-9956-ffa450edef68
2005-10-30 16:09:34 +00:00
Jason van Zyl fc58444603 o http://jira.codehaus.org/browse/MNG-1341
Submitted By: Mark Hobson



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329584 13f79535-47bb-0310-9956-ffa450edef68
2005-10-30 16:04:20 +00:00
Fabrizio Giustina 1a591d55b8 use the @component tag instead of @parameter when appropriate
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329580 13f79535-47bb-0310-9956-ffa450edef68
2005-10-30 15:09:53 +00:00
Fabrizio Giustina 3f1e75f324 add-maven-repo was overwriting all the existing eclipse settins.
Fixed to preserve existing properties and only add/update the M2_REPO var

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329579 13f79535-47bb-0310-9956-ffa450edef68
2005-10-30 15:06:04 +00:00
Fabrizio Giustina 62a349b7b2 PR: MNG-1344
Submitted by: Brian Bonner
Reviewed by: fgiust

AddMavenRepoMojo adds an X to the end of the specified workspace


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329575 13f79535-47bb-0310-9956-ffa450edef68
2005-10-30 14:50:38 +00:00
Trygve Laugstol 6e5174158f o Excluding non-test class that killed surefire.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329427 13f79535-47bb-0310-9956-ffa450edef68
2005-10-29 16:09:29 +00:00
Jason van Zyl 34d4cc14fc o http://jira.codehaus.org/browse/MNG-1361
When the version or type are missing from a dependency a g:a string will
  be displayed so you can easily find the problematic dependency in question.
  


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329419 13f79535-47bb-0310-9956-ffa450edef68
2005-10-29 14:31:44 +00:00
Jason van Zyl d33fea54f0 o using javax.servlet
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329344 13f79535-47bb-0310-9956-ffa450edef68
2005-10-29 01:22:08 +00:00
Jason van Zyl 9b8009fe2d [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329342 13f79535-47bb-0310-9956-ffa450edef68
2005-10-29 01:16:50 +00:00
Jason van Zyl c73a10309d [maven-release-plugin] prepare release maven-surefire-plugin-2.0
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329340 13f79535-47bb-0310-9956-ffa450edef68
2005-10-29 01:15:57 +00:00
Jason van Zyl cfefe6586a o using the 1.4 release of surefire
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329339 13f79535-47bb-0310-9956-ffa450edef68
2005-10-29 01:12:39 +00:00
John Dennis Casey 9bfd980cbe Added exclusion for junit-3.7 to commons-lang dependency.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329284 13f79535-47bb-0310-9956-ffa450edef68
2005-10-28 20:20:18 +00:00
John Dennis Casey 79ddf714e8 Changed to set the project-artifact's file when the archival is complete.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329283 13f79535-47bb-0310-9956-ffa450edef68
2005-10-28 20:19:14 +00:00
John Dennis Casey f8bfe26de7 Changed to reference servletapi artifacts that are in the repository (2.3), or exclude servlet-api-2.4.*
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329282 13f79535-47bb-0310-9956-ffa450edef68
2005-10-28 20:18:46 +00:00
Kenney Westerhof 61d5fc6cf4 Fixed ordering of g🅰️t:v in 'Unable to download artifact' message
and similar messages (was g🅰️v:t, and the rest of m2 uses g🅰️t:v).


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329256 13f79535-47bb-0310-9956-ffa450edef68
2005-10-28 17:25:18 +00:00
Stephane Nicoll 20ac7dcefc PR: MNG-699
Submitted by:  Piotr Bzdyl
Reviewed by:  Stephane Nicoll
Implementation of an EJB3 plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329231 13f79535-47bb-0310-9956-ffa450edef68
2005-10-28 15:57:09 +00:00
Stephane Nicoll c9f491d746 PR: MNG-699
Submitted by:  Piotr Bzdyl
Reviewed by:  Stephane Nicoll
Implementation of an EJB3 plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329228 13f79535-47bb-0310-9956-ffa450edef68
2005-10-28 15:53:50 +00:00
Stephane Nicoll 7381f53a18 PR: MNG-699
Submitted by:  Piotr Bzdyl
Reviewed by:  Stephane Nicoll
Implementation of an EJB3 plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329227 13f79535-47bb-0310-9956-ffa450edef68
2005-10-28 15:51:25 +00:00
Emmanuel Venisse e09022e394 PR: MNG-1255
Submitted by : Allan Ramirez
Reviewed by Emmanuel Venisse
Create .ssh directory $user.home if it doens't exist

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329176 13f79535-47bb-0310-9956-ffa450edef68
2005-10-28 09:51:15 +00:00
Vincent Massol 1be0f61ed6 MNG-1350: Upgrade to Clover 1.3.10_01
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329161 13f79535-47bb-0310-9956-ffa450edef68
2005-10-28 08:56:48 +00:00
Brett Leslie Porter 82fd1c6c6b site updates
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329057 13f79535-47bb-0310-9956-ffa450edef68
2005-10-28 03:03:16 +00:00
Brett Leslie Porter dc85782bbc add offline mode
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329056 13f79535-47bb-0310-9956-ffa450edef68
2005-10-28 03:02:38 +00:00
Carlos Sanchez Gonzalez 3bcac3bd2f Use md5sum and sha1sum instead of openssl
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329049 13f79535-47bb-0310-9956-ffa450edef68
2005-10-28 02:38:41 +00:00
Carlos Sanchez Gonzalez 2547a2f433 Use faster approach to get poms from subversion
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329037 13f79535-47bb-0310-9956-ffa450edef68
2005-10-28 02:03:31 +00:00
Jason van Zyl 877e1c0329 links update
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328955 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 21:55:07 +00:00
Jason van Zyl 986e2a2ebf o adding a note about the default location of the settings file
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328941 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 19:41:37 +00:00
Jason van Zyl 06386395df o add a note about where to find the settings descriptor
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328939 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 19:30:23 +00:00
Jason van Zyl 3990fa7280 updating toc
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328935 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 19:22:48 +00:00
Jason van Zyl b986b2fd07 o guide to using m1 style repositories with m2
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328934 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 19:22:23 +00:00
Jason van Zyl 255cd71793 o documenting the use of setters
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328925 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 19:04:47 +00:00
Jason van Zyl 1b14b3bf64 o breaking out the installation of 3rd party JARs into a separate guide
and referencing it from the coping with sun jars guide.
  


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328921 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 18:56:43 +00:00
John Dennis Casey e21bf422e1 Switching to use AbstractScriptedMojoDescriptorExtractor and scriptSourceDirectory.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328904 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 15:53:56 +00:00
John Dennis Casey 008685017d changing feedback for plugin extractor usage to be a little more visible.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328903 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 15:52:53 +00:00
John Dennis Casey 573d95d55b Fixing Id for svn formatting...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328902 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 15:51:12 +00:00
John Dennis Casey 20d881b265 Reverting dependency versions to 2.0.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328901 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 15:46:14 +00:00
John Dennis Casey e244bc5072 Searching for the project-specified plugin instance, to get configuration...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328899 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 15:41:33 +00:00
John Dennis Casey 51f23d93d9 Fixing NPE.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328898 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 15:40:47 +00:00
John Dennis Casey 58e96169a6 Moving maven-projecthelp-plugin to maven-help-plugin.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328895 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 15:35:56 +00:00
John Dennis Casey 69fda56d91 Adding '$' as an escape character for variable-syntax which should be passed through.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328885 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 14:47:55 +00:00
Vincent Siveton e0aaa6acc9 MNG-1224: Added missing keys in the French bundle. Thanks to Fabrice BELLINGARD.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328838 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 09:31:57 +00:00
Jason van Zyl 7f736625f5 o the artifact resolver should continue with the next artifact in the
resolution group even after it could not find one, and throw an exception at
  the end that lists all the artifacts that could not be found.

  http://jira.codehaus.org/browse/MNG-1198



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328782 13f79535-47bb-0310-9956-ffa450edef68
2005-10-27 04:00:18 +00:00
Vincent Massol c5495d855a Move comment down to improve readability
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328762 13f79535-47bb-0310-9956-ffa450edef68
2005-10-26 23:35:30 +00:00
Vincent Massol 2da1d48e5d Set a small flush intervalso that the tests execute more rapidly and to ensure it's possible to override it.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328761 13f79535-47bb-0310-9956-ffa450edef68
2005-10-26 23:19:50 +00:00
Vincent Massol aabeb4dcb0 MNG-618: We know make sure test coverage data is flushed before running the test coverage check.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328760 13f79535-47bb-0310-9956-ffa450edef68
2005-10-26 23:18:55 +00:00
Jason van Zyl 0b5ce92e93 o applying link fixes by David Jackman. Thanks!
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328756 13f79535-47bb-0310-9956-ffa450edef68
2005-10-26 22:54:09 +00:00
Jason van Zyl 00abb3ed11 o adding additions to the archetype guide, thanks to Alexander Hars for
the submission!
  


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328746 13f79535-47bb-0310-9956-ffa450edef68
2005-10-26 21:42:12 +00:00
Jason van Zyl e7b2b5afa7 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328702 13f79535-47bb-0310-9956-ffa450edef68
2005-10-26 18:39:40 +00:00
Jason van Zyl a2955d0006 [maven-release-plugin] prepare release maven-archetype-site-1.0-alpha-4
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328700 13f79535-47bb-0310-9956-ffa450edef68
2005-10-26 18:39:18 +00:00