Commit Graph

4428 Commits

Author SHA1 Message Date
Carlos Sanchez Gonzalez ce798e95c2 Fixed destination dir
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@373649 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 00:29:43 +00:00
Carlos Sanchez Gonzalez 61152797a5 Added sync to maven-taglib
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@373647 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 00:27:31 +00:00
Carlos Sanchez Gonzalez 2d291081ea Set svn properties
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@373646 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 00:24:57 +00:00
Carlos Sanchez Gonzalez 94db90180a Don't fail if license is not present, fixed typo
PR: MRM-65

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@373640 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 00:15:51 +00:00
Carlos Sanchez Gonzalez 3d2897c680 Don't fail if license is not present
PR: MRM-65

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@373639 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 00:12:35 +00:00
Carlos Sanchez Gonzalez 016c8e31b5 Don't print null values in DefaultArtifact.toString
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@373073 13f79535-47bb-0310-9956-ffa450edef68
2006-01-28 02:39:17 +00:00
Carlos Sanchez Gonzalez e46a983a42 Refactor to use StringBuffer in DefaultArtifact getDependencyConflictId and toString
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@373072 13f79535-47bb-0310-9956-ffa450edef68
2006-01-28 02:37:33 +00:00
Carlos Sanchez Gonzalez b6d0cf174f Add tests for DefaultArtifact getDependencyConflictId and toString
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@373071 13f79535-47bb-0310-9956-ffa450edef68
2006-01-28 02:33:47 +00:00
Carlos Sanchez Gonzalez c260abd150 Add tests for DefaultArtifact getDependencyConflictId and toString
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@373070 13f79535-47bb-0310-9956-ffa450edef68
2006-01-28 02:33:45 +00:00
Brett Leslie Porter be6f36bf95 added batik exception
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@372683 13f79535-47bb-0310-9956-ffa450edef68
2006-01-27 00:59:16 +00:00
Emmanuel Venisse aa91b39316 [MNG-1677] Fix SCM documentation
Submitted by: Dennis Lundberg

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@372496 13f79535-47bb-0310-9956-ffa450edef68
2006-01-26 10:19:04 +00:00
Brett Leslie Porter 7628b3f734 remove empty directory
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@372061 13f79535-47bb-0310-9956-ffa450edef68
2006-01-25 00:38:04 +00:00
Brett Leslie Porter a1d7543625 ignore target/logs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@372056 13f79535-47bb-0310-9956-ffa450edef68
2006-01-25 00:16:08 +00:00
Carlos Sanchez Gonzalez 24db0eb9c0 Dependencies in two paths are not added to resolution when scope needs to be updated in the nearest due to any of nearest parents
PR: MNG-1895

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@372053 13f79535-47bb-0310-9956-ffa450edef68
2006-01-24 23:26:59 +00:00
Carlos Sanchez Gonzalez 6354dad32e Refactor
PR: MNG-1895

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@372027 13f79535-47bb-0310-9956-ffa450edef68
2006-01-24 21:47:10 +00:00
Carlos Sanchez Gonzalez a472469e9d Make test case more high level to catch MNG-1895 bug
PR: MNG-1895

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@372026 13f79535-47bb-0310-9956-ffa450edef68
2006-01-24 21:46:52 +00:00
Carlos Sanchez Gonzalez 4869826ba5 Rolled back 358955, seems that the error was in other place
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@371857 13f79535-47bb-0310-9956-ffa450edef68
2006-01-24 07:45:08 +00:00
Carlos Sanchez Gonzalez 8e3a3cf63d Improve toString methods with scope info and depth
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@371856 13f79535-47bb-0310-9956-ffa450edef68
2006-01-24 07:41:04 +00:00
Carlos Sanchez Gonzalez 5569bed9b8 Added docs and unit tests for DefaultArtifactCollector.checkScopeUpdate()
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@371769 13f79535-47bb-0310-9956-ffa450edef68
2006-01-24 01:51:02 +00:00
Carlos Sanchez Gonzalez 49226c17c8 Fix syntax error
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@371685 13f79535-47bb-0310-9956-ffa450edef68
2006-01-23 22:08:59 +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
Carlos Sanchez Gonzalez ea7da68e38 Improve pom annotations
PR: MNG-1479
Submitted By: Jeff Jensen


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@370889 13f79535-47bb-0310-9956-ffa450edef68
2006-01-20 19:25:38 +00:00
Carlos Sanchez Gonzalez f713202732 Reverted last change committed with wrong message
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@370888 13f79535-47bb-0310-9956-ffa450edef68
2006-01-20 19:24:33 +00:00
Carlos Sanchez Gonzalez c8f172a18e Added classpath usage docs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@370887 13f79535-47bb-0310-9956-ffa450edef68
2006-01-20 19:23:23 +00:00
Jason van Zyl 2737100a43 o creating a mode for aligning the the embedder with a user installation
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@370406 13f79535-47bb-0310-9956-ffa450edef68
2006-01-19 07:19:04 +00:00
Brett Leslie Porter f34721ad62 correctly describe valida values for checksums
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@370209 13f79535-47bb-0310-9956-ffa450edef68
2006-01-18 18:31:39 +00:00
Brett Leslie Porter 00aa4b2080 sync m1 repo for plugins temporarily
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@370073 13f79535-47bb-0310-9956-ffa450edef68
2006-01-18 07:11:11 +00:00
Jason van Zyl 8d4d6ea668 o moved to the sandbox for now
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@369305 13f79535-47bb-0310-9956-ffa450edef68
2006-01-16 02:01:33 +00:00
Jason van Zyl 9580aa4183 o match the branch mv to the sandbox
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@369304 13f79535-47bb-0310-9956-ffa450edef68
2006-01-16 01:59:35 +00:00
Jason van Zyl 08a9549931 merging from branch
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368989 13f79535-47bb-0310-9956-ffa450edef68
2006-01-14 05:52:00 +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
John Dennis Casey 18a02e4097 Renaming the pre/post phases for the integration-test phase...new names use pre- and post- instead of begin- and end-
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368425 13f79535-47bb-0310-9956-ffa450edef68
2006-01-12 18:00:05 +00:00
Brett Leslie Porter 14874b5cca update snapshots
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368294 13f79535-47bb-0310-9956-ffa450edef68
2006-01-12 06:47:59 +00:00
Brett Leslie Porter 587179fd9e merge rev 368281 from branch - update classworlds and plexus-utils dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368287 13f79535-47bb-0310-9956-ffa450edef68
2006-01-12 05:50:54 +00:00
Brett Leslie Porter 4eeec6dd6e upgrade to release version of wagon
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368263 13f79535-47bb-0310-9956-ffa450edef68
2006-01-12 04:36:23 +00:00
Jason van Zyl 69aadf79da o make a very simple utility for creating our artifact filter so that it can be shared by the
plugin manager and the extension manger. now used in the extension manager to block out
  deps that are already present in the maven classloading system. so that something like
  the external provider can be listed in an extension and will be dealt with: this was
  causing a loader constraint violation.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368218 13f79535-47bb-0310-9956-ffa450edef68
