Commit Graph

785 Commits

Author SHA1 Message Date
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 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 156a22fefa more cleanup of site plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290603 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 02:46:44 +00:00
Brett Leslie Porter 4f021380b7 set properties
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290574 13f79535-47bb-0310-9956-ffa450edef68
2005-09-20 21:58:56 +00:00
John Dennis Casey 554dd0b525 Resolving: MNG-842
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290572 13f79535-47bb-0310-9956-ffa450edef68
2005-09-20 21:47:10 +00:00
Brett Leslie Porter abdfbe1c74 o store temp file in temp directory, not target which may not exist
o error out if site doesn't exist to copy.
o clean up

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290565 13f79535-47bb-0310-9956-ffa450edef68
2005-09-20 21:05:00 +00:00
John Dennis Casey 1b96369116 Resolving: MNG-927
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290554 13f79535-47bb-0310-9956-ffa450edef68
2005-09-20 20:11:42 +00:00
Stephane Nicoll a6a01793d8 PR: MNG-858
Submitted by: Allan Ramirez
Reviewed by: Stephane Nicoll
Documentation of Jar plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290534 13f79535-47bb-0310-9956-ffa450edef68
2005-09-20 19:22:03 +00:00
Brett Leslie Porter 1ce4585526 clean up site plugin, optimize descriptor creation
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290404 13f79535-47bb-0310-9956-ffa450edef68
2005-09-20 09:28:25 +00:00
Brett Leslie Porter 385fef3bda don't include lifecycle introduced plugins (also resolves issue with release plugin snapshot)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290352 13f79535-47bb-0310-9956-ffa450edef68
2005-09-20 04:35:46 +00:00
Brett Leslie Porter 26fcb2bae8 revert version to snapshot
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290349 13f79535-47bb-0310-9956-ffa450edef68
2005-09-20 04:10:50 +00:00
John Dennis Casey 4ae0c23626 Avoid setting finalName when it conforms to artifactId-version.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290339 13f79535-47bb-0310-9956-ffa450edef68
2005-09-20 03:11:59 +00:00
John Dennis Casey ec8d262f16 Resolving: MNG-878, MNG-921
o Verified that plugins are added to the list in the model when invoked from the command line (878)
o Reformatted ModelUtils after the profiles-cloning addition
o Added cache-flush for the plugin map in MavenProject
o Moved dependencies for subproject/subproject2 into the parent-project POM, inside a profile
o Added activation property for this new profile into the test.sh script
o Added explicit activation inside of release:perform's m2 invocation for all profile-ids active in the release-plugin's execution.
o Added code to remove the dynamic parts of the POM from the release-pom.xml...it's not meant to be a dynamic version of a POM.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290336 13f79535-47bb-0310-9956-ffa450edef68
2005-09-20 02:59:44 +00:00
John Dennis Casey 74de0709de Resolving: MNG-920, and setting the version of maven-release-plugin to a rev of -beta-1 instead of -SNAPSHOT, to allow locally installed versions to work without tweaking the version locally.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290276 13f79535-47bb-0310-9956-ffa450edef68
2005-09-19 21:24:40 +00:00
John Dennis Casey a97c683c81 Oops. Didn't mean to check that in.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290242 13f79535-47bb-0310-9956-ffa450edef68
2005-09-19 19:11:42 +00:00
John Dennis Casey 23af50ef4a Resolving: MNG-878, MNG-880 (again)
o Added full resolution of plugins listed in the project hierarchy
o Added better resolution of snapshots within the reactor, and resolution of ${finalName}
o Added usage of fully inherited model for release-pom.xml, to enable convergence of all POM inheritance to a single POM with no parent.
o Improved handling of SCM info in a reactored situation.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290221 13f79535-47bb-0310-9956-ffa450edef68
2005-09-19 17:58:46 +00:00
Brett Leslie Porter c193b36a3e PR: MNG-911
Submitted by: Daniel Schömer
Reviewed by:  Brett Porter
don't scan hidden files/directories
applied with modifications: also added .arch-ids to the default excludes

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290058 13f79535-47bb-0310-9956-ffa450edef68
2005-09-19 03:57:02 +00:00
Brett Leslie Porter 96b7fe6353 PR: MNG-577, MNG-901
Submitted by: Johnny R. Ruiz III
Reviewed by:  Brett Porter
add XML reporter to the surefire plugin, and improve documentation.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290042 13f79535-47bb-0310-9956-ffa450edef68
2005-09-19 01:48:39 +00:00
John Dennis Casey 66dddfc944 Resolving: MNG-881. This had to do with resource-list merging when the performRelease profile was activated. See MNG-895 for full resolution (this is a stop-gap solution for now).
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289599 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 16:27:33 +00:00
Brett Leslie Porter d922db3226 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289586 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 15:29:31 +00:00
Brett Leslie Porter 08b53ea93a [maven-release-plugin] prepare release maven-release-plugin-2.0-beta-1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289584 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 15:29:17 +00:00
Brett Leslie Porter bdb58bf003 use releases
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289583 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 15:28:58 +00:00
Brett Leslie Porter 056d00e36e [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289580 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 15:22:17 +00:00
Brett Leslie Porter 1ba3977eaa [maven-release-plugin] prepare release maven-project-info-reports-plugin-2.0-beta-1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289578 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 15:22:00 +00:00
Brett Leslie Porter 71ca9a991a use releases
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289577 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 15:21:28 +00:00
Brett Leslie Porter e8128c609f [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289560 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 14:23:29 +00:00
Brett Leslie Porter bf7e628f2d [maven-release-plugin] prepare release maven-compiler-plugin-2.0-beta-1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289558 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 14:23:13 +00:00
Brett Leslie Porter 7303450fc4 use released version
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289555 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 14:17:00 +00:00
Brett Leslie Porter 0da69b2429 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289554 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 14:08:31 +00:00
Brett Leslie Porter 383a49cf79 [maven-release-plugin] prepare release maven-pmd-2.0-alpha-2
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289552 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 14:08:15 +00:00
Brett Leslie Porter 6e0ced8d97 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289550 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 14:02:34 +00:00
Brett Leslie Porter 937080d0bc [maven-release-plugin] prepare release maven-clover-2.0-alpha-1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289548 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 14:02:19 +00:00
Brett Leslie Porter 6eb23f05a4 fix major version
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289547 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 14:01:46 +00:00
Brett Leslie Porter 374f07bcf0 set upcoming version
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289546 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 14:01:20 +00:00
Brett Leslie Porter 324009536a [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289545 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 13:57:14 +00:00
Brett Leslie Porter 0121f74b6e [maven-release-plugin] prepare release maven-checkstyle-2.0-alpha-2
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289543 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 13:56:58 +00:00
Brett Leslie Porter 23f4482e4d [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289542 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 13:53:07 +00:00
Brett Leslie Porter 29678422f6 [maven-release-plugin] prepare release maven-javadoc-2.0-beta-1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289540 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 13:52:51 +00:00
Brett Leslie Porter 865e099122 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289534 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 13:34:17 +00:00
Brett Leslie Porter 40e6b9cef3 [maven-release-plugin] prepare release maven-site-2.0-beta-1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289532 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 13:33:43 +00:00
Brett Leslie Porter 4862289465 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289529 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 13:23:03 +00:00
Brett Leslie Porter 260b310daf [maven-release-plugin] prepare release maven-ant-2.0-beta-1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289527 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 13:22:47 +00:00
Brett Leslie Porter 5c04075e16 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289526 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 13:19:57 +00:00
Brett Leslie Porter 03c0dc0ac0 [maven-release-plugin] prepare release maven-verifier-1.0-beta-1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289524 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 13:19:38 +00:00
Brett Leslie Porter b3e1971a64 is a snapshot
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289523 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 13:19:08 +00:00
Brett Leslie Porter b1e0bca9b4 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289522 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 12:38:56 +00:00
Brett Leslie Porter 9655db1186 [maven-release-plugin] prepare release maven-surefire-plugin-2.0-beta-1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289520 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 12:38:41 +00:00
Brett Leslie Porter 08ef6ef378 use release
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289519 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 12:38:24 +00:00
Brett Leslie Porter 8734fda85f [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289517 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 12:34:25 +00:00
Brett Leslie Porter 4eb172a7a8 [maven-release-plugin] prepare release maven-war-plugin-2.0-beta-1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289515 13f79535-47bb-0310-9956-ffa450edef68
2005-09-16 12:34:10 +00:00