Re: maven-dependency-plugin copy-dependencies

2009-01-08 Thread Ryan Moquin
, Ryan Moquin fragility...@gmail.comwrote: That's what I figured, I couldn't see how it would work this way, I think this page made me think that you would use dependency:copy-dependencies to invoke it: http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-project

RE: maven-dependency-plugin copy-dependencies

2009-01-08 Thread Brian E. Fox
Nope, it's the same as this: http://maven.apache.org/plugins/maven-dependency-plugin/faq.html#cli If you put the config in an execution, that config is not picked up when you run from the cli. If you want to bind it to a phase to run as part of the lifecycle, then it will work fine. If you

maven-dependency-plugin copy-dependencies

2009-01-07 Thread Ryan Moquin
I'm trying to understand how to use the copy-dependencies goal for the maven-dependency-plugin. Basically I want to just copy a few dependencies that are important to a directory, and exclude the rest. For some reason, I can't seem to get any of the filters to work, here is an example

RE: Bug with maven-dependency-plugin?

2008-12-19 Thread pwilder
with maven-dependency-plugin? I finally found the plugin that is using 2.0-alpha-4 version of maven-dependency-plugin. One of my modules is using maven-flex2-plugin from net.israfil.mojo which depends explicitly on maven-dependency-plugin: 2.0-alpha-4So I fixed the problem by changing the version

RE: How do I found out when the next version of the maven-dependency-plugin is due to be released?

2008-11-06 Thread Brian E. Fox
found out when the next version of the maven-dependency-plugin is due to be released? Thanks for the link its handy Basically I am trying to figure out when http://jira.codehaus.org/browse/PLXUTILS-64?page=com.atlassian.jira.plug in.system.issuetabpanels:all-tabpanel would make it into the maven

RE: How do I found out when the next version of the maven-dependency-plugin is due to be released?

2008-11-06 Thread Bracewell, Robert
version of the maven-dependency-plugin is due to be released? I was working on some issues earlier this week at the hackathon to prepare for a release. I'll see if this one can get included. -Original Message- From: Bracewell, Robert [mailto:[EMAIL PROTECTED] Sent: Wednesday, November

How do I found out when the next version of the maven-dependency-plugin is due to be released?

2008-11-05 Thread Bracewell, Robert
Hi, I am looking to find out if it's possible to know when such is due and what the planned list of Jira fixes would be? Thanks, Robert

Re: How do I found out when the next version of the maven-dependency-plugin is due to be released?

2008-11-05 Thread Wendy Smoak
On Wed, Nov 5, 2008 at 3:14 PM, Bracewell, Robert [EMAIL PROTECTED] wrote: I am looking to find out if it's possible to know when such is due and what the planned list of Jira fixes would be? You can look at JIRA or the report [1] to see what's been scheduled vs. fixed and not yet released,

RE: How do I found out when the next version of the maven-dependency-plugin is due to be released?

2008-11-05 Thread Bracewell, Robert
Thanks for the link its handy Basically I am trying to figure out when http://jira.codehaus.org/browse/PLXUTILS-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel would make it into the maven-dependency-plugin if it would. For the time being I have a workaround in place

maven-dependency-plugin: Unpacking out of a test-jar?

2008-10-27 Thread Barrie Treloar
I'm having trouble unpacking a test jar. I've tried artifactIdmaven-dependency-plugin/artifactId executions execution idunpack-shared-resources/id goals goalunpack-dependencies/goal /goals

RE: maven-dependency-plugin: Unpacking out of a test-jar?

2008-10-27 Thread Brian E. Fox
Subject: maven-dependency-plugin: Unpacking out of a test-jar? I'm having trouble unpacking a test jar. I've tried artifactIdmaven-dependency-plugin/artifactId executions execution idunpack-shared-resources/id goals goalunpack-dependencies

Re: maven-dependency-plugin: Unpacking out of a test-jar?

2008-10-27 Thread Barrie Treloar
On Tue, Oct 28, 2008 at 5:48 AM, Brian E. Fox [EMAIL PROTECTED] wrote: The classifier is tests I think and the type is just jar. You should be able to tell by looking at the file in hand. It's artifactid-version-classifier.type That's annoying. Especially since I was opening the -tests.jar to

