Internal error in plugin manager

2006-10-11 Thread Swenson, Eric
Can anyone explain what this error means: [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar': Unable to find the mojo 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar' in the plugin 'org.apache.maven.plugins:maven-jar-plugin'

Re: Upload to a local repository

2006-10-11 Thread Arnaud HERITIER
No, it's perfect. Is there some documentation about it ? Arnaud On 10/12/06, Joakim Erdfelt <[EMAIL PROTECTED]> wrote: Archiva has webdav support already. You can upload content to the repository using wagon-webdav. Is there something else you had in mind? - Joakim Arnaud HERITIER wrote: > H

MCLEAN Docu's index.html bug(?)

2006-10-11 Thread Franz Allan Valencia See
Good day, Just noticed that the index.html generated by the latest version of maven-clean-plugin is not the one we reviewed ([1]). Thanks, Franz [1] http://jira.codehaus.org/browse/MCLEAN-21

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2006-10-11 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (29 issues) Subscriber: mavendevlist Key Summary MAVENUPLOAD-1143Upload Echo2 2.1.0.beta5 (corrected groupId) http://jira.codehaus.org/browse/MAVENUPLOAD-1143 MAVENUPLOAD-1161Maven XML Validation Plugin upl

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2006-10-11 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (31 issues) Subscriber: mavendevlist Key Summary MEV-443 Several projects have maven-metadata.xml files that are missing released versions http://jira.codehaus.org/browse/MEV-443 MEV-451 pom for

Re: [VOTE] Release maven clean plugin 2.1.1

2006-10-11 Thread Joakim Erdfelt
+1 Wouldn't it be nice if our own system informed us of unreleased code that has been idle for a while? - Joakim Carlos Sanchez wrote: > Last release was in February, and last change from august, can we > release this? > > Changelog: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=tr

RE: [VOTE] Release maven clean plugin 2.1.1

2006-10-11 Thread Brian E. Fox
+1 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Wednesday, October 11, 2006 1:16 PM To: Maven Developers List Subject: [VOTE] Release maven clean plugin 2.1.1 Last release was in February, and last change from august, can we relea

RE: RE: manually managing external dependencies in maven 2

2006-10-11 Thread Brian E. Fox
Actually it sounds like you just want dependency:resolve which does exactly what you ask. This one is released in the mojo version: org.codehaus.mojo:dependency-maven-plugin:1.0 -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 1:19 PM To: M

Re: [VOTE] Release maven clean plugin 2.1.1

2006-10-11 Thread John Casey
+1 On 10/11/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: Last release was in February, and last change from august, can we release this? Changelog: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11128&fixfor=12380 -- I could give you my word as a Spaniard. No good. I've k

Re: RE: manually managing external dependencies in maven 2

2006-10-11 Thread fogwolf
Adding "@requiresDependencyResolution test" to my Mojo totally did it - *exactly* what I was looking for - thanks!!! John Casey-3 wrote: > > You might be able to use the "go-offline" mojo in the > maven-dependency-plugin, which is still in snapshots before its next > release > IIRC. You would

Re: RE: manually managing external dependencies in maven 2

2006-10-11 Thread John Casey
You might be able to use the "go-offline" mojo in the maven-dependency-plugin, which is still in snapshots before its next release IIRC. You would have to add: apache.snapshots http://people.apache.org/repo/m2-snapshot-repository Then, you could call/bind the go-offline mojo to downl

[VOTE] Release maven clean plugin 2.1.1

2006-10-11 Thread Carlos Sanchez
Last release was in February, and last change from august, can we release this? Changelog: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11128&fixfor=12380 -- I could give you my word as a Spaniard. No good. I've known too many Spaniards. -- The

Antwort: SAXParser problem with Maven 2.0.4, Xalan 2.8.1, Xerces 2.8.0 and Java 1.5

2006-10-11 Thread Aaron . Digulla
Hello, I made some further progress. Apparently, the problem is in Sun's SAXParserFactory which stores a classloader internally. This classloader is from the Pleistocene (when the current VM was still fresh and didn't know about Maven). So when my plugin comes into play, the classloader used b

Antwort: RE: manually managing external dependencies in maven 2

2006-10-11 Thread Aaron . Digulla
Hello, A simple solution would be to run "mvn -U" (i.e. run a CLI command) which will update all dependencies in the repository. There should also be a goal which just downloads all dependencies without compiling. But a clean way to browse the dependency tree (including "update this") from Ja

How can I make a system dependency available in runtime scope ?

2006-10-11 Thread Manuel Ledesma
I need a jar to be available in runtime scope, but it's defined with system scope. Is there any way of making it available in runtime scope ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

RE: manually managing external dependencies in maven 2

2006-10-11 Thread fogwolf
Thanks for the suggestion. This Eclipse plugin looks good & does a lot of what the plugin I've written does, but I'd still like to know how to control the download of external dependencies, since my plugin does more custom things I've written based on my development environment here. Could anyone

SAXParser problem with Maven 2.0.4, Xalan 2.8.1, Xerces 2.8.0 and Java 1.5

2006-10-11 Thread Aaron . Digulla
Hello, I'm trying to port StatCVS to maven2 and had some success ... well, if I invoke StatCVS as a subprocess. But I want to invoke StatCVS directly, too. Now, I'm stuck while invoking StatCVS from Java. When I try, I get this error: saxFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl java