--- Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> On Mon, 11 Apr 2005, Steve Loughran
> <[EMAIL PROTECTED]> wrote:
>
> > Here is what I'm thinking,
>
> Pretty much what I'd suggest as well (what, not how
> you plan to do).
> Also make maven2 the default.
>
> > thoughts that may break anyone that h
Nicola Ken Barozzi wrote:
Steve Loughran wrote:
...
What do people think about my plan?
Any possibility of not duplicating code between Maven/MavenWagon and Ant?
Been discussed. I think I may use wagon in the smartfrog impl, but not
the ant one.
(a) all the fetching is in tasks.Get already
(b) h
Steve Loughran wrote:
...
What do people think about my plan?
Any possibility of not duplicating code between Maven/MavenWagon and Ant?
--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remains)
--
On Mon, 11 Apr 2005, Steve Loughran <[EMAIL PROTECTED]> wrote:
> Here is what I'm thinking,
Pretty much what I'd suggest as well (what, not how you plan to do).
Also make maven2 the default.
> thoughts that may break anyone that has been using the task to
> date. (which may be only me)
It proba
Maven2 is out, with a new layout policy
* new remote: http://ibiblio.org/maven2
* local store ~/.m2/repository
* layout algorithm both local and remote:
* project/version/artifact-version[-classifier][.extension]
* every artifact has a .pom
where
-project gets mapped from dotted to / : org.apache.