Commit Graph

9104 Commits

Author SHA1 Message Date
Herve Boutemy fc6aac49ce added default local repository location in description
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1174363 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 20:10:22 +00:00
Olivier Lamy 64d86e9f82 [MNG-5175] replace wagon http lightweight with wagon http 2.0 (SNAPSHOT currently)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1172517 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19 08:37:25 +00:00
Herve Boutemy d935c0ff3f |MNG-5134] moved settings.* to the end of the list since it is not even evaluated during POM interpolation, but only written here for reference
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1172331 13f79535-47bb-0310-9956-ffa450edef68
2011-09-18 19:48:52 +00:00
Herve Boutemy 46f194dc02 |MNG-5134] added maven.home property
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1172328 13f79535-47bb-0310-9956-ffa450edef68
2011-09-18 19:39:21 +00:00
Herve Boutemy fbc7a8b9ed |MNG-5134] moved maven.version and maven.build.version just before Java system properties since they are defined (in MavenCli.java) as system property
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1172327 13f79535-47bb-0310-9956-ffa450edef68
2011-09-18 19:38:45 +00:00
Paul Gier 7f056fa56e [MNG-5134] Improvements to model interpolation docs related to available properties.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1172314 13f79535-47bb-0310-9956-ffa450edef68
2011-09-18 18:20:10 +00:00
Herve Boutemy c7c79e1f1a [MNG-5151] updated constants to match the modification and added a unit-test
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1172229 13f79535-47bb-0310-9956-ffa450edef68
2011-09-18 09:14:58 +00:00
Herve Boutemy a67cc71fbe code formatting
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1172225 13f79535-47bb-0310-9956-ffa450edef68
2011-09-18 08:52:12 +00:00
Herve Boutemy 40cdcb7563 point to Aether and Sisu projects at Eclipse
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1172014 13f79535-47bb-0310-9956-ffa450edef68
2011-09-17 16:46:12 +00:00
Herve Boutemy 01c2784694 refactored code to ease understanding: extracted methods interpolate<type>Field
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1172001 13f79535-47bb-0310-9956-ffa450edef68
2011-09-17 15:04:59 +00:00
Herve Boutemy 1b66b83732 fixed file snippet configuration to support DOXIA-373
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1171261 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 20:35:41 +00:00
Herve Boutemy 4c172dde45 added super-POM reference documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1169965 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12 22:21:37 +00:00
Herve Boutemy 9815001f1f added lifecycles and bindings reference documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1169931 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12 21:19:26 +00:00
Herve Boutemy 6443f93cb0 removed configuration already inherited from parents
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1169515 13f79535-47bb-0310-9956-ffa450edef68
2011-09-11 19:56:47 +00:00
Herve Boutemy 3f03a3097a added comment on default lifecycles
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1169513 13f79535-47bb-0310-9956-ffa450edef68
2011-09-11 19:47:56 +00:00
Herve Boutemy 38dc277f47 code firmatting and simplification
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1169507 13f79535-47bb-0310-9956-ffa450edef68
2011-09-11 19:34:37 +00:00
Herve Boutemy 872db6267c added documentation on model interpolation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1167649 13f79535-47bb-0310-9956-ffa450edef68
2011-09-10 23:37:57 +00:00
Benjamin Bentmann dbf98ae939 o Updated to buildnumber-maven-plugin:1.0
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1166637 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 11:46:46 +00:00
Benjamin Bentmann 7be869cfe0 o Cleaned up POM
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1166129 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 11:39:32 +00:00
Herve Boutemy b3cd20f126 [MNG-3124] test mailing-list inheritance behaviour
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1165008 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 12:44:39 +00:00
Herve Boutemy 25d7478809 improved hard-coded methods with generics
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1165006 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 12:28:02 +00:00
Herve Boutemy cc7bbf29b2 added blank lines for documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1165004 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 12:20:15 +00:00
Benjamin Bentmann b0b09940c1 [MNG-5164] Odd <name> of central in superpom
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164995 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 11:19:31 +00:00
Benjamin Bentmann 8c24208875 [MNG-5163] MavenProject.getPluginRepositories misimplemented
Submitted by: Jesse Glick

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164993 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 11:17:27 +00:00
Herve Boutemy 11249d8649 fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164984 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 09:57:54 +00:00
Herve Boutemy e43c8ebca3 upgraded parent pom
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164982 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 09:53:13 +00:00
Herve Boutemy 6ce900737d improved documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164976 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 08:54:11 +00:00
Herve Boutemy 8395874100 added test-javadoc and test-jxr reports
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164975 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 08:53:44 +00:00
Herve Boutemy 83c92dcc21 marked aggregate reports as non-inherited (even if this is known to non-working: MNG-5155)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164971 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 08:35:22 +00:00
Herve Boutemy 647e2290b8 removed now unused m2e configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164970 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 08:32:11 +00:00
Herve Boutemy 3944b81734 updated title of introduction pages
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164922 13f79535-47bb-0310-9956-ffa450edef68
2011-09-03 20:02:14 +00:00
Herve Boutemy 4abb2ac9ab added an introduction to model building steps
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164921 13f79535-47bb-0310-9956-ffa450edef68
2011-09-03 19:58:05 +00:00
Herve Boutemy fce3462788 fixed errors reported by Checkstyle
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164912 13f79535-47bb-0310-9956-ffa450edef68
2011-09-03 19:13:12 +00:00
Olivier Lamy 7706ee9164 correctly set + for mvnDebug and mvnyjp in ant build
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164104 13f79535-47bb-0310-9956-ffa450edef68
2011-09-01 15:01:43 +00:00
Herve Boutemy a70bfbd89b [MNG-5155] 'inherited' flag of report sets ignored: added unit test
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1163244 13f79535-47bb-0310-9956-ffa450edef68
2011-08-30 14:56:39 +00:00
Herve Boutemy 99994254c7 added Descriptors Reference menu
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1163038 13f79535-47bb-0310-9956-ffa450edef68
2011-08-29 22:08:23 +00:00
Olivier Lamy 87d8d34d4a prevent ConcurrentModificationException
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1162348 13f79535-47bb-0310-9956-ffa450edef68
2011-08-27 13:33:19 +00:00
Herve Boutemy 04f26a7ac8 added plugin configuration inheritance test, particularly combine.children and combine.self attributes
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1161299 13f79535-47bb-0310-9956-ffa450edef68
2011-08-24 21:57:33 +00:00
Herve Boutemy 403d12c51c [MNG-5151] use proper CNAME (continued from r1155270)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1160922 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 23:02:20 +00:00
Herve Boutemy 7da0995250 code formatting
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1160900 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 22:07:44 +00:00
Herve Boutemy ab6e3f0e06 added javadoc
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1160417 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 20:33:06 +00:00
Herve Boutemy 85da703d29 code formatting
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1160072 13f79535-47bb-0310-9956-ffa450edef68
2011-08-21 22:02:29 +00:00
Benjamin Bentmann 6262c73a6b [MNG-5155] 'inherited' flag of report sets ignored
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1159625 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 13:17:41 +00:00
Benjamin Bentmann 51ec875d17 [MNG-5159] Extend validation of settings.xml to check for uniqueness of id elements
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1159534 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 08:10:58 +00:00
Benjamin Bentmann f83b0bf199 [MNG-5158] Make loading of extensions from lib/ext more robust with regard to existence of ext directory
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1159520 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 07:27:11 +00:00
Benjamin Bentmann e49d091bc4 [MNG-5157] NPE stemming from DefaultModelBuilder.containsCoordinates
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1158623 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 11:02:03 +00:00
Benjamin Bentmann decce3a120 [MNG-5153] ModelMerger omits relativ path
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1156671 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11 16:45:55 +00:00
Mark Struberg d5b19f8fd3 [MNG-5152] upgrade maven to use wagon-1.0 now
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1155273 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 09:06:31 +00:00
Mark Struberg b76d7bb39a MNG-5151 use proper CNAME
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1155270 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 09:04:49 +00:00
Benjamin Bentmann 0721322d4e [MNG-5149] DefaultArtifactRepositoryFactory.createArtifactRepository overload w/ layoutId passes wrong (repo) id
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1154138 13f79535-47bb-0310-9956-ffa450edef68
2011-08-05 09:26:18 +00:00