Commit Graph

850 Commits

Author SHA1 Message Date
Brett Leslie Porter 9382b9c8d9 PR: MNG-1060, 1061
corrections to the model used for the release plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293076 13f79535-47bb-0310-9956-ffa450edef68
2005-10-02 06:12:03 +00:00
Brett Leslie Porter cd7ffa96de remove unneeded plexus dep
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293066 13f79535-47bb-0310-9956-ffa450edef68
2005-10-02 03:39:03 +00:00
John Dennis Casey 47d9a60537 Working on: MNG-786
o Changed the profile activation in it0075 to use a system property which is not always present

o Added projecthelp:active-profiles, package, and clean:clean to the goals list, in case it was only happening with the clean plugin

o Fixed the projecthelp mojos to be aggregators where appropriate

o Changed the ordering of modules in the profile injector (used to be that profile modules were prepended; now, they're appended)

NOTE: I still cannot reproduce the described behavior. Dan: Am I missing something WRT the test setup? I changed the activation trigger to be non-inherent, and I'm not using a boolean string to trigger the profile. What am I doing wrong??



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292781 13f79535-47bb-0310-9956-ffa450edef68
2005-09-30 15:45:20 +00:00
Brett Leslie Porter 9ea0f181cc fix ordering of display-name and description in accordance with the xsd
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292709 13f79535-47bb-0310-9956-ffa450edef68
2005-09-30 11:48:46 +00:00
Brett Leslie Porter ca5be32749 assembly is an aggregator
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292594 13f79535-47bb-0310-9956-ffa450edef68
2005-09-30 00:58:19 +00:00
Kenney Westerhof 790c9621e3 Also skip compiling tests when -Dmaven.test.skip=true is provided.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292561 13f79535-47bb-0310-9956-ffa450edef68
2005-09-29 21:58:01 +00:00
Brett Leslie Porter c801d25695 can now include plugin report by default
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292405 13f79535-47bb-0310-9956-ffa450edef68
2005-09-29 09:09:04 +00:00
Brett Leslie Porter 94468725f6 PR: MNG-1043
Submitted by: Ken Weiner
Reviewed by:  Brett Porter
configure the target JDK in PMD report plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292390 13f79535-47bb-0310-9956-ffa450edef68
2005-09-29 05:35:26 +00:00
Brett Leslie Porter 793b8002cd PR: MNG-912
Submitted by: Binyan
Reviewed by:  Brett Porter
avoid "duplicate files" checking during site generation for resources

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292387 13f79535-47bb-0310-9956-ffa450edef68
2005-09-29 04:18:30 +00:00
Brett Leslie Porter d16cd8ba1a include META-INF, just make sure files in resources take precedence
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292374 13f79535-47bb-0310-9956-ffa450edef68
2005-09-29 02:04:34 +00:00
Brett Leslie Porter 232935ba65 rename packages and mojos class names
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292371 13f79535-47bb-0310-9956-ffa450edef68
2005-09-29 01:49:28 +00:00
Brett Leslie Porter 39b9565855 PR: MNG-484
Submitted by: Binyan
Reviewed by:  Brett Porter
add file:// deployment mechanism to site:deploy

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292366 13f79535-47bb-0310-9956-ffa450edef68
2005-09-29 01:18:09 +00:00
Jason van Zyl aa4344bae0 o adding the name to the deploy plugin metadata so that i can pull it down
and display it in an IDE


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292339 13f79535-47bb-0310-9956-ffa450edef68
2005-09-28 22:56:41 +00:00
Brett Leslie Porter 826f3e2a86 PR: MNG-916
ensure RELEASE is not selected as is

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292172 13f79535-47bb-0310-9956-ffa450edef68
2005-09-28 13:07:53 +00:00
Brett Leslie Porter 31a4d8ea41 PR: MNG-951
timestamp the metadata so that it can be merged correctly

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292139 13f79535-47bb-0310-9956-ffa450edef68
2005-09-28 08:08:45 +00:00
Brett Leslie Porter ddfcc65d55 PR: MNG-817
add goal="..." to @execute

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292125 13f79535-47bb-0310-9956-ffa450edef68
2005-09-28 05:09:14 +00:00
Brett Leslie Porter 2bc0f749a1 PR: MNG-1034
use reporting for default output directory

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292104 13f79535-47bb-0310-9956-ffa450edef68
2005-09-28 03:17:58 +00:00
Vincent Siveton a02d425122 Corrected EOL for apt files. Thanks Brett.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291924 13f79535-47bb-0310-9956-ffa450edef68
2005-09-27 12:39:19 +00:00
Vincent Siveton 0df59dd877 Corrected EOL for apt files
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291922 13f79535-47bb-0310-9956-ffa450edef68
2005-09-27 12:32:25 +00:00
Vincent Siveton d0c947d85f PR: MNG-953
Submitted by: Johnny R. Ruiz III
Reviewed by:  Vincent Siveton
Added how to and sample reports for the project info reports plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291920 13f79535-47bb-0310-9956-ffa450edef68
2005-09-27 12:07:10 +00:00
Vincent Siveton 1c5b9d4057 For MNG-706 comments: upgraded org.apache.maven.reporting:maven-reporting-impl to 2.0-beta-3-SNAPSHOT (required for new features in AbstractMavenReportRenderer class, see revision 291668); Updated renderBody() to handle correctly relative path and javadoc plugin as HTML; Added documentation.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291895 13f79535-47bb-0310-9956-ffa450edef68
2005-09-27 10:41:19 +00:00
Brett Leslie Porter e84044cf94 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291852 13f79535-47bb-0310-9956-ffa450edef68
2005-09-27 07:56:07 +00:00
Brett Leslie Porter f82dcafaad [maven-release-plugin] prepare release maven-plugin-plugin-2.0-beta-2
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291850 13f79535-47bb-0310-9956-ffa450edef68
2005-09-27 07:55:52 +00:00
Brett Leslie Porter e71ac2617d [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291849 13f79535-47bb-0310-9956-ffa450edef68
2005-09-27 07:49:49 +00:00
Brett Leslie Porter 531b337520 [maven-release-plugin] prepare release maven-site-plugin-2.0-beta-2
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291847 13f79535-47bb-0310-9956-ffa450edef68
2005-09-27 07:49:28 +00:00
Brett Leslie Porter 78e74cd7fe lining up versions. still use beta-1 where appropriate
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291803 13f79535-47bb-0310-9956-ffa450edef68
2005-09-27 00:56:40 +00:00
John Dennis Casey da33bafe84 Resolving: MNG-885
o Extracting basedir from the project instance when PluginParameterExpressionEvaluator is init'ed if project != null...otherwise, using ${user.dir} from sysprops.

o Extracting values for resolution from POM properties before POM instance during POM interpolation, and adding checks to guard against self-reference of POM elements.

o Added three ITs (one contra) to test these resolutions.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291735 13f79535-47bb-0310-9956-ffa450edef68
2005-09-26 20:29:20 +00:00
Brett Leslie Porter cf93b70140 update for beta-3
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291651 13f79535-47bb-0310-9956-ffa450edef68
2005-09-26 16:08:34 +00:00
Brett Leslie Porter fb2e7159b1 pending fix for circularity - automate plugin report
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291634 13f79535-47bb-0310-9956-ffa450edef68
2005-09-26 14:47:32 +00:00
Brett Leslie Porter 7d1fb02010 goal doesn't require a project
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291560 13f79535-47bb-0310-9956-ffa450edef68
2005-09-26 04:53:10 +00:00
Brett Leslie Porter d56d2c09c2 PR: MNG-855
Submitted by: Johnny R. Ruiz III
Reviewed by:  Brett Porter
documentation for surefire plugin


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291483 13f79535-47bb-0310-9956-ffa450edef68
2005-09-25 22:54:34 +00:00
Brett Leslie Porter 5cec6658fb PR: MNG-953
Submitted by: Johnny R. Ruiz III
Reviewed by:  Brett Porter
javadoc for project info reports configuration


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291482 13f79535-47bb-0310-9956-ffa450edef68
2005-09-25 22:52:26 +00:00
Brett Leslie Porter c864bf664c PR: MNG-952
Submitted by: Allan Ramirez
Reviewed by:  Brett Porter
documentation for the checkstyle plugin


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291481 13f79535-47bb-0310-9956-ffa450edef68
2005-09-25 22:47:08 +00:00
John Dennis Casey 410d22e73c Rolling back the release plugin's dependencies to -beta-1 of maven, and making resolvePluginVersion(..) with the flag for processAsReport public again with deprecation, so the release plugin continues to function into the next release.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291420 13f79535-47bb-0310-9956-ffa450edef68
2005-09-25 14:49:27 +00:00
Stephane Nicoll 73473d0fbf rar source file compliant with src/main structure.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291395 13f79535-47bb-0310-9956-ffa450edef68
2005-09-25 08:49:09 +00:00
Stephane Nicoll 698d6a9567 * Moved maven-rar-plugin from the sandbox to maven-plugins
* MNG-854: Added javadoc and web site doco


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291392 13f79535-47bb-0310-9956-ffa450edef68
2005-09-25 08:32:41 +00:00
Stephane Nicoll 80da978c79 info log now specifies that maven will generate a MANIFEST if the custom manifest is not found.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291389 13f79535-47bb-0310-9956-ffa450edef68
2005-09-25 08:13:35 +00:00
Stephane Nicoll ffd07ac6ad copy/pasting is evil!
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291388 13f79535-47bb-0310-9956-ffa450edef68
2005-09-25 08:05:41 +00:00
Stephane Nicoll 355bb91a99 MNG-852: Added web site doco for EJB plugin.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291386 13f79535-47bb-0310-9956-ffa450edef68
2005-09-25 07:48:20 +00:00
Brett Leslie Porter 9b52245750 PR: MNG-779
fix defaults

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291371 13f79535-47bb-0310-9956-ffa450edef68
2005-09-25 03:09:06 +00:00
Brett Leslie Porter 1c576b6c09 put classpath in an external file
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291370 13f79535-47bb-0310-9956-ffa450edef68
2005-09-25 02:51:44 +00:00
Stephane Nicoll 0c2913667d updated reporting-impl dependencies to beta-2-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291315 13f79535-47bb-0310-9956-ffa450edef68
2005-09-24 15:32:57 +00:00
Stephane Nicoll b3d8dcb9a7 MNG-706: Implemented plugin:xdoc as a report
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291309 13f79535-47bb-0310-9956-ffa450edef68
2005-09-24 15:22:36 +00:00
Vincent Siveton 752450ca54 For MNG-706, the generatedSiteDirectory should be processed at the end; Updated documentation.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291304 13f79535-47bb-0310-9956-ffa450edef68
2005-09-24 14:28:38 +00:00
Jason van Zyl 3fefe6528c o adding @description so it will show up in the generated doco
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291303 13f79535-47bb-0310-9956-ffa450edef68
2005-09-24 13:33:38 +00:00
Stephane Nicoll 5fd7ca1f44 missing : in id.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291288 13f79535-47bb-0310-9956-ffa450edef68
2005-09-24 12:25:32 +00:00
Stephane Nicoll 00ae895859 changing email address.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291287 13f79535-47bb-0310-9956-ffa450edef68
2005-09-24 12:23:26 +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