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'
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
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
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
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
+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
+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
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
+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
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
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
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
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
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
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
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
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
17 matches
Mail list logo