dependencyManagement is a maven concept and has nothing directly to do
with the plugin.

3: That functionality is in alpha-4 (it's been there since alpha-1 I
think) The *-dependencies goal is the way to go if the artifact is also
a dependency of your build because then maven core is resolving it once.
The unpack/copy goals reresolve these things because it's intended to be
used for things that aren't normally dependencies (like zip files)

-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 09, 2007 4:23 PM
To: Maven Users List
Subject: RE: what version of the documentation am I looking at

1 - I don't see that option in the unpack mojo
http://maven.apache.org/plugins/maven-dependency-plugin/unpack-mojo.html
2 - How do you get the version from the dependency block to the
maven-dependency-plugin?
3 - I think the unpack-dependencies is the best bet - I'm going to give
this a spin if it exists in the 2.0-alpha-4 version of this plugin. 

-----Original Message-----
From: Brian E. Fox [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 09, 2007 9:32 AM
To: Maven Users List
Subject: RE: what version of the documentation am I looking at

All the functionality discussed below has been released, several
versions ago I believe.

To avoid declaring the version multiple times, you have a few options:
1. Use dependencyManagement and don't specify a version in the
dependency block or the artifactItem
2. Use a property
3. If it is really the same artifact, you could use unpack-dependencies
instead. You can specify the artifact and group as filters to get just
the one you want.

-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 09, 2007 3:00 PM
To: Maven Users List
Subject: RE: what version of the documentation am I looking at

How long before this gets fully released?

This is totally our problem where it's always extracting, regardless of
changes.

Also, is there any way to just have a dependency entry and somehow point
this plugin at that version?  Otherwise, we're storing version numbers
in two places, the dependency block and in the plugin block. 

-----Original Message-----
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 08, 2007 11:19 PM
To: Maven Users List
Subject: Re: what version of the documentation am I looking at

Plugin snapshots live in the Apache Maven snapshots repo. Or pull from
SVN and build/install locally.

The snapshot repo is:
http://people.apache.org/repo/m2-snapshot-repository/

Which contains 2.0-alpha-5-SNAPSHOT as you can see here:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/pl
ugins/maven-dependency-plugin/2.0-alpha-5-SNAPSHOT/

Wayne

On 11/8/07, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> Now that I can see what the documentation if for, this email starts to
> answer the next part - where can I get that version?
>
>
>
> -----Original Message-----
> From: Wendy Smoak [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 08, 2007 6:42 PM
> To: Maven Users List
> Subject: Re: what version of the documentation am I looking at
>
> On Nov 8, 2007 4:32 PM, Roland Asmann <[EMAIL PROTECTED]> wrote:
> >
>
http://maven.apache.org/plugins/maven-dependency-plugin/project-summary.
> html
> >
> > On that page (project-summary) you can always find the version.
>
> ... which in this case is a snapshot.  Sorry about that.  Publishing
> docs for the latest code in svn was a failed experiment and we are
> going back to only publishing the latest release.  Once 2.0-beta-5 is
> released, those docs will remain on the site until the next release is
> ready.
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to