Carlos Sanchez Gonzalez
21bf5be711
[MNG-2318] When a project has modules and its parent is not preinstalled the build fails
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@409073 13f79535-47bb-0310-9956-ffa450edef68
2006-05-24 05:23:18 +00:00
Carlos Sanchez Gonzalez
526aa0e6d5
Change apache hosts to people.apache.org
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@409039 13f79535-47bb-0310-9956-ffa450edef68
2006-05-24 02:47:19 +00:00
Trygve Laugstol
2e564a009c
o Making the mvn script Solaris sh compatible.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@408737 13f79535-47bb-0310-9956-ffa450edef68
2006-05-22 20:05:49 +00:00
Trygve Laugstol
c6723a940a
o Only set the local repository if it's missing.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@408734 13f79535-47bb-0310-9956-ffa450edef68
2006-05-22 19:56:01 +00:00
Kenney Westerhof
c2296be700
PR: MNG-2309
...
Profiles are activated in random order so overriding settings doesn't produce
the same results on all environments.
Use a LinkedHashMap for the profilesById to preserve profile ordering.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@408021 13f79535-47bb-0310-9956-ffa450edef68
2006-05-20 16:26:42 +00:00
Kenney Westerhof
65b412ea17
PR: MNG-2282
...
Also catch TransferFailedException, which occurs when java.net.ConnectException
or java.net.UnknownHostException occur.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@406673 13f79535-47bb-0310-9956-ffa450edef68
2006-05-15 16:40:48 +00:00
Carlos Sanchez Gonzalez
8469b7e667
Quote ${maven2} where necessary
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@405604 13f79535-47bb-0310-9956-ffa450edef68
2006-05-10 02:57:48 +00:00
Carlos Sanchez Gonzalez
40cc785be4
Fixed parsing of m1 versions
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@405603 13f79535-47bb-0310-9956-ffa450edef68
2006-05-10 02:52:10 +00:00
John Dennis Casey
dd115962b8
Forgot to bump up the version of plexus-archiver.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@405135 13f79535-47bb-0310-9956-ffa450edef68
2006-05-08 19:12:51 +00:00
John Dennis Casey
899bab680a
[MJAR-40] Fixing jar indexing in maven-archiver.
...
Submitted By: Richard van der Hoff
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@405134 13f79535-47bb-0310-9956-ffa450edef68
2006-05-08 19:12:22 +00:00
Brett Leslie Porter
d064382823
fix batchmode setting
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@404871 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 23:34:13 +00:00
Brett Leslie Porter
d39042df93
batch mode
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@404868 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 23:22:19 +00:00
Milos Kleint
f930fac38a
MNG-2147 make sure it's not required to set activated or inactivaed profiles.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@400269 13f79535-47bb-0310-9956-ffa450edef68
2006-05-06 08:47:15 +00:00
Milos Kleint
a1b2df1fd1
MNG-1979 throw IllegalStateException when calling methods in wrong order.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@400260 13f79535-47bb-0310-9956-ffa450edef68
2006-05-06 07:42:19 +00:00
Milos Kleint
c3addfbe1a
2 projects had the same name, changing the name for CLI.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@400258 13f79535-47bb-0310-9956-ffa450edef68
2006-05-06 07:35:46 +00:00
Jason van Zyl
d03ae071f5
Use the standard coding conventions.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@400220 13f79535-47bb-0310-9956-ffa450edef68
2006-05-06 00:34:42 +00:00
Kenney Westerhof
315ddee9da
added a comment on strange code
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@399728 13f79535-47bb-0310-9956-ffa450edef68
2006-05-04 15:22:10 +00:00
Brett Leslie Porter
cbc5035902
merge 399346:399356 from branch
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@399359 13f79535-47bb-0310-9956-ffa450edef68
2006-05-03 17:16:49 +00:00
Carlos Sanchez Gonzalez
d9829a2585
Close if correctly
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@399159 13f79535-47bb-0310-9956-ffa450edef68
2006-05-03 05:59:25 +00:00
Carlos Sanchez Gonzalez
b737bf3831
Copy files also to m2 repo
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@399158 13f79535-47bb-0310-9956-ffa450edef68
2006-05-03 05:58:15 +00:00
Kenney Westerhof
7d5d3668fe
Added testcase for MRESOURCES-18. This should really go into
...
the resources-plugin itself using the new framework, but
committing anyway for future reference and regression testing.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@398452 13f79535-47bb-0310-9956-ffa450edef68
2006-04-30 22:01:04 +00:00
Carlos Sanchez Gonzalez
2095f80305
[MNG-2244] PrettyPrintXMLWriter writes unix line endings always. Fixed plexus-utils version
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@397584 13f79535-47bb-0310-9956-ffa450edef68
2006-04-27 16:42:22 +00:00
Carlos Sanchez Gonzalez
4fc35bac02
[MNG-2244] PrettyPrintXMLWriter writes unix line endings always. Bring patch from plexus-utils as we can't use latest in maven yet.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@397424 13f79535-47bb-0310-9956-ffa450edef68
2006-04-27 05:47:49 +00:00
Carlos Sanchez Gonzalez
68e38e54af
[MNG-2244] PrettyPrintXMLWriter writes unix line endings always. Bring patch from plexus-utils as we can't use latest in maven yet.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@397421 13f79535-47bb-0310-9956-ffa450edef68
2006-04-27 05:47:28 +00:00
Brett Leslie Porter
1c8c736a69
Adding ability to work from $PATH, and ability to default over to unzip if jar xf doesn't work.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@395920 13f79535-47bb-0310-9956-ffa450edef68
2006-04-21 15:52:04 +00:00
Brett Leslie Porter
c1435cfd61
making this script locationless, since it doesn't specify where it should be run from.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@395895 13f79535-47bb-0310-9956-ffa450edef68
2006-04-21 14:11:45 +00:00
Milos Kleint
0e548f6fc1
MNG-1937, MNG-1665
...
allow custom configuration of embedder.
correct settings location handling for embedder's project reading methods
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@395691 13f79535-47bb-0310-9956-ffa450edef68
2006-04-20 20:17:27 +00:00
Carlos Sanchez Gonzalez
2f698d0acf
Fixed typo
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@395504 13f79535-47bb-0310-9956-ffa450edef68
2006-04-20 06:06:32 +00:00
Carlos Sanchez Gonzalez
77238a628e
Use a temp file for bundle as some people keep naming it as the contents
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@395503 13f79535-47bb-0310-9956-ffa450edef68
2006-04-20 06:05:39 +00:00
Carlos Sanchez Gonzalez
3cd5bc957c
Use correctly slashes in rsync
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@395108 13f79535-47bb-0310-9956-ffa450edef68
2006-04-19 02:21:05 +00:00
Carlos Sanchez Gonzalez
4e7cc4fcac
Sync only org.apache from apache
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@395105 13f79535-47bb-0310-9956-ffa450edef68
2006-04-19 02:06:56 +00:00
Jason van Zyl
ee870d6112
[MNG-2233] applying improvements to the verifier, thanks to jesse.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@394946 13f79535-47bb-0310-9956-ffa450edef68
2006-04-18 13:59:22 +00:00
John Dennis Casey
857c6e7b41
[MJAR-6] Fixing pollution of Extensions-List by test-scoped dependencies.
...
Submitted By: Jerome Lacoste
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@394684 13f79535-47bb-0310-9956-ffa450edef68
2006-04-17 14:45:47 +00:00
Jason van Zyl
a5a6226e53
[MNG-2229] adding patch which adds svn checkout capabilities
...
Submitted by: Jesse McConnell
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@394429 13f79535-47bb-0310-9956-ffa450edef68
2006-04-16 03:43:08 +00:00
Jason van Zyl
0875be5a95
o adding some support files to test the regression we found the other day
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@394318 13f79535-47bb-0310-9956-ffa450edef68
2006-04-15 15:56:31 +00:00
Jason van Zyl
b8ec74d65d
update version of maven-settings
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@394317 13f79535-47bb-0310-9956-ffa450edef68
2006-04-15 15:55:06 +00:00
Jason van Zyl
f64393776b
props
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@394315 13f79535-47bb-0310-9956-ffa450edef68
2006-04-15 15:53:09 +00:00
Jason van Zyl
55e7c9a005
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@394314 13f79535-47bb-0310-9956-ffa450edef68
2006-04-15 15:52:10 +00:00
Jason van Zyl
5e5be884cc
svn:ignore
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@394313 13f79535-47bb-0310-9956-ffa450edef68
2006-04-15 15:51:51 +00:00
Jason van Zyl
860d78b1c0
o align the borrowed utilities from plexus with plexus' package structure so that we can just drop in
...
new versions of classes when necessary.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@394310 13f79535-47bb-0310-9956-ffa450edef68
2006-04-15 15:46:05 +00:00
Jason van Zyl
6e9780e30e
o look for the maven.repo.local system property first like maven does itself
...
o a hack to prevent velocity resource loading errors from triggering failures. when generating archetypes in tests
the velocity resources loader always freaks out and cries error when it's not fatal.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@394244 13f79535-47bb-0310-9956-ffa450edef68
2006-04-15 02:14:46 +00:00
Carlos Sanchez Gonzalez
910a5376ce
Ignore parent entries
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@394195 13f79535-47bb-0310-9956-ffa450edef68
2006-04-14 20:41:44 +00:00
Jason van Zyl
eec4495d73
o little script to run through different versions of maven
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@393392 13f79535-47bb-0310-9956-ffa450edef68
2006-04-12 05:53:35 +00:00
Jason van Zyl
37448483a3
o adding some tests for mng-2220 and 2223
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@393391 13f79535-47bb-0310-9956-ffa450edef68
2006-04-12 05:53:10 +00:00
John Dennis Casey
b22b0cc9e2
Merging 393053 from maven-2.0.x branch, to fix some jdk5 method calls that crept in.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@393059 13f79535-47bb-0310-9956-ffa450edef68
2006-04-10 20:48:10 +00:00
John Dennis Casey
8937fd353d
Merging 393029 from branch, to fix the case where -DperformRelease=true injects additional plugins into the test POMs.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@393031 13f79535-47bb-0310-9956-ffa450edef68
2006-04-10 19:32:35 +00:00
Jason van Zyl
211c8033c9
get rid of jelly directory
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@392761 13f79535-47bb-0310-9956-ffa450edef68
2006-04-09 15:56:17 +00:00
Brett Leslie Porter
e6c0d4695b
it's a duhrectory!
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@392492 13f79535-47bb-0310-9956-ffa450edef68
2006-04-08 07:47:04 +00:00
Brett Leslie Porter
fb99d2faba
make ci work for branch, too
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@392479 13f79535-47bb-0310-9956-ffa450edef68
2006-04-08 04:43:24 +00:00
Jason van Zyl
ed406fed1e
fix the distribution directory
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@392355 13f79535-47bb-0310-9956-ffa450edef68
2006-04-07 18:24:01 +00:00