Commit Graph

4484 Commits

Author SHA1 Message Date
Brett Leslie Porter 73ba7305ce [MNG-1898] get rid of RealmDelegatingClassLoader, use the RealmClassLoader. Works with test case on MNG-1898 and MNG-1804.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379425 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 11:22:49 +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
Emmanuel Venisse 353f7aedfc merge from rev.379395
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379411 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 10:17:56 +00:00
John Dennis Casey 1710fdcfa3 [MNG-2083] Added new exception, MultipleArtifactsNotFoundException, to account for cases where multiple artifacts are missing during transitive resolution. This will handle formatting, including downloadUrl and install instructions, for each missing artifact.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379369 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 06:23:57 +00:00
Brett Leslie Porter b68c84b86d [MNG-1703] <pluginManagement><dependencies> is not propagated to child POMs
Submitted by: Edwin Punzalan


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379365 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 06:15:33 +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
Brett Leslie Porter 108ba22134 [MPIR-21] upgrade commons-validator (should consider moving this out of the reporting implementation in 2.1)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379338 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 04:49:32 +00:00
Brett Leslie Porter faa5cf27cb [MNG-1856] fix inheritance of the distribution management section and add tests
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379324 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 03:57:23 +00:00
Brett Leslie Porter fa34c36025 [MNG-1509] fix profile activation from settings.xml
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379314 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 02:55:23 +00:00
Brett Leslie Porter ad38e46b4b [MNG-1999] fix reporting > excludeDefaults inheritance
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379311 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 02:30:32 +00:00
Brett Leslie Porter 33e508a29d [MNG-2087] NPE in PluginXdocGenerator
Submitted by: Vincent Siveton


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379310 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 02:11:43 +00:00
John Dennis Casey 908d6624d4 [MNG-2078] Added <value>true</value> to profile activation for -DperformRelease system property in super-POM.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379288 13f79535-47bb-0310-9956-ffa450edef68
2006-02-20 23:44:08 +00:00
John Dennis Casey c458848733 [MNG-2030] Adding version output to the debugging log-level.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379285 13f79535-47bb-0310-9956-ffa450edef68
2006-02-20 23:42:23 +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
John Dennis Casey 602899a9f4 [MNG-2006] Changed the model inheritance assembler to allow the project builder to pass in a child path adjustment String, which is the module path of the child in the parent POM. This can be used to realign the URLs of the child POM in addition to simply appending the child path to the parent.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379247 13f79535-47bb-0310-9956-ffa450edef68
2006-02-20 21:52:03 +00:00
John Dennis Casey 1724b0e94d Merging in integration test for Ant mojos.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379182 13f79535-47bb-0310-9956-ffa450edef68
2006-02-20 17:45:40 +00:00
John Dennis Casey 5395710ce0 Merging in fix for MNG-2037.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379181 13f79535-47bb-0310-9956-ffa450edef68
2006-02-20 17:44:23 +00:00
Carlos Sanchez Gonzalez 836b844fde Add support for javadocs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@378358 13f79535-47bb-0310-9956-ffa450edef68
2006-02-16 20:29:55 +00:00
Brett Leslie Porter abf2eda5d4 put back .htaccess exclusion
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@378125 13f79535-47bb-0310-9956-ffa450edef68
2006-02-15 23:52:01 +00:00
Carlos Sanchez Gonzalez abd3582a7f Don't overwrite old files
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@378083 13f79535-47bb-0310-9956-ffa450edef68
2006-02-15 20:24:10 +00:00
Brett Leslie Porter 51b55e42ff merge r377583 from branch 2.0.x
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@377591 13f79535-47bb-0310-9956-ffa450edef68
2006-02-14 02:55:13 +00:00
Carlos Sanchez Gonzalez e84c6e0e86 Exclude all .* files
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@377462 13f79535-47bb-0310-9956-ffa450edef68
2006-02-13 19:03:23 +00:00
Carlos Sanchez Gonzalez 1e6b11de15 Use same exclusions filter for m2sync and syncopate
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@377459 13f79535-47bb-0310-9956-ffa450edef68
2006-02-13 19:01:37 +00:00
Carlos Sanchez Gonzalez f50c5fd90e Set svn properties
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@377458 13f79535-47bb-0310-9956-ffa450edef68
2006-02-13 18:59:50 +00:00
Carlos Sanchez Gonzalez 59d0bd118c Added displaytag sync
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@377456 13f79535-47bb-0310-9956-ffa450edef68
2006-02-13 18:55:50 +00:00
Carlos Sanchez Gonzalez f60b2a7abf Fix problem where settings.xml doesn't contain localRepo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@376919 13f79535-47bb-0310-9956-ffa450edef68
2006-02-11 03:28:20 +00:00
Carlos Sanchez Gonzalez d7098e06ff Remove use of source
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@376914 13f79535-47bb-0310-9956-ffa450edef68
2006-02-11 02:42:39 +00:00
Carlos Sanchez Gonzalez 204e9234ec Fix environment
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@376901 13f79535-47bb-0310-9956-ffa450edef68
2006-02-11 00:38:06 +00:00
Carlos Sanchez Gonzalez ab127a4a05 Fix the environment and quotes
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@376900 13f79535-47bb-0310-9956-ffa450edef68
2006-02-11 00:36:12 +00:00
Carlos Sanchez Gonzalez 5480ea3ed2 Renamed for better autocompletion
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@376895 13f79535-47bb-0310-9956-ffa450edef68
2006-02-11 00:29:09 +00:00
Carlos Sanchez Gonzalez cb8caeb02f Moved m2 sync scripts to its own folder
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@376894 13f79535-47bb-0310-9956-ffa450edef68
2006-02-11 00:24:19 +00:00
Carlos Sanchez Gonzalez a7fe486fe8 Avoid duplication in scripts
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@376891 13f79535-47bb-0310-9956-ffa450edef68
2006-02-10 23:55:08 +00:00
Brett Leslie Porter 2aa65d1490 xpp3 anomalies
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@376499 13f79535-47bb-0310-9956-ffa450edef68
2006-02-10 00:06:33 +00:00
Brett Leslie Porter f36b990362 remove testing descriptor
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@376125 13f79535-47bb-0310-9956-ffa450edef68
2006-02-09 00:14:08 +00:00
Brett Leslie Porter c528e6378e map jython
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@376088 13f79535-47bb-0310-9956-ffa450edef68
2006-02-08 21:45:33 +00:00
Emmanuel Venisse 166fc0f3cd Use my new address
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375981 13f79535-47bb-0310-9956-ffa450edef68
2006-02-08 15:21:41 +00:00
Carlos Sanchez Gonzalez c78a0a8167 Allow poms ending in .pom
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375668 13f79535-47bb-0310-9956-ffa450edef68
2006-02-07 19:31:46 +00:00
Brett Leslie Porter cc507307b8 [MNG-1908] correct error introduced in last rev with locally installed snapshots
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375497 13f79535-47bb-0310-9956-ffa450edef68
2006-02-07 05:51:14 +00:00
Brett Leslie Porter c308bef2d8 add deprecation warnings for 2.1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375487 13f79535-47bb-0310-9956-ffa450edef68
2006-02-07 04:58:06 +00:00
Brett Leslie Porter 83c9eadb09 [MNG-1908] force an update check if there are legacy snapshots within the updatePolicy window
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375485 13f79535-47bb-0310-9956-ffa450edef68
2006-02-07 04:52:06 +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
Brett Leslie Porter 1654963403 upgrade modello
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375443 13f79535-47bb-0310-9956-ffa450edef68
2006-02-07 01:53:48 +00:00
Brett Leslie Porter 65fd7ae786 map poi to location it is converted to
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375436 13f79535-47bb-0310-9956-ffa450edef68
2006-02-07 00:42:40 +00:00