Commit Graph

3157 Commits

Author SHA1 Message Date
Brett Leslie Porter 661051200d no root project in reactor
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291251 13f79535-47bb-0310-9956-ffa450edef68
2005-09-24 05:24:15 +00:00
Brett Leslie Porter 0fbd59f4f8 split command to narrow down NPE in integration environment
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291250 13f79535-47bb-0310-9956-ffa450edef68
2005-09-24 04:56:39 +00:00
Jason van Zyl 15913ddde0 o adding a couple notes from the mailing lists
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291249 13f79535-47bb-0310-9956-ffa450edef68
2005-09-24 04:42:04 +00:00
Brett Leslie Porter c24680e912 split command to narrow down NPE in integration environment
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291246 13f79535-47bb-0310-9956-ffa450edef68
2005-09-24 04:16:12 +00:00
Brett Leslie Porter 3e264f80ba PR: MNG-208
flag project that was the root of execution

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291236 13f79535-47bb-0310-9956-ffa450edef68
2005-09-24 02:18:54 +00:00
Jason van Zyl bb95d2c1cc o removing marmalade references
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291208 13f79535-47bb-0310-9956-ffa450edef68
2005-09-23 21:48:11 +00:00
Jason van Zyl 00f18c515d o pushing in the start of the GSG
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291207 13f79535-47bb-0310-9956-ffa450edef68
2005-09-23 21:47:29 +00:00
Stephane Nicoll 47426c6648 MNG-853: added howto and web site doco for war plugin.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291188 13f79535-47bb-0310-9956-ffa450edef68
2005-09-23 18:43:46 +00:00
Stephane Nicoll 3dbec22bcd Updated web site documentation according to Johnny R. Ruiz III's work.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291184 13f79535-47bb-0310-9956-ffa450edef68
2005-09-23 18:23:33 +00:00
John Dennis Casey 1d0b8995f6 Fixing versions of maven deps...needs new version of PluginVersionManager.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291134 13f79535-47bb-0310-9956-ffa450edef68
2005-09-23 14:54:33 +00:00
John Dennis Casey 24a108a674 Resolving: MNG-767, MNG-768
o We should have a viable offline mode now. Plugin sensitivity updates to follow.

o See it0069 and it1014 for offline mode tests.