2006-01-12 02:00:16 +00:00
Brett Leslie Porter 2dcba6b9c3 non-working rule. Can't get /maven right, but /maven/ works
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368207 13f79535-47bb-0310-9956-ffa450edef68
2006-01-12 01:24:05 +00:00
Brett Leslie Porter 5c62ace8a1 accommodate lack of non-greedy in posix regex
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368205 13f79535-47bb-0310-9956-ffa450edef68
2006-01-12 01:18:39 +00:00
Brett Leslie Porter 96342e4576 update opensymphony as instructed by Patrick
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368202 13f79535-47bb-0310-9956-ffa450edef68
2006-01-12 01:15:05 +00:00
Brett Leslie Porter be1b1f2d13 [MNG-1907] wagon-ssh-external is now in the core
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@368127 13f79535-47bb-0310-9956-ffa450edef68
2006-01-11 20:54:35 +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
John Dennis Casey 88f3b941d4 [MNG-1903] Adding support for optional mojos within a lifecycle mapping.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367962 13f79535-47bb-0310-9956-ffa450edef68
2006-01-11 07:57:32 +00:00
John Dennis Casey 98a4dc3cb3 [MNG-1903] Adding site descriptor attachment to the package phase of the pom lifecycle.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367934 13f79535-47bb-0310-9956-ffa450edef68
2006-01-11 05:24:50 +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 191af0e678 Removing xalan dep, and fixing runnable mojo.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367900 13f79535-47bb-0310-9956-ffa450edef68
2006-01-11 03:38:18 +00:00
Brett Leslie Porter 049977a260 fix jaxen relocation
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367893 13f79535-47bb-0310-9956-ffa450edef68
2006-01-11 03:17:23 +00:00
Brett Leslie Porter 7591d1e616 correct pre-coffee typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367810 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 22:05:25 +00:00
Brett Leslie Porter 5e8aafd2cf add jaxen special case, improve script for local use
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367808 13f79535-47bb-0310-9956-ffa450edef68
2006-01-10 21:50:32 +00:00