RE: Disassemble Plugin

2007-01-05 Thread Brian E. Fox
The apache version should be released by this weekend. A vote was called on 
Tuesday and it must wait 72hrs. 

-Original Message-
From: takai [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 05, 2007 9:30 AM
To: users@maven.apache.org
Subject: Re: Disassemble Plugin


The main trunk from 

http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/

does not build. I use the Codehaus version now which works fine. Thanks a bunch!



Andrius Šabanas wrote:
> 
> takai wrote:
>> Brilliant! That's what I need. But how to get the plugin? It's not in 
>> the maven repo at ibiblio:
>> 
>> http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/maven/plugin
>> s/
>> 
>> There seems to be another version at codehaus called 
>> dependency-maven-plugin. But the doc says it's not the same thing and 
>> please don't use it.
>> 
>> I used the following snippet:
>> 
>> org.apache.maven.plugins
>> maven-dependency-plugin
>> 
>> and get a "plugin does not exist".
> 
> You are right, it seems that the one from org.apache.maven.plugins is 
> still unreleased, currently at 2.0-alpha-1-SNAPSHOT. You can either 
> checkout the plugin code from SVN and build it yourself, or use the 
> one from Codehaus MOJO project, which is what I am using. Version 1.0 
> of this plugin is available from the central repository, at 
> org.codehaus.mojo:dependency-maven-plugin. Here are the docs:
> http://mojo.codehaus.org/dependency-maven-plugin/index.html.
> 
> 
> Andrius
> 
> -----
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

--
View this message in context: 
http://www.nabble.com/Disassemble-Plugin-tf2925448s177.html#a8178811
Sent from the Maven - Users mailing list archive at Nabble.com.


-
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]



Re: Disassemble Plugin

2007-01-05 Thread takai

The main trunk from 

http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/

does not build. I use the Codehaus version now which works fine. Thanks a
bunch!



Andrius Šabanas wrote:
> 
> takai wrote:
>> Brilliant! That's what I need. But how to get the plugin? It's not in the
>> maven repo at ibiblio:
>> 
>> http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/maven/plugins/
>> 
>> There seems to be another version at codehaus called
>> dependency-maven-plugin. But the doc says it's not the same thing and
>> please
>> don't use it.
>> 
>> I used the following snippet:
>> 
>> org.apache.maven.plugins
>> maven-dependency-plugin
>> 
>> and get a "plugin does not exist".
> 
> You are right, it seems that the one from org.apache.maven.plugins is 
> still unreleased, currently at 2.0-alpha-1-SNAPSHOT. You can either 
> checkout the plugin code from SVN and build it yourself, or use the one 
> from Codehaus MOJO project, which is what I am using. Version 1.0 of 
> this plugin is available from the central repository, at 
> org.codehaus.mojo:dependency-maven-plugin. Here are the docs: 
> http://mojo.codehaus.org/dependency-maven-plugin/index.html.
> 
> 
> Andrius
> 
> -----
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Disassemble-Plugin-tf2925448s177.html#a8178811
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Disassemble Plugin

2007-01-05 Thread Andrius Šabanas

takai wrote:

Brilliant! That's what I need. But how to get the plugin? It's not in the
maven repo at ibiblio:

http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/maven/plugins/

There seems to be another version at codehaus called
dependency-maven-plugin. But the doc says it's not the same thing and please
don't use it.

I used the following snippet:

org.apache.maven.plugins
maven-dependency-plugin

and get a "plugin does not exist".


You are right, it seems that the one from org.apache.maven.plugins is 
still unreleased, currently at 2.0-alpha-1-SNAPSHOT. You can either 
checkout the plugin code from SVN and build it yourself, or use the one 
from Codehaus MOJO project, which is what I am using. Version 1.0 of 
this plugin is available from the central repository, at 
org.codehaus.mojo:dependency-maven-plugin. Here are the docs: 
http://mojo.codehaus.org/dependency-maven-plugin/index.html.



Andrius

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



Re: Disassemble Plugin

2007-01-05 Thread takai

Brilliant! That's what I need. But how to get the plugin? It's not in the
maven repo at ibiblio:

http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/maven/plugins/

There seems to be another version at codehaus called
dependency-maven-plugin. But the doc says it's not the same thing and please
don't use it.

I used the following snippet:

org.apache.maven.plugins
maven-dependency-plugin

and get a "plugin does not exist".

Thank you,
Daniel


Andrius Šabanas wrote:
> 
> takai wrote:
>> Hi,
>> 
>> i'm looking for a plugin that disassembles a given artifact into some
>> target
>> directory. Does anybody know of a plugin?
>> 
>> Thanks a bunch!
>> Daniel
> 
> Take a look at maven-dependency-plugin, 
> http://maven.apache.org/plugins/maven-dependency-plugin/
> 
> cheers,
> 
> Andrius
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Disassemble-Plugin-tf2925448s177.html#a8178371
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Disassemble Plugin

2007-01-05 Thread Andrius Šabanas

takai wrote:

Hi,

i'm looking for a plugin that disassembles a given artifact into some target
directory. Does anybody know of a plugin?

Thanks a bunch!
Daniel


Take a look at maven-dependency-plugin, 
http://maven.apache.org/plugins/maven-dependency-plugin/


cheers,

Andrius

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



Disassemble Plugin

2007-01-05 Thread takai

Hi,

i'm looking for a plugin that disassembles a given artifact into some target
directory. Does anybody know of a plugin?

Thanks a bunch!
Daniel
-- 
View this message in context: 
http://www.nabble.com/Disassemble-Plugin-tf2925448s177.html#a8177790
Sent from the Maven - Users mailing list archive at Nabble.com.


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