RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread EJ Ciramella
. Fox [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008 3:20 PM To: Maven Users List Subject: RE: maven-dependency-plugin not unpacking properly Are you running this from the command line like mvn dependency:unpack / unpack-dependencies or is it bound to a phase in your pom? If it's fr

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread Brian E. Fox
EMAIL PROTECTED] Sent: Monday, March 03, 2008 3:20 PM To: Maven Users List Subject: RE: maven-dependency-plugin not unpacking properly Are you running this from the command line like mvn dependency:unpack / unpack-dependencies or is it bound to a phase in your pom? If it's from the CLI, you may

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread Brian E. Fox
.0-alpha-4 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

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread EJ Ciramella
e @since part. I'll create 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 pa

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread Brian E. Fox
ate 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 in

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 EJ Ciramella
2.0-alpha-4 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 are you

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 the

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 unpa

RE: maven-dependency-plugin not unpacking properly

2008-03-03 Thread Brian E. Fox
The plexus archiver component code works like this: return isIncluded( name ) && !isExcluded( name ); So basically the excludes **/* is overriding the includes. Most likely you only want **/common.properties --Brian -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: