Brett Leslie Porter
7a7678e1a2
add me to list
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162973 13f79535-47bb-0310-9956-ffa450edef68
2004-08-15 04:25:02 +00:00
Brett Leslie Porter
5e7a365a6f
have system properties override maven.properties
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162972 13f79535-47bb-0310-9956-ffa450edef68
2004-08-14 20:46:24 +00:00
Brett Leslie Porter
03d569dcef
improve error message when property is missing
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162971 13f79535-47bb-0310-9956-ffa450edef68
2004-08-14 06:59:53 +00:00
Brett Leslie Porter
1dfc502e05
fix typo
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162970 13f79535-47bb-0310-9956-ffa450edef68
2004-08-14 06:59:14 +00:00
Jason van Zyl
097c8f7623
o started building up the code that we will use for the session lifecycle
...
-> bascially the mechanism is the same as the one we use for the goal
execution lifecycle
This first cut is so John can see as we're discussing the session stuff
at the moment and I need to get this working in order to push all notions
of artifact handling out of MavenProject.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162969 13f79535-47bb-0310-9956-ffa450edef68
2004-08-12 22:52:55 +00:00
Jason van Zyl
e232e07440
o changing MavenLifecycleContext to MavenGoalExecutionContext which is what
...
it really is. Making way for the notion of a MavenSessionExecutionContext
and it is looking like we will end up with two lifecycles. Where we are
dealing with notions of goals and sessions: some operations need to be
done at the session level and don't need to be repeated for the execution
of every goal.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162968 13f79535-47bb-0310-9956-ffa450edef68
2004-08-12 18:41:15 +00:00
Jason van Zyl
133a51a629
o removing any notions of the local repository from MavenProject, not the
...
right place for it.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162967 13f79535-47bb-0310-9956-ffa450edef68
2004-08-12 17:55:48 +00:00
Jason van Zyl
cc783005c1
o cleaning up the ci.sh for the new build with mboot.jar
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162966 13f79535-47bb-0310-9956-ffa450edef68
2004-08-11 20:38:32 +00:00
Jason van Zyl
f7d630577d
no message
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162965 13f79535-47bb-0310-9956-ffa450edef68
2004-08-11 20:14:14 +00:00
Jason van Zyl
d0be8d9bf8
o changing the strategy for downloading to make File.renameTo workable.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162964 13f79535-47bb-0310-9956-ffa450edef68
2004-08-11 19:47:49 +00:00
Emmanuel Venisse
668bcd6ac8
Add some exception when we obtain compilation error or tests failures for stop the bootstrap process.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162963 13f79535-47bb-0310-9956-ffa450edef68
2004-08-11 06:21:13 +00:00
Jason van Zyl
23c279ed42
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162962 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 19:52:42 +00:00
Jason van Zyl
1e66e33e5a
o using ibiblio again
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162961 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 19:48:56 +00:00
Jason van Zyl
9a4a42199c
o the verifier will now be built by mboot.jar
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162960 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 18:58:45 +00:00
Jason van Zyl
f188ccca69
o build the verifier so that mboot is not required
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162959 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 18:58:21 +00:00
Jason van Zyl
c97d198eeb
update
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162958 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 18:58:05 +00:00
Jason van Zyl
58f926aa64
updating
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162957 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 18:52:18 +00:00
John Dennis Casey
3ca11e44b6
o Added comment to integration tests README describing it0006 (goal decoration integration test)
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162956 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 18:03:39 +00:00
Jason van Zyl
00ed8a3213
o when we can't find artifacts we hold that thought until all the repositories
...
are queried, if the artifact is not found in any repo then we complain.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162955 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 18:01:31 +00:00
Jason van Zyl
676c9b5e74
o Fixing the parent POM downloading problem.
...
{issue:MNG-19}
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162954 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 17:59:30 +00:00
Jason van Zyl
d65f17e823
o adding explanation for it0007
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162953 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 17:58:27 +00:00
Jason van Zyl
f4e5f175f5
adding it0007
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162952 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 17:56:23 +00:00
Jason van Zyl
f91d0c06fc
fixing name of expected result
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162951 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 17:54:40 +00:00
Jason van Zyl
488781d726
Initial revision
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162948 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 17:53:36 +00:00
Jason van Zyl
c50fff6d0e
o improve message reporting artifact resolution failure.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162947 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 12:51:37 +00:00
John Dennis Casey
df5a28b373
o Updated with the plexus-marmalade-factory dependency to get the PlexusComponentTag interface, so this loader's mojos will be compatible with the marmalade component factory
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162946 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 03:29:45 +00:00
John Dennis Casey
fa28ec7da1
o Added a mojo wrapper which executes a marmalade script
...
o Modified the mojo tag to create a mojo/plexus component when not in describeOnly mode...for execution.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162945 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 03:28:56 +00:00
John Dennis Casey
54aa07eb5d
o Added some more cleanup gunk.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162944 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 02:41:13 +00:00
John Dennis Casey
d4efccf4d2
o Added to allow maven-plugin-loaders/maven-marmalade-loader to build.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162943 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 02:40:56 +00:00
John Dennis Casey
2e4cad175b
o Added setMojos(List) and setDependencies(List), each of which make defensive copies of the lists, to support non-xstream component-set-descriptor generation (esp. for script-based mojos).
...
o This will support the marmalade-plugin loader.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162942 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 02:39:59 +00:00
John Dennis Casey
3b4c0fb912
o Added http://repository.codehaus.org alongside http://www.ibiblio.org/maven for latest updates (for now)...
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162941 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 02:38:50 +00:00
John Dennis Casey
567a47cf82
o Added check for null MojoDescriptor in the lifecycle context (throws GoalNotFoundException if == null)
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162940 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 02:38:07 +00:00
Jason van Zyl
8b4d55e55d
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162939 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 00:30:25 +00:00
Jason van Zyl
5812befc4d
o renaming exception
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162938 13f79535-47bb-0310-9956-ffa450edef68
2004-08-10 00:29:44 +00:00
Jason van Zyl
dd16cb87ac
o backing out my change, i was wrong
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162937 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 23:28:50 +00:00
Jason van Zyl
c324104c9c
o they are snapshots
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162936 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 23:24:59 +00:00
Jason van Zyl
b3da4ea555
o using plexus 0.16
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162935 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 21:52:47 +00:00
Jason van Zyl
b09ef1ab74
o the lightweight wagon is discovered by plexus so not directoy declared
...
as a dependency anywhere so we need to bring it down ... so really it
would be good to use the plexus runtime assembler which is a project which
itself can declare some dependencies.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162934 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 21:48:21 +00:00
Jason van Zyl
e81d9919d5
o bumping version of wagon (michal is about to deploy 1.0-alpha-1)
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162933 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 21:42:47 +00:00
Jason van Zyl
0e8ae273df
o use plexus 0.16
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162932 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 19:42:29 +00:00
Jason van Zyl
91cb097ae3
plexus 0.16
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162931 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 19:38:15 +00:00
Jason van Zyl
ff8871f7df
use plexus 0.16
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162930 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 19:34:13 +00:00
Jason van Zyl
8ea2d0af7b
o use plexus 0.16
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162929 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 19:33:45 +00:00
Jason van Zyl
d83868e9cd
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162928 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 19:10:11 +00:00
Jason van Zyl
601320d28f
Initial revision
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162925 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 19:02:31 +00:00
Jason van Zyl
4f81eed43b
o updating for changes in components
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162924 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 18:57:50 +00:00
Jason van Zyl
45da0a70c0
Initial revision
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162921 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 18:49:34 +00:00
Jason van Zyl
c4719462e4
Initial revision
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162918 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 18:43:08 +00:00
Jason van Zyl
ea1009973e
o interpolate System properties into the maven.properties values
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162917 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 18:40:50 +00:00
Jason van Zyl
15a7eb7ef2
Initial revision
...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162914 13f79535-47bb-0310-9956-ffa450edef68
2004-08-09 18:37:31 +00:00