Commit Graph

345 Commits

Author SHA1 Message Date
John Dennis Casey 6fb187fa98 [MNG-2006] Fixing url rewriting for child POMs in sibling directories of parent POM (or anything other than subdir). First guess is based on parent POM file, but if parent POM is built from repository, will use the module artifactId as a basis instead.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379572 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 20:10:52 +00:00
Brett Leslie Porter 25762021e7 [MNG-1898] fix line
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379428 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 11:33:22 +00:00
Brett Leslie Porter 89e6008e13 [MNG-1898] improve the diagnostics and switch on it0094
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379426 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 11:25:51 +00:00
Brett Leslie Porter 8d2478dff6 undo previous change to test. It seems this was working on 2 other windows boxes, so I must have something funky.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379412 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 10:27:29 +00:00
Brett Leslie Porter bf4764c73a [MNG-1898] minor clean up on it0094
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379363 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 06:10:06 +00:00
Brett Leslie Porter 00cc963ef2 ignores
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379359 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 05:57:36 +00:00
Brett Leslie Porter b39b0a2cce update list
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379357 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 05:54:17 +00:00
Brett Leslie Porter fe7fe5edf3 make the test fail as expected
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379356 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 05:52:09 +00:00
Brett Leslie Porter 63bd51b39c rename itest - it is meant to fail and these are in the 1xxx series
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379354 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 05:48:51 +00:00
Brett Leslie Porter cbee67b7b1 fix parent
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379353 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 05:45:13 +00:00
Brett Leslie Porter 9a288c1110 merge rev 379344 from branch maven-2.0.x
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379347 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 05:11:08 +00:00
Carlos Sanchez Gonzalez 36093a18b0 Added test case it0094 for classloading issues in plugins
PR: MNG-1898

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379268 13f79535-47bb-0310-9956-ffa450edef68
2006-02-20 22:51:50 +00:00
Jason van Zyl ac4a6e321f o updating README.txt and adding another IT for the duplicate IDs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375456 13f79535-47bb-0310-9956-ffa450edef68
2006-02-07 03:36:52 +00:00
Brett Leslie Porter d00407471a [MNG-1908] verify that snapshots can be downloaded even without metadata or timestamping
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375454 13f79535-47bb-0310-9956-ffa450edef68
2006-02-07 03:16:14 +00:00
Jason van Zyl 95189e189e [MNG-1980] Removing the duplicate ID, the reactor will catch duplicate IDs in a single build so it doesn't not need
to be checked for in the project builder. I have removed the model caching for now while I'm refactoring
           the project builder. The plan is to break the 1000+ lines down into its constituent components and use
           a pipeline to build up the project.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@371079 13f79535-47bb-0310-9956-ffa450edef68
2006-01-21 16:36:06 +00:00
Jason van Zyl ed5359a014 o demonstration that boolean properties don't appear to be passed through correctly.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368828 13f79535-47bb-0310-9956-ffa450edef68
2006-01-13 19:23:41 +00:00
Jason van Zyl 3205e2f174 fix export of test envar
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368118 13f79535-47bb-0310-9956-ffa450edef68
2006-01-11 20:17:10 +00:00
Jason van Zyl 425a841a8b [MNG-1927] This adds the test mojos required to fix ${pom.build.*} expansion to full paths, the problem was the
new interpolator so the one from 2.0 was used and some envar handling was back ported. Unit tests
           have been added for envar handling as well as an IT. The maven-core-it script will now set
           an envar which is used in it0090.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368108 13f79535-47bb-0310-9956-ffa450edef68
