Jason van Zyl
dd24911520
o I want to be able to read/write the <currentVersion/> element but I
...
want everything delegated to the version field, so for lack of a better
term I made the <delegateTo> element for modello to shunt control of
one field to another.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162602 13f79535-47bb-0310-9956-ffa450edef68
2004-03-10 22:24:29 +00:00
Jason van Zyl
803587943d
fix typo
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162601 13f79535-47bb-0310-9956-ffa450edef68
2004-03-10 22:12:19 +00:00
Jason van Zyl
90f8720d10
o putting components.xml in the right place for plexus. Definitely need
...
to make this happen automatically.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162600 13f79535-47bb-0310-9956-ffa450edef68
2004-03-10 20:57:01 +00:00
Jason van Zyl
b52fb9d08b
o using strings and lists for now while I test and expand modello.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162599 13f79535-47bb-0310-9956-ffa450edef68
2004-03-10 20:46:31 +00:00
Jason van Zyl
1af167137b
o adding xpp3 here which will always be used by default and I would like
...
to keep all the generation in one package if I can.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162598 13f79535-47bb-0310-9956-ffa450edef68
2004-03-10 20:46:07 +00:00
Jason van Zyl
d2a2ab2e19
o modello can now generate xpp3 marshallers and unmarshallers based on
...
a model so we are generating those now too.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162597 13f79535-47bb-0310-9956-ffa450edef68
2004-03-10 20:45:24 +00:00
Emmanuel Venisse
6fe6937fa8
wget doesn't accept -O after url under cygwin
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162596 13f79535-47bb-0310-9956-ffa450edef68
2004-03-10 00:01:48 +00:00
Emmanuel Venisse
61598c029e
a little fix for windows/cygwin
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162595 13f79535-47bb-0310-9956-ffa450edef68
2004-03-09 23:55:53 +00:00
Jason van Zyl
cd76ad3659
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162594 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 22:10:49 +00:00
Jason van Zyl
ee08d5b0eb
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162593 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 22:06:29 +00:00
Jason van Zyl
9da84e0fde
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162592 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 21:53:16 +00:00
Jason van Zyl
fc76eb8db0
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162591 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 21:33:06 +00:00
Jason van Zyl
fa035bb5c9
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162590 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 21:28:26 +00:00
Jason van Zyl
a13c2ce98f
o the description elements are now implicitly <![CDATA]]> so that anything
...
can be put in there and pass through to the doco.
Just moving Pete's good documentation into the model.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162589 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 21:22:40 +00:00
Jason van Zyl
8910901fff
o more doco
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162588 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 19:09:45 +00:00
Jason van Zyl
e2992f0533
o fix typo
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162587 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 19:02:56 +00:00
Jason van Zyl
c9f417bdf2
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162586 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 18:16:36 +00:00
Jason van Zyl
5ec663a644
o incorporating a <comment/> element from which we can produced developer
...
documentation during changes to model.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162585 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 18:15:37 +00:00
Jason van Zyl
03b7d6139d
o more doco
...
o remove the versionMap, taken care of in the project.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162584 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 18:12:15 +00:00
Jason van Zyl
fd896b0ddd
o more doco
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162583 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 18:06:26 +00:00
Jason van Zyl
1541371583
o starting to add descriptions, tracing lineage of some elements.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162582 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 17:57:56 +00:00
Jason van Zyl
9ddf6696c1
o allow the specification of the model version for the output of the artifacts
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162581 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 17:32:07 +00:00
Jason van Zyl
9383518453
o we'll start at the baseline 3.0.0 for versioning.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162580 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 17:29:47 +00:00
Jason van Zyl
d696df54d9
o only download snapshots when the files already exist in the local
...
repository.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162579 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 17:21:09 +00:00
Jason van Zyl
1ccda33877
o just adding some notes
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162578 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 16:42:02 +00:00
Jason van Zyl
188fc98355
Initial revision
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162574 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 01:31:17 +00:00
Jason van Zyl
323b3bdaab
o adding a script for modello which is now used to generate the maven model
...
sources from a modello model file.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162573 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 01:12:32 +00:00
Jason van Zyl
1385a661a6
o making the download of dependencies silent
...
o install the dependencies of mboot during the install
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162572 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 00:44:10 +00:00
Jason van Zyl
dbacfee39a
o correcting path that is used when running the tests
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162571 13f79535-47bb-0310-9956-ffa450edef68
2004-02-16 16:24:38 +00:00
Emmanuel Venisse
57113a0329
Add bootstrap.deps that contains all dependencies path without repoLocal directory
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162570 13f79535-47bb-0310-9956-ffa450edef68
2004-02-13 21:20:58 +00:00
Emmanuel Venisse
1d25bf0e8a
Another fix for windows.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162569 13f79535-47bb-0310-9956-ffa450edef68
2004-02-13 09:53:39 +00:00
Emmanuel Venisse
fbece66bf4
Fix classpath generation for Windows users
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162568 13f79535-47bb-0310-9956-ffa450edef68
2004-02-13 09:52:13 +00:00
Emmanuel Venisse
f70e21faaa
Fix for cygwin.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162567 13f79535-47bb-0310-9956-ffa450edef68
2004-02-13 08:25:18 +00:00
Emmanuel Venisse
bb5bfb01b5
A little fix for cygwin.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162566 13f79535-47bb-0310-9956-ffa450edef68
2004-02-12 05:11:52 +00:00
Emmanuel Venisse
68eea5fd4d
Remove unused classes. They are implemented in surefire.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162565 13f79535-47bb-0310-9956-ffa450edef68
2004-02-11 22:25:15 +00:00
Jason van Zyl
bb6dd6ae52
o adding install capability
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162564 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 16:55:04 +00:00
Jason van Zyl
91754d90ef
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162563 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 16:27:09 +00:00
Jason van Zyl
db73ddffa5
o add functionality to interpolate <extend/> element.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162562 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 16:26:51 +00:00
Jason van Zyl
85700523e5
o making the build.properties generally available to the bootstrapper and
...
just passing in those properties to the artifact downloader.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162561 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 16:17:49 +00:00
Jason van Zyl
ec59035a90
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162560 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 16:10:24 +00:00
Jason van Zyl
f2ee254984
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162559 13f79535-47bb-0310-9956-ffa450edef68
2004-02-06 20:18:43 +00:00
Jason van Zyl
2b8fc42eeb
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162558 13f79535-47bb-0310-9956-ffa450edef68
2004-02-04 15:10:57 +00:00
Jason van Zyl
c07f1c4e08
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162557 13f79535-47bb-0310-9956-ffa450edef68
2004-02-04 07:19:38 +00:00
Jason van Zyl
e3525e1e5e
o fixing problems where foo() was being used when foo is all that's needed
...
as far as bash functions.
o corrected construction of mboot classpath
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162556 13f79535-47bb-0310-9956-ffa450edef68
2004-02-02 13:46:14 +00:00
Jason van Zyl
f9404ad2f6
o using wget for the initial build to grab the things required by mboot
...
itself which are junit and surefire.
o added a little deps file for use in the bash functions.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162555 13f79535-47bb-0310-9956-ffa450edef68
2004-01-31 05:28:06 +00:00
Jason van Zyl
9a7650eb9b
o fixing test resoruces file
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162554 13f79535-47bb-0310-9956-ffa450edef68
2004-01-31 03:13:03 +00:00
Jason van Zyl
ca1a69cf34
o remove test resources file
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162553 13f79535-47bb-0310-9956-ffa450edef68
2004-01-27 23:13:01 +00:00
Jason van Zyl
4dab452c02
o remove debug
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162552 13f79535-47bb-0310-9956-ffa450edef68
2004-01-27 19:07:04 +00:00
Jason van Zyl
0abaebbe29
o general cleanup
...
o add the ability to deal with test resources
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162551 13f79535-47bb-0310-9956-ffa450edef68
2004-01-27 18:58:11 +00:00
Jason van Zyl
7cbde03de8
o add shebang, just helps with my jed for syntax hilighting.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162550 13f79535-47bb-0310-9956-ffa450edef68
2004-01-26 07:16:16 +00:00