RE: Creating a .wsr file artifact

2006-10-07 Thread Swenson, Eric
Thanks very much, Wendell. I finally have everything working correctly. I actually had two things wrong -- I didn't have the in my project's pom and the life-cycle () in my plugin had a couple mistakes. Thanks again for your help. -- Eric -Original Message- From: Wendell Beckwith [mailt

Re: Creating a .wsr file artifact

2006-10-07 Thread Nathan Beyer
Actually, I think you need to explicitly add an extension element to your POM. That was the second half of my suggestion. -Nathan On 10/7/06, Swenson, Eric <[EMAIL PROTECTED]> wrote: I looked in both the maven-jar-plugin and the maven-war-plugin and don't see any components.xml. Yet these both

Re: please sync m1 and m2 repos for Xerces 2.8.1

2006-10-07 Thread Nathan Beyer
Okay, I've cleaned up the m2 sync repo. Please sync the m1 repo. BTW - Maybe I'm just not getting it, but it seems very odd that I use Maven 2 with a v4.0.0 POM and perform a deploy:deploy-file using legacy style to the m1 sync repo, then do a manual upload of source JARs to the m1 sync repo (leg

RE: [vote] Release Maven Javadoc plugin 2.1

2006-10-07 Thread Brian E. Fox
+1 for release. Mjavadoc-93 has been applied. -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 9:48 PM To: Maven Developers List Subject: RE: [vote] Release Maven Javadoc plugin 2.1 Patch applied and mojo test updated. I verified that with

RE: Problem listing a projects deps transitivly

2006-10-07 Thread Brian E. Fox
Take a look at the maven-dependency-plugin. There is a transitivityFilter class that does what you want. It's essentially like this: project.getArtifacts is all dependencies including transitive. Project.getDependencies are all non transitive dependencies. To get the list of transitive, you need to

Re: please sync m1 and m2 repos for Xerces 2.8.1

2006-10-07 Thread Carlos Sanchez
That's other story and we can solve it if you provide the right metadata in http://jira.codehaus.org/browse/MEV On 10/7/06, Nathan Beyer <[EMAIL PROTECTED]> wrote: Even though I was able to update and correct the artifact's maven-metadata.xml (plus correct checksums)[1]? It would be nice to at l

Re: Creating a .wsr file artifact

2006-10-07 Thread Wendell Beckwith
IIRC those are "standard" mappings and they are defined inside the components.xml defined in the maven-core plugin in your /lib directory. Because your plugin is not a "standard" plugin you have to use the element with your plugin declaration in the pom of the project that uses the maven-wsr-plu

[ANN] Maven Clover Plugin 2.3 for Maven 2 Released

2006-10-07 Thread Vincent Massol
The Maven team is pleased to announce the release of the Maven Clover Plugin, version 2.3 http://maven.apache.org/plugins/maven-clover-plugin/ You can run mvn -U to get the latest version of the plugin, or specify the version in your project's plugin configuration: org.apache.maven.plugins ma

Problem listing a projects deps transitivly

2006-10-07 Thread Jason Dillon
I've been trying for several weeks to figure out how to get a list of the dependencies of a project, or an artifact transitively from a mojo. So far all of my attempts do not result in anything like I expect. I either get no deps, or all of the deps in my project... like I find that "jun

RE: Creating a .wsr file artifact

2006-10-07 Thread Swenson, Eric
I looked in both the maven-jar-plugin and the maven-war-plugin and don't see any components.xml. Yet these both appear to define a default life cycle mapping (somehow). -- Eric -Original Message- From: Swenson, Eric Sent: Friday, October 06, 2006 11:56 PM To: Maven Developers List Subje