2006-01-11 19:36:37 +00:00
Brett Leslie Porter fd9bc767a9 putting back projecthelp on trunk only as help is not released and trunk does not build plugins in bootstrap
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367930 13f79535-47bb-0310-9956-ffa450edef68
2006-01-11 05:13:49 +00:00
Brett Leslie Porter cc20bf6402 merge from branch maven-2.0.x @ rev 367900
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367902 13f79535-47bb-0310-9956-ffa450edef68
2006-01-11 03:45:10 +00:00
John Dennis Casey 636d54c0a8 Adding new IT to try to test MCHECKSTYLE-10.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367788 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 20:42:42 +00:00
John Dennis Casey 0bb2300dde Adding pluginRepository defs for core-it plugin to be found.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367687 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 16:51:39 +00:00
Jason van Zyl ee0699596f adding plugin repos
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367672 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 16:21:15 +00:00
Jason van Zyl 8f7cee21c9 o specify the snapshot version as there is no release
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367665 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 16:04:28 +00:00
Jason van Zyl 3304e09389 reactivating it0040
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367635 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 15:14:56 +00:00
Jason van Zyl 5c17310148 turn off it0040 until john and i figure out what is wrong with it
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367603 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 13:47:47 +00:00
Jason van Zyl ac8b8442b6 just take out the tests john is working on
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367491 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 05:28:04 +00:00
Jason van Zyl c3c8fdb17a o [MNG-1927] Correcting an error I made with POMs not in the current working tree
o turn on it0088
o turn off it0086, and it0087 for now



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367487 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 05:16:31 +00:00
Jason van Zyl f52a730b74 [MNG-1927] Fixing the ${pom.build.directory} path translation and interpolation so that an absolute path
is rendered.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367457 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 01:45:00 +00:00
John Dennis Casey 0a8d6787a9 wiring it0086 and it0087 in as integration tests.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367451 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 01:17:43 +00:00
John Dennis Casey 38903be78d Adding integration tests for plugin classloading.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367450 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 01:14:38 +00:00
Jason van Zyl 1636a473d5 o adding IT for mng-1927
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367389 13f79535-47bb-0310-9956-ffa450edef68
2006-01-09 20:41:34 +00:00
Brett Leslie Porter 4b9fe25294 need snapshots
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@355697 13f79535-47bb-0310-9956-ffa450edef68
2005-12-10 02:35:18 +00:00
Brett Leslie Porter 98141f24ff updated path
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@355407 13f79535-47bb-0310-9956-ffa450edef68
2005-12-09 08:01:26 +00:00
John Dennis Casey 8737086036 Adding install step.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@354505 13f79535-47bb-0310-9956-ffa450edef68
2005-12-06 19:19:35 +00:00
Carlos Sanchez Gonzalez d5f6646670 Use com.sun for jdk tools groupId
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@350040 13f79535-47bb-0310-9956-ffa450edef68
2005-11-30 20:34:10 +00:00
John Dennis Casey 5d95af5f30 Using parent pom with packaging == pom.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@345311 13f79535-47bb-0310-9956-ffa450edef68
2005-11-17 19:28:49 +00:00
Brett Leslie Porter e30e6ca949 fix bootstrap on Windows
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@345178 13f79535-47bb-0310-9956-ffa450edef68
2005-11-17 03:39:28 +00:00
Brett Leslie Porter ade5ee1d50 match up bootstrap artifact
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@345001 13f79535-47bb-0310-9956-ffa450edef68
2005-11-16 13:17:50 +00:00
John Dennis Casey 5f190db3d6 Adding test case for MNG-1424.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@344260 13f79535-47bb-0310-9956-ffa450edef68
2005-11-14 23:04:56 +00:00
John Dennis Casey 223b12ba90 Adding test case for preserving system scope on transitively resolved deps.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330681 13f79535-47bb-0310-9956-ffa450edef68
2005-11-04 01:39:23 +00:00
Brett Leslie Porter 12646a1c4e correct packaging
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330025 13f79535-47bb-0310-9956-ffa450edef68
2005-11-01 11:10:26 +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
Jason van Zyl d33fea54f0 o using javax.servlet
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329344 13f79535-47bb-0310-9956-ffa450edef68
2005-10-29 01:22:08 +00:00
John Dennis Casey f8bfe26de7 Changed to reference servletapi artifacts that are in the repository (2.3), or exclude servlet-api-2.4.*
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329282 13f79535-47bb-0310-9956-ffa450edef68
2005-10-28 20:18:46 +00:00
Brett Leslie Porter 98b21e8b97 fix incorrect test: deps at same level are indeterminate. Put desired version at top level.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327765 13f79535-47bb-0310-9956-ffa450edef68
2005-10-23 08:33:52 +00:00
Brett Leslie Porter a07d3b08f0 add dep on plugins until backwards compatibility is restored
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326400 13f79535-47bb-0310-9956-ffa450edef68
2005-10-19 05:36:07 +00:00
Brett Leslie Porter 3ea056c928 PR: MNG-1233
integration test for scope handling


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326365 13f79535-47bb-0310-9956-ffa450edef68
2005-10-19 03:55:43 +00:00
Brett Leslie Porter afdc3bd4af add integration test for MNG-820
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326271 13f79535-47bb-0310-9956-ffa450edef68
2005-10-18 22:09:33 +00:00
John Dennis Casey f685d8605d Resolving: MNG-449, MNG-152, MNG-1090, MNG-1089, MNG-1122
o Removed -cpl and related command line switches for controlling use of LATEST metadata for resolving plugin versions
o Made LATEST the only metadata used to resolve plugin versions, since this is also available when releases are performed
o Added various error diagnostics for project build exceptions
o Enhanced artifact not found error diagnostics
o Removed maven-project and added maven-artifact to maven-surefire-plugin's pom
o Removed the stanza that added pluginArtifacts to the test-booter's classpath...they are already covered by the classpathElements
o Fixed ITs in connection to the removal of -cpl
o Changed the plugin manager to detect whether a plugin's artifact file has changed since the plugin container was created...if so, reload it.
o Took the projecthelp plugin out of the build until I can diagnose the problems with its build (probably tomorrow).



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312827 13f79535-47bb-0310-9956-ffa450edef68
2005-10-11 07:35:33 +00:00