Commit Graph

1198 Commits

Author SHA1 Message Date
Vincent Massol d56ce5c344 MNG-1200: Add site documentation for the Clover plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330098 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 17:34:15 +00:00
Fabrizio Giustina f0d674133e When the downloadSources flag was off, also source files available in the local repository were not used.
Fixed so that sources archives available in the local repository are used but no additional jars are downloaded.
Added an explanation message on how to turn source downloading on (this should be on by default, but let's wait till there will be more sources archives in the m2 repo)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330090 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 16:33:39 +00:00
Fabrizio Giustina 1329000ae6 remove useless log
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330043 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 12:33:57 +00:00
Fabrizio Giustina 64716936f0 include optional direct dependencies in classpath and resolve artifacts.
These are not included in project.getTestArtifacts() while they should be required if dependency is direct (seems to be a problem only with reactor projects).
Modified master test in order to manually check file content instead of comparing files (easier to explain and comment, ignore order).


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330040 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 12:18:48 +00:00
Brett Leslie Porter d22a487373 need to use all test classpath artifacts, not just runtime
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330010 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 09:39:39 +00:00
Brett Leslie Porter 40cbcfff05 allow overwriting instead of merging
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330007 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 08:25:17 +00:00
Brett Leslie Porter 98b8ae3f06 PR: MNG-1342
Submitted by: Jerome Lacoste
improve surefire plugin docs


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329998 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 07:12:43 +00:00
John Dennis Casey 06e29ef4d7 PR: MNG-1285
Submitted By: John Tolentino
Reviewed By: John Casey

Applied documentation section of the patch, and renamed the package name for the mojos. Thanks to John T. for the patch!


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329950 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 01:47:19 +00:00
John Dennis Casey 3889f9ac96 PR: MNG-1101
Fixed dependency-exclusion propagation to the release-pom.xml, and changed the pom-file handling for release:perform to allow non-standard POM filenames, and to prompt in the case where the POM being used is the release-pom.xml.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329946 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 01:11:05 +00:00
Vincent Siveton 26a613542c PR: MNG-1382("duplicate files" exception)
Update defaultExcludes depending locales and defaultLocale

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329928 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 23:10:58 +00:00
Fabrizio Giustina 4c52484813 final fix for expected results
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329869 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 17:44:27 +00:00
Fabrizio Giustina 17c9510288 fixing expected results
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329868 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 17:28:56 +00:00
Fabrizio Giustina ac3b55f3de fix wrong test poms
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329865 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 17:24:10 +00:00
Fabrizio Giustina aaf2b81012 don't add dependencies with scope=provided to wtpmodules
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329864 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 17:12:13 +00:00
Fabrizio Giustina ea3a153a95 fix for MNG-1324 "System" dependencies path non correctly added to eclipse buildpath
path is fixed by overwriting artifact file with the path returned by dependency.getSystemPath()

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329851 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 16:37:19 +00:00
Jason van Zyl e775bac14d o fixing broken eclipse build, the model is required to compile
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329842 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 15:59:06 +00:00
Fabrizio Giustina 3662d4abd8 adding scheleton for a real complete testcase.
This test works using a 2-modules project and contains any direct and transitive dependency type.
Mvn is executed using a command line, so the test is actually disabled in pom.xml until a better solution is found (the test works with the latest installed version of the eclipse plugin).
Note that expected files for module-2 are not correct yet (first of all, test #8 need to be fixed)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329838 13f79535-47bb-0310-9956-ffa450edef68
2005-10-31 15:21:32 +00:00
Fabrizio Giustina 331460ad33 testcase for MNG-1324 - "System" dependencies path non correctly added to eclipse buildpath
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329656 13f79535-47bb-0310-9956-ffa450edef68
2005-10-30 21:34:12 +00:00
Fabrizio Giustina 4c89459ed5 adding testcase for MNG-1329 duplicate project references (already working)
renaming project.xml->pom.xml in test projects according to m2 standard

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329655 13f79535-47bb-0310-9956-ffa450edef68
2005-10-30 21:32:13 +00:00
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
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
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
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 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
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 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
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
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 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
Kenney Westerhof 2e68194743 Reverted dependency version back to 2.0 as asked by Brett
since this blocks releases for this plugin until maven 2.0.1 is released.

After purging my local repository the problem went away; this probably
indicates some other problem in maven2.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328628 13f79535-47bb-0310-9956-ffa450edef68
2005-10-26 10:45:49 +00:00
Jason van Zyl 0b6542e3e1 o little cut and paste blurb
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328567 13f79535-47bb-0310-9956-ffa450edef68
2005-10-26 05:27:19 +00:00
Vincent Massol 3e40b441c0 MNG-1319: Allow user to pass the clover flush polivy and flush interval they want (default to threaded with a 5000ms interval).
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328358 13f79535-47bb-0310-9956-ffa450edef68
2005-10-25 13:33:54 +00:00
Jason van Zyl ffdca3a50e [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328217 13f79535-47bb-0310-9956-ffa450edef68
2005-10-25 01:10:34 +00:00
Jason van Zyl da8b8868f4 [maven-release-plugin] prepare release maven-repository-plugin-2.0
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328215 13f79535-47bb-0310-9956-ffa450edef68
2005-10-25 01:09:41 +00:00
Jason van Zyl 580a794ada need a released parent
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328214 13f79535-47bb-0310-9956-ffa450edef68
2005-10-25 01:08:30 +00:00
Jason van Zyl d6984287ef [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328210 13f79535-47bb-0310-9956-ffa450edef68
2005-10-25 00:55:28 +00:00
Jason van Zyl 94cee8432e o needs to be 2.0 as there already exists a 1.0 plugin in m1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328209 13f79535-47bb-0310-9956-ffa450edef68
2005-10-25 00:55:15 +00:00
Jason van Zyl 575c584906 [maven-release-plugin] prepare release maven-resources-plugin-2.1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328207 13f79535-47bb-0310-9956-ffa450edef68
2005-10-25 00:54:30 +00:00
Vincent Siveton bd4386066e Replaced UTF-8 by outputEncoding variable
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328194 13f79535-47bb-0310-9956-ffa450edef68
2005-10-25 00:18:53 +00:00
Kenney Westerhof f8608fce7d Bumped version for reporting-impl since that version correctly excludes
plexus-utils. The group renaming adds both 1.0.2 (old groupId) and 1.0.4
(new groupId) to the compilation classpath, which makes this build fail.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328190 13f79535-47bb-0310-9956-ffa450edef68
2005-10-24 23:31:22 +00:00
Brett Leslie Porter 144bbf5ee2 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328148 13f79535-47bb-0310-9956-ffa450edef68
2005-10-24 19:52:22 +00:00
Brett Leslie Porter 34d3d461b2 [maven-release-plugin] prepare release maven-project-info-reports-plugin-2.0-beta-3
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328146 13f79535-47bb-0310-9956-ffa450edef68
2005-10-24 19:50:37 +00:00
Brett Leslie Porter c1392596cf update instructions for translators
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327971 13f79535-47bb-0310-9956-ffa450edef68
2005-10-24 05:07:21 +00:00
Brett Leslie Porter b0272d2612 PR: MNG-1296
Submitted by: Edwin Punzalan
Reviewed by:  Brett Porter
use scope filter and optional flag instead of hard coding


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327955 13f79535-47bb-0310-9956-ffa450edef68
2005-10-24 04:16:41 +00:00