o Brett, building maven-plugins in offline mode with org/apache/maven/plugin/* removed will now give a nice error message. :)



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291124 13f79535-47bb-0310-9956-ffa450edef68
2005-09-23 14:23:08 +00:00
Vincent Massol db6b1a8172 Added again <defaultExcludes>. Apparently is was a problem with my version of m2. Sorry for the noise.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291106 13f79535-47bb-0310-9956-ffa450edef68
2005-09-23 12:14:09 +00:00
Vincent Massol deaebc1c10 Removing the <excludeDefault> element for now as it's causing the build to fail with:
[INFO] Reason: Failed to parse model from file 'C:\dev\maven\components\trunk\examples\maven-clover-plugin-samples\maven-clover-plugin-sample-simple\pom.xml'.
Error: 'Unrecognised tag: 'excludeDefaults' (position: START_TAG seen ...<reporting>\r\n    <excludeDefaults>... @22:22) '


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291102 13f79535-47bb-0310-9956-ffa450edef68
2005-09-23 11:26:37 +00:00
Brett Leslie Porter 8007fcccfa goal naming consistency
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291085 13f79535-47bb-0310-9956-ffa450edef68
2005-09-23 07:03:56 +00:00
Brett Leslie Porter 49f1ff2c2f take out ASF as a default, we can't copyright content
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291074 13f79535-47bb-0310-9956-ffa450edef68
2005-09-23 04:53:43 +00:00
Brett Leslie Porter ab0e585fdb add path references:
- maven.dependency.classpath (compile)
- maven.compile.classpath (compile)
- maven.runtime.classpath (runtime)
- maven.test.classpath (test)

resolve dependencies in ant run mojo to ensure these are available


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291066 13f79535-47bb-0310-9956-ffa450edef68
2005-09-23 03:24:18 +00:00
Emmanuel Venisse 74903851c4 Fix junit version
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290988 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 17:16:05 +00:00
Emmanuel Venisse b3bf5a5e42 Fix junit version
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290977 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 16:41:46 +00:00
Emmanuel Venisse f86c48140b oops, sorry.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290974 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 16:23:13 +00:00
Emmanuel Venisse 23611891ee Add the correct junit version (surefire need junit version >=3.8)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290973 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 16:04:49 +00:00
Emmanuel Venisse ebc406ab8e Add debug messages
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290972 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 16:04:16 +00:00
Emmanuel Venisse 5ec721cb29 Fix surefire classpath creation. plugin artifacts must be in classpath after project artifact.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290957 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 14:59:00 +00:00
Brett Leslie Porter 40dffa09db other directories may not be under target
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290923 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 09:49:18 +00:00
Brett Leslie Porter 035c54d863 PR: MNG-869
Submitted by: Johnny R. Ruiz III
Reviewed by:  Brett Porter
compiler documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290902 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 07:16:50 +00:00
Brett Leslie Porter 54618af78b ignore target
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290900 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 07:11:11 +00:00
Brett Leslie Porter 12a5cf7169 PR: MNG-517
improve error reporting on invalid lifecycle goals

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290899 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 06:58:15 +00:00
Brett Leslie Porter a2c8a904cc PR: MNG-938
Submitted by: Johnny R. Ruiz III
documentation for IDEA plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290892 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 05:12:16 +00:00
Brett Leslie Porter d32678b6ee PR: MNG-870
correct method name

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290891 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 04:50:08 +00:00
Brett Leslie Porter 3d9c4031ab PR: MNG-870
add missing delegator

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290890 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 04:46:49 +00:00
Brett Leslie Porter cebbdaf1ce PR: MNG-870
MAke plugin discovery reactor aware



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290887 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 04:34:41 +00:00
Brett Leslie Porter cbcf2d48e1 PR: MNG-788
add filtering to the build element


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290877 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 02:52:39 +00:00
Brett Leslie Porter e4248472d6 clean up rar plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290872 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 01:07:26 +00:00
Brett Leslie Porter 6787ac0f16 remove release plugin leftover
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290871 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 01:07:12 +00:00
Brett Leslie Porter 45274f094d don't use these java reports as defaults just yet
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290869 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 01:01:53 +00:00
Brett Leslie Porter 5ce9186b5c fix up the sample
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290867 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 00:33:45 +00:00
Jason van Zyl 4aaabdbece o adding Test*.java to the default regexes for inclusion.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290866 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 00:28:18 +00:00
Brett Leslie Porter ef26e75576 PR: MNG-926
Submitted by: Johnny R. Ruiz III
Reviewed by:  Brett Porter
assembly plugin documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290859 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 23:28:09 +00:00
John Dennis Casey 2ebee0b9c8 Resolving: MNG-900
Applied Hiram's patch, with small formatting changes, and a relocation of the logic setting the artifact repository to null (it was being done on the condition that getLogger().isDebugEnabled() == true, just a minor oversight).

There may be a deeper issue here with missing metadata on all repositories...I've annotated what I believe is the root causebut I'm not sure how to fix it, or that it should be fixed.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290815 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 20:01:41 +00:00
John Dennis Casey 190b1f077c Resolving: MNG-907.
Patch applied, thanks Hiram!



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290778 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 18:36:16 +00:00
John Dennis Casey 1cb0b566b9 Fixing this integration test by only introducing the system-scoped dependency on Sun JDKs using java.vendor as the distinguishing point, in order to exclude OS X.
Working toward: MNG-869



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290746 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 17:14:30 +00:00
Brett Leslie Porter 0f021ff7eb PR: MNG-856
Submitted by: Allan Ramirez
Reviewed by:  Brett Porter
site plugin documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290674 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 10:20:21 +00:00
Brett Leslie Porter 3af4a18f48 PR: MNG-575
Submitted by: Jesse McConnell
Reviewed by:  Brett Porter
Add a way to configure permissions on deployed files

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290660 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 08:53:46 +00:00
Brett Leslie Porter d807f16cdb PR: MNG-918
Submitted by: Chad Berghorst
Documentation correction


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290655 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 08:43:57 +00:00
Brett Leslie Porter ec2ece5a3b PR: MNG-902
add default reports

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290654 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 08:40:42 +00:00
Brett Leslie Porter 1fcc547ee6 exclude default reports in the main site (no javadoc to be had!)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290653 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 08:39:52 +00:00
Brett Leslie Porter fe10f2940c PR: MNG-902
Submitted by: Allan Ramirez
Reviewed by:  Brett Porter
documentation for the site plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290648 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 08:04:53 +00:00
Brett Leslie Porter 965dda3fbf PR: MNG-917
don't overwrite dependency artifacts if they were already created

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290646 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 07:36:39 +00:00
Brett Leslie Porter e88e09c282 PR: MNG-629
fork lifecycle for reports

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290637 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 07:03:22 +00:00
Brett Leslie Porter 8858d8f85c PR: MNG-629
preparing for executing the lifecycle by passing reports into the site plugin, rather than extracting them from the plugin manager

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290634 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 06:45:50 +00:00
Brett Leslie Porter 881aa8b860 ignore release.properties and more
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290607 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 03:29:45 +00:00