Re: Maven Dependency Plugin Question

2008-10-02 Thread David
Thanks Wendy. That looks good. On Wed, Oct 1, 2008 at 7:22 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Wed, Oct 1, 2008 at 5:19 PM, David [EMAIL PROTECTED] wrote: I need to create a war, lets call it B that is 99% similar to another war file A that I currently have. I have thought about

Maven Dependency Plugin Question

2008-10-01 Thread David
Hello, I need to create a war, lets call it B that is 99% similar to another war file A that I currently have. I have thought about creating a new project for war file B and using the dependency plugin to unpack war file A in it's target directory. Currently the only difference between the two

Re: Maven Dependency Plugin Question

2008-10-01 Thread Wendy Smoak
On Wed, Oct 1, 2008 at 5:19 PM, David [EMAIL PROTECTED] wrote: I need to create a war, lets call it B that is 99% similar to another war file A that I currently have. I have thought about creating a new project for war file B and using the dependency plugin to unpack war file A in it's

maven-dependency-plugin 2.0 fails when running eclipse:eclipse

2008-09-04 Thread Rune Flobakk
Hello, On my project we have quite a large codebase separated in several Maven multimodule projects. In one of the parent poms I have configured to use maven-dependency-plugin to verify that we use dependencies appropriately, as described here: http://maven.apache.org/plugins/maven-dependency

RE: maven-dependency-plugin 2.0 fails when running eclipse:eclipse

2008-09-04 Thread Brian E. Fox
, September 04, 2008 6:32 AM To: users@maven.apache.org Subject: maven-dependency-plugin 2.0 fails when running eclipse:eclipse Hello, On my project we have quite a large codebase separated in several Maven multimodule projects. In one of the parent poms I have configured to use maven-dependency

Re: maven-dependency-plugin 2.0 fails when running eclipse:eclipse

2008-09-04 Thread Rune Flobakk
that eclipse:eclipse also triggers the generate-resources phase, but maven-dependency-plugin is bound to the verify phase, much later in the lifecycle. Anyway, we worked around the problem by specifying the execution of dependency:analyze-only in its own profile which is activated by Hudson

Re: maven-dependency-plugin fails if pom.xml contains a submodule

2008-07-29 Thread Julien CARSIQUE
-dependency-plugin/faq.html#cli -Original Message- From: Julien CARSIQUE [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008 8:01 AM To: Maven Users List Subject: maven-dependency-plugin fails if pom.xml contains a submodule Hi, Using maven-dependency-plugin, I go a build error since I've add

RE: maven-dependency-plugin fails if pom.xml contains a submodule

2008-07-29 Thread Brian E. Fox
: Julien CARSIQUE [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 6:31 AM To: Maven Users List Subject: Re: maven-dependency-plugin fails if pom.xml contains a submodule Thanks but I did not put the configuration inside the /executions/ tag. Look at my code extract. There's a specific

maven-dependency-plugin fails if pom.xml contains a submodule

2008-07-28 Thread Julien CARSIQUE
Hi, Using maven-dependency-plugin, I go a build error since I've add a module in the pom. Principle is to be able to manage two different calls : from execution, libraries go in target/lib/ and from a command-line call (or Ant), libraries go into ${jboss.lib}. All worked fine until I added

RE: maven-dependency-plugin fails if pom.xml contains a submodule

2008-07-28 Thread Brian E. Fox
You need to see this: http://maven.apache.org/plugins/maven-dependency-plugin/faq.html#cli -Original Message- From: Julien CARSIQUE [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008 8:01 AM To: Maven Users List Subject: maven-dependency-plugin fails if pom.xml contains a submodule

Maven dependency plugin issue

2008-07-15 Thread Bergman, Moshe
Hello, I am have this problem running maven dependency plugin: C:\work\pluginmvn org.apache.maven.plugins:maven-dependency-plugin:2.0:list [INFO] Scanning for projects... WAGON_VERSION: 1.0-beta-2 [INFO] - --- [INFO

maven-dependency-plugin does not exist or no valid version could be found

2008-04-04 Thread David Delbecq
Can someone explain to me this error please? For curious reasons, maven is enable to find it's dependency plugin $ mvn -e dependency:tree + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'dependency'. [INFO]

RE: maven-dependency-plugin does not exist or no valid version could be found

2008-04-04 Thread Brian E. Fox
Users List Subject: maven-dependency-plugin does not exist or no valid version could be found Can someone explain to me this error please? For curious reasons, maven is enable to find it's dependency plugin $ mvn -e dependency:tree + Error stacktraces are turned on. [INFO] Scanning for projects

Re: maven-dependency-plugin

2008-03-25 Thread Davis Ford
Brian, Maybe a dumb question, but is there a way I can just use the maven-dependency-plugin programatically to accomplish what I'm trying to do? Can I just pull the plugin jar in so it is on the classpath like any other dependency and use its API to get project.getArtifacts() ? On Wed, Mar 19

RE: maven-dependency-plugin

2008-03-25 Thread Brian E. Fox
- From: Davis Ford [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 10:31 AM To: Maven Users List Subject: Re: maven-dependency-plugin Brian, Maybe a dumb question, but is there a way I can just use the maven-dependency-plugin programatically to accomplish what I'm trying to do? Can I

Re: maven-dependency-plugin

2008-03-25 Thread Davis Ford
- From: Davis Ford [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 10:31 AM To: Maven Users List Subject: Re: maven-dependency-plugin Brian, Maybe a dumb question, but is there a way I can just use the maven-dependency-plugin programatically to accomplish what I'm trying

RE: maven-dependency-plugin

2008-03-25 Thread Brian E. Fox
? Couldn't you just enumerate the lib folder? -Original Message- From: Davis Ford [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 11:17 AM To: Maven Users List Subject: Re: maven-dependency-plugin Quick follow-up. Consider if I have this use case: For project A, do mvn

Re: maven-dependency-plugin

2008-03-25 Thread Davis Ford
Ford [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 11:17 AM To: Maven Users List Subject: Re: maven-dependency-plugin Quick follow-up. Consider if I have this use case: For project A, do mvn assembly:assembly to make uber-jar, and deploy it so someone can use it. For each

maven-dependency-plugin

2008-03-19 Thread Davis Ford
Hi, I'm trying to use the maven-dependency-plugin to dump a list of the project's dependencies out to a text file, but I can not seem to get it to do anything. relevant configuration: plugin groupIdorg.apache.maven.plugins/groupId

RE: maven-dependency-plugin

2008-03-19 Thread Brian E. Fox
:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 4:46 PM To: Maven Users List Subject: maven-dependency-plugin Hi, I'm trying to use the maven-dependency-plugin to dump a list of the project's dependencies out to a text file, but I can not seem to get it to do anything. relevant configuration

Re: maven-dependency-plugin

2008-03-19 Thread Davis Ford
Users List Subject: maven-dependency-plugin Hi, I'm trying to use the maven-dependency-plugin to dump a list of the project's dependencies out to a text file, but I can not seem to get it to do anything. relevant configuration: plugin

RE: maven-dependency-plugin

2008-03-19 Thread Brian E. Fox
19, 2008 5:57 PM To: Maven Users List Subject: Re: maven-dependency-plugin Hi Brian, Indeed -- total goof-up on my part. I had multiple project pom.xml files and was editing the wrong one. It works like a charm. Quick related question...the whole purpose of me dumping this to a text file

Using the maven-dependency-plugin

2008-03-18 Thread Shalini Muthukrishnan
Hi, I am using the maven-dependency-plugin unpack-dependencies to unpack the dependencies into some directory in my target directory. When i have multiple executions, the first unpack-dependencies execution unpacks the junit jar by default into my output directory. This does not happen

RE: Using the maven-dependency-plugin

2008-03-18 Thread Brian E. Fox
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2008 3:10 PM To: users@maven.apache.org Subject: Using the maven-dependency-plugin Hi, I am using the maven-dependency-plugin unpack-dependencies to unpack the dependencies into some directory in my target

Re: Using the maven-dependency-plugin

2008-03-18 Thread Shalini Muthukrishnan
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2008 3:10 PM To: users@maven.apache.org Subject: Using the maven-dependency-plugin Hi, I am using the maven-dependency-plugin unpack-dependencies to unpack the dependencies into some directory in my target directory. When i have

Re: Using the maven-dependency-plugin

2008-03-18 Thread Shalini Muthukrishnan
-plugin Hi, I am using the maven-dependency-plugin unpack-dependencies to unpack the dependencies into some directory in my target directory. When i have multiple executions, the first unpack-dependencies execution unpacks the junit jar by default into my output directory. This does not happen

RE: Using the maven-dependency-plugin

2008-03-18 Thread Brian E. Fox
Are there any dependencies listed in the parent of the attached pom? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2008 8:24 PM To: Maven Users List Subject: Re: Using the maven-dependency-plugin The outcome of a mvn install

Re: Using the maven-dependency-plugin

2008-03-18 Thread Shalini Muthukrishnan
To: Maven Users List Subject: Re: Using the maven-dependency-plugin The outcome of a mvn install is the following: $ ls src/main/java/__ds_archive com junit META-INF org $ ls src/main/java/__cp_archive com META-INF As you can see from above, the 2 extra junit packages have been unpacked in the case

RE: Using the maven-dependency-plugin

2008-03-18 Thread Brian E. Fox
: Tuesday, March 18, 2008 9:36 PM To: Maven Users List Subject: Re: Using the maven-dependency-plugin The top level parent's pom has a dependency listed on junit. Does this affect? Brian E. Fox wrote: Are there any dependencies listed in the parent of the attached pom? -Original Message

maven-dependency-plugin not unpacking properly

2008-03-03 Thread EJ Ciramella
Is anyone else able to use the unpack-dependencies plugin goal and specify, say, a single file? configuration excludes**/*/excludes includescommon.properties/includes I've tried everything I can think of (all kinds

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread Brian E. Fox
PROTECTED] Sent: Monday, March 03, 2008 12:01 PM To: users@maven.apache.org Subject: maven-dependency-plugin not unpacking properly Is anyone else able to use the unpack-dependencies plugin goal and specify, say, a single file? configuration

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread EJ Ciramella
I initially only had the includes, but I'm getting everything out of the artifact. Any other suggestions? -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008 1:14 PM To: Maven Users List Subject: RE: maven-dependency-plugin not unpacking

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread Brian E. Fox
What version of the plugin are you using? This is only available in 2.0. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008 2:09 PM To: Maven Users List Subject: RE: maven-dependency-plugin not unpacking properly I initially only had

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread EJ Ciramella
version2.0-alpha-4/version I'm guessing I need to ditch the alpha part now? -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008 2:23 PM To: Maven Users List Subject: RE: maven-dependency-plugin not unpacking properly What version of the plugin

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread EJ Ciramella
The docs are for this particular version yet they include this option (and still it doesn't work). -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008 2:40 PM To: Maven Users List Subject: RE: maven-dependency-plugin not unpacking properly

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread Brian E. Fox
a test project to double check this functionality. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008 2:41 PM To: Maven Users List Subject: RE: maven-dependency-plugin not unpacking properly The docs are for this particular version yet they include

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread EJ Ciramella
Ahhh - very true. But at the entry point for the dependency docs, it specifies 2.0-alpha-4. Please fix. -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008 2:55 PM To: Maven Users List Subject: RE: maven-dependency-plugin not unpacking properly

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread Brian E. Fox
because the main site says 2.0: http://maven.apache.org/plugins/maven-dependency-plugin/ -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008 3:14 PM To: Maven Users List Subject: RE: maven-dependency-plugin not unpacking properly Ahhh - very true

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread Brian E. Fox
I added an IT for this, it's working ok: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin /src/it/filterunpack/?pathrev=633266 Look at the pom to see how to use it. (should be the same for unpack goal too) -Original Message- From: Brian E. Fox [mailto:[EMAIL

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread EJ Ciramella
This page shows 2.0-alpha-4 http://maven.apache.org/plugins/index.html I have it working using version 2.0 of the plugin. -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008 3:39 PM To: Maven Users List Subject: RE: maven-dependency-plugin

Bug with maven-dependency-plugin?

2008-03-02 Thread Sebastien ARBOGAST
I have a problem using maven-dependency-plugin. One of my modules configures this plugin: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId version2.0/version executions

Re: Bug with maven-dependency-plugin?

2008-03-02 Thread Olivier Lamy
An other module use the plugin with the version 2.0-alpha-4 ? -- Olivier 2008/3/2, Sebastien ARBOGAST [EMAIL PROTECTED]: I have a problem using maven-dependency-plugin. One of my modules configures this plugin: plugin groupIdorg.apache.maven.plugins/groupId

Re: Bug with maven-dependency-plugin?

2008-03-02 Thread Dennis Lundberg
Perhaps there is something wrong with the meta data in your local repository. You could try removing the following directory and have Maven download the artifact again: ~/.m2/repository/org/apache/maven/plugins/maven-dependency-plugin/ Sebastien ARBOGAST wrote: I have a problem using maven

Re: Bug with maven-dependency-plugin?

2008-03-02 Thread Sebastien ARBOGAST
]: I have a problem using maven-dependency-plugin. One of my modules configures this plugin: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId version2.0/version executions

Re: Bug with maven-dependency-plugin?

2008-03-02 Thread Sebastien ARBOGAST
I finally found the plugin that is using 2.0-alpha-4 version of maven-dependency-plugin. One of my modules is using maven-flex2-plugin from net.israfil.mojo which depends explicitly on maven-dependency-plugin: 2.0-alpha-4So I fixed the problem by changing the version of the plugin configuration

RE: Bug with maven-dependency-plugin?

2008-03-02 Thread Brian E. Fox
PROTECTED] Sent: Sunday, March 02, 2008 12:48 PM To: Maven Users List Subject: Re: Bug with maven-dependency-plugin? I finally found the plugin that is using 2.0-alpha-4 version of maven-dependency-plugin. One of my modules is using maven-flex2-plugin from net.israfil.mojo which depends

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-26 Thread Stephen Connolly
up to whatever is doing the packaging to create the manifest. -Original Message- From: amit kumar [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 1:37 AM To: Maven Users List Subject: Re: Problem with maven-dependency-plugin: copy-dependencies Can I modify

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-26 Thread amit kumar
:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 1:37 AM To: Maven Users List Subject: Re: Problem with maven-dependency-plugin: copy-dependencies Can I modify Manifest entries along with the copy-dependencies goal in configuration? Or something like that. I want

RE: Problem with maven-dependency-plugin: copy-dependencies

2008-02-25 Thread Brian E. Fox
The dependency plugin only copies things. It's up to whatever is doing the packaging to create the manifest. -Original Message- From: amit kumar [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 1:37 AM To: Maven Users List Subject: Re: Problem with maven-dependency-plugin: copy

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-25 Thread amit kumar
, 2008 1:37 AM To: Maven Users List Subject: Re: Problem with maven-dependency-plugin: copy-dependencies Can I modify Manifest entries along with the copy-dependencies goal in configuration? Or something like that. I want the Manifest.mf to have entries for the copied dependencies

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-25 Thread amit kumar
at http://jira.codehaus.org/browse/MDEP and attach the files there. -Original Message- From: PatrickV [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 01, 2008 11:08 AM To: users@maven.apache.org Subject: RE: Problem with maven-dependency-plugin: copy-dependencies

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-22 Thread Graham Leggett
amit kumar wrote: Can I modify Manifest entries along with the copy-dependencies goal in configuration? Or something like that. I want the Manifest.mf to have entries for the copied dependencies(in the specific folder). Do it the other way around - don't try and change the path in the

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-22 Thread amit kumar
Thanks. Amit Kumar On Fri, Feb 22, 2008 at 2:30 PM, Graham Leggett [EMAIL PROTECTED] wrote: amit kumar wrote: Can I modify Manifest entries along with the copy-dependencies goal in configuration? Or something like that. I want the Manifest.mf to have entries for the copied

Re: Problem with maven-dependency-plugin: copy-dependencies

2008-02-21 Thread amit kumar
there. -Original Message- From: PatrickV [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 01, 2008 11:08 AM To: users@maven.apache.org Subject: RE: Problem with maven-dependency-plugin: copy-dependencies I hope I can make it clear by attaching the pom's to this message. The poms

Re: [ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Kalle Korhonen
Congrats and big thanks! I'm sure there's been a lot of people waiting for this plugin release, especially those interested in the dashboard, me included. Kalle On 1/25/08, Brian Fox [EMAIL PROTECTED] wrote: The Maven team is pleased to announce the 2.0 release of the Maven Dependency Plugin

[ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Brian Fox
The Maven team is pleased to announce the 2.0 release of the Maven Dependency Plugin: http://maven.apache.org/plugins/maven-dependency-plugin This release fixes many issues and introduces several new goals for dependency analysis and output. Release Notes - Maven 2.x Dependency Plugin - Version

Re: [ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Erez Nahir
PROTECTED] wrote: The Maven team is pleased to announce the 2.0 release of the Maven Dependency Plugin: http://maven.apache.org/plugins/maven-dependency-plugin This release fixes many issues and introduces several new goals for dependency analysis and output. Release Notes

Re: [ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Stephen Connolly
, Brian Fox [EMAIL PROTECTED] wrote: The Maven team is pleased to announce the 2.0 release of the Maven Dependency Plugin: http://maven.apache.org/plugins/maven-dependency-plugin This release fixes many issues and introduces several new goals for dependency analysis

Re: [ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Simon Kitching
of people waiting for this plugin release, especially those interested in the dashboard, me included. Kalle On 1/25/08, Brian Fox [EMAIL PROTECTED] wrote: The Maven team is pleased to announce the 2.0 release of the Maven Dependency Plugin: http://maven.apache.org/plugins

maven-dependency-plugin 2.0 fail to unpack tar file

2008-01-28 Thread Erez Nahir
With recent dependency plugin, I get an error (below) for this configuration. This used to work with version 2.0-alpha-4 Please advise, Thanks, Erez. pom.xml: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId

Re: maven-dependency-plugin 2.0 fail to unpack tar file

2008-01-28 Thread Erez Nahir
version of the archiver to support the filtering. -Original Message- From: Erez Nahir [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 9:43 AM To: Maven Users List Subject: maven-dependency-plugin 2.0 fail to unpack tar file With recent dependency plugin, I get an error

RE: [ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Brian E. Fox
:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 10:01 AM To: Maven Users List Subject: Re: [ANN] Maven Dependency Plugin 2.0 Released FYI, this version is no more compatible with maven 2.0.5. It's working with 2.0.7. I didn't test with 2.0.6 I opened MDEP-136. Arnaud On Jan 25, 2008 11:45 PM

RE: maven-dependency-plugin 2.0 fail to unpack tar file

2008-01-28 Thread Brian E. Fox
] Sent: Monday, January 28, 2008 9:43 AM To: Maven Users List Subject: maven-dependency-plugin 2.0 fail to unpack tar file With recent dependency plugin, I get an error (below) for this configuration. This used to work with version 2.0-alpha-4 Please advise, Thanks, Erez. pom.xml: plugin

Re: [ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Arnaud HERITIER
FYI, this version is no more compatible with maven 2.0.5. It's working with 2.0.7. I didn't test with 2.0.6 I opened MDEP-136. Arnaud On Jan 25, 2008 11:45 PM, Brian Fox [EMAIL PROTECTED] wrote: The Maven team is pleased to announce the 2.0 release of the Maven Dependency Plugin: http

Re: maven-dependency-plugin 2.0 fail to unpack tar file

2008-01-28 Thread Erez Nahir
- From: Erez Nahir [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 9:43 AM To: Maven Users List Subject: maven-dependency-plugin 2.0 fail to unpack tar file With recent dependency plugin, I get an error (below) for this configuration. This used to work with version 2.0

RE: Problem with maven-dependency-plugin: copy-dependencies

2008-01-02 Thread PatrickV
there. -Original Message- From: PatrickV [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 01, 2008 11:08 AM To: users@maven.apache.org Subject: RE: Problem with maven-dependency-plugin: copy-dependencies I hope I can make it clear by attaching the pom's to this message. The poms

RE: Problem with maven-dependency-plugin: copy-dependencies

2008-01-01 Thread PatrickV
] Sent: Sunday, December 30, 2007 2:11 PM To: users@maven.apache.org Subject: RE: Problem with maven-dependency-plugin: copy-dependencies I changed the packaging of module C into jar, and no difference. I think the copy-dependency plugin does not take into account dependencies on artifacts

RE: Problem with maven-dependency-plugin: copy-dependencies

2008-01-01 Thread Brian E. Fox
: PatrickV [mailto:[EMAIL PROTECTED] Sent: Sunday, December 30, 2007 2:11 PM To: users@maven.apache.org Subject: RE: Problem with maven-dependency-plugin: copy-dependencies I changed the packaging of module C into jar, and no difference. I think the copy-dependency plugin does not take

RE: Problem with maven-dependency-plugin: copy-dependencies

2007-12-31 Thread Brian E. Fox
-Original Message- From: PatrickV [mailto:[EMAIL PROTECTED] Sent: Sunday, December 30, 2007 2:11 PM To: users@maven.apache.org Subject: RE: Problem with maven-dependency-plugin: copy-dependencies I changed the packaging of module C into jar, and no difference. I think the copy

Problem with maven-dependency-plugin: copy-dependencies

2007-12-30 Thread PatrickV
ideas, on how I can achieve my goal, without reverting to the copy workaround? Many thanks, Patrick Vanbrabant HintTech -- View this message in context: http://www.nabble.com/Problem-with-maven-dependency-plugin%3A-copy-dependencies-tp14546285s177p14546285.html Sent from the Maven - Users mailing

Problem with maven-dependency-plugin: copy-dependencies

2007-12-30 Thread Patrick Vanbrabant
Hi, I have a multi-module project set up as follows. Parent Module A depenencies: x, y,z Module B dependencies: A, y,d, Module C dependencies: A, B, t,u,y Each module with its own dependencies. Now I want to execute the goal copy-dependencies on

RE: Problem with maven-dependency-plugin: copy-dependencies

2007-12-30 Thread Brian E. Fox
the contents as they are unpacked). -Original Message- From: Patrick Vanbrabant [mailto:[EMAIL PROTECTED] Sent: Sunday, December 30, 2007 5:53 AM To: users@maven.apache.org Subject: Problem with maven-dependency-plugin: copy-dependencies Hi, I have a multi-module project set up as follows

RE: Problem with maven-dependency-plugin: copy-dependencies

2007-12-30 Thread PatrickV
5:53 AM To: users@maven.apache.org Subject: Problem with maven-dependency-plugin: copy-dependencies Hi, I have a multi-module project set up as follows. Parent Module A depenencies: x, y,z Module B dependencies: A, y,d, Module C

RE: maven-dependency-plugin unpack prior to generate-source AndroMDA

2007-12-12 Thread jeeads
] Sent: Tuesday, December 11, 2007 9:06 AM To: users@maven.apache.org Subject: RE: maven-dependency-plugin unpack prior to generate-source AndroMDA Brian, Thanks for the quick response. I have tried using Validate in the phase property but it still creates the source from

maven-dependency-plugin unpack prior to generate-source AndroMDA

2007-12-11 Thread jeeads
I would like to configure the maven-dependency-plugin to unpack a dependency that contains templates I want to override prior to generating the source code in AndroMDA. Currently it does the unpacking into the directory I have setup as a mergerLocation in my andromda.xml but the unpacking occurs

RE: maven-dependency-plugin unpack prior to generate-source AndroMDA

2007-12-11 Thread Brian E. Fox
: maven-dependency-plugin unpack prior to generate-source AndroMDA I would like to configure the maven-dependency-plugin to unpack a dependency that contains templates I want to override prior to generating the source code in AndroMDA. Currently it does the unpacking into the directory I have setup

RE: maven-dependency-plugin unpack prior to generate-source AndroMDA

2007-12-11 Thread jeeads
: Tuesday, December 11, 2007 4:41 AM To: users@maven.apache.org Subject: maven-dependency-plugin unpack prior to generate-source AndroMDA I would like to configure the maven-dependency-plugin to unpack a dependency that contains templates I want to override prior to generating the source code

RE: maven-dependency-plugin unpack prior to generate-source AndroMDA

2007-12-11 Thread Brian E. Fox
: RE: maven-dependency-plugin unpack prior to generate-source AndroMDA Brian, Thanks for the quick response. I have tried using Validate in the phase property but it still creates the source from the templates prior to unpacking the necessary resources? If I take the executions node tree

RE: latest version of maven-dependency-plugin - missing excludes on ArtifactItem

2007-11-27 Thread Brian E. Fox
The excludes is used for unpacking and it's available in 2.0-alpha-5-SNAPSHOT -Original Message- From: Erez Nahir [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 2:53 AM To: users@maven.apache.org Subject: latest version of maven-dependency-plugin - missing excludes

Re: latest version of maven-dependency-plugin - missing excludes on ArtifactItem

2007-11-27 Thread Erez Nahir
, 2007 2:53 AM To: users@maven.apache.org Subject: latest version of maven-dependency-plugin - missing excludes on ArtifactItem Hi, I'm trying to use maven-dependency-plugin with excludes tag in my configuration part: plugin groupIdorg.apache.maven.plugins/groupId

latest version of maven-dependency-plugin - missing excludes on ArtifactItem

2007-11-26 Thread Erez Nahir
Hi, I'm trying to use maven-dependency-plugin with excludes tag in my configuration part: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId executions execution

[M2] maven-dependency-plugin vs. dependency-maven-plugin

2007-11-20 Thread CodingPlayer
hi, does anyone know which of these plugins is still maintained? (meaning what plugin should i use, and which is the current version?) http://mirrors.ibiblio.org/pub/mirrors/maven2/maven/maven-dependency-plugin/ http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/mojo/dependency-maven

RE: [M2] maven-dependency-plugin vs. dependency-maven-plugin

2007-11-20 Thread Brian E. Fox
You want org.apache.maven.plugins:maven-dependency-plugin. Latest release is 2.0-alpha-4. http://maven.apache.org/plugins/maven-dependency-plugin That ibiblio mirror is seriously slow. I think you should stop using it. Use repo1.maven.org/maven2 instead. -Original Message- From

Re: [maven-dependency-plugin] v 2.0-alpha-4 : include/exclude scopes

2007-09-18 Thread clarako
PROTECTED] -- View this message in context: http://www.nabble.com/-maven-dependency-plugin--v-2.0-alpha-4-%3A-include-exclude-scopes-tf4177712s177.html#a12752781 Sent from the Maven - Users mailing list archive at Nabble.com

RE: [maven-dependency-plugin] v 2.0-alpha-4 : include/exclude scopes

2007-09-18 Thread Brian E. Fox
, September 18, 2007 4:56 AM To: users@maven.apache.org Subject: Re: [maven-dependency-plugin] v 2.0-alpha-4 : include/exclude scopes Wayne, I'm using Maven for a commercial project and I'm making a release build. I believe our test dependencies should be excluded from the release build, since

Re: [maven-dependency-plugin] v 2.0-alpha-4 : include/exclude scopes

2007-07-30 Thread Wayne Fay
I don't believe all but test as a possible scope makes much sense when you're thinking about valid use/business cases. Can you think of such a real-life situation? Also, it might be helpful to review the Maven Dependency Scope section on this page:

RE: [maven-dependency-plugin] v 2.0-alpha-4 : include/exclude scopes

2007-07-30 Thread Brian E. Fox
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 10:10 AM To: users@maven.apache.org Subject: [maven-dependency-plugin] v 2.0-alpha-4 : include/exclude scopes Hello ! I'd like to talk about the behaviour of the dependency:copy-depedencies plugin, when I add some include

RE: maven-dependency-plugin: Checks for updates for released artifacts?

2007-07-24 Thread Brian E. Fox
I've never seen this before, and use mdep quite extensively. Can you paste a log? From: Barrie Treloar [mailto:[EMAIL PROTECTED] Sent: Tue 7/24/2007 12:08 AM To: Maven Users List Subject: Re: maven-dependency-plugin: Checks for updates for released artifacts

<    1   2   3   4   5   >