Ant Tasks for Maven - install sources, javadoc

2008-10-25 Thread Adrian Tarau
I'm trying(without success) to deploy Velocity artifacts into a Maven repository and I cannot figure out how to add aditional artifacts like sources, javadoc and also an aditional jar with all Velocity dependencies. I was able(following some example) to install Velocity main artifact, but my luck

Multimodule archetype does not propagate the artifactId in module names

2008-10-25 Thread stug23
Archetype NG is supposed to work properly with multimodule projects however I just tested it and found that it is now working. I added a comment to the original JIRA: http://jira.codehaus.org/browse/ARCHETYPE-153 This feature is one that I need for projects in the near term and I would appreci

Re: Reverse Eclipse Plugin?

2008-10-25 Thread Ole Ersoy
Hi Guys, Thanks for the tips. I voted for the feature. I have a gazillion projects on my plate ATM, but I'll be glad to help with creation of a mojo for this. It sounds like we: Read a plugin.xml Figure out what the dependencies are Transfer the dependency values to a modello instance. Seri

Re: Reverse Eclipse Plugin?

2008-10-25 Thread Eugene Kuleshov
There is a request to add such feature to m2eclipse. Please vote. http://jira.codehaus.org/browse/MNGECLIPSE-781 BTW, eclipse:to-maven is not what you want. That goal is just installing jars from local Eclipse installation into Maven repository. Thanks Eugene ole ersoy wrote: > > I

RE: Reverse Eclipse Plugin?

2008-10-25 Thread Martin Gainty
Hello Ole- take a look at the eclipse:to-maven plugin mvn eclipse:to-maven -DdeployTo=maven.org::default::scpexe://repo1.maven.org/home/maven/repository-staging/to-ibiblio/eclipse-staging -DeclipseDir=. http://maven.apache.org/plugins/maven-eclipse-plugin/to-maven-mojo.html HTH Martin

Re: Reverse Eclipse Plugin?

2008-10-25 Thread Stephen Connolly
afaik, there is none. but i'm sure you'd be proclaimed a hero if you wrote one ;-) -Stephen 2008/10/25 Ole Ersoy <[EMAIL PROTECTED]> > Hi, > > I was wondering whether there's a plugin that can be run on an eclipse > project to turn it into a maven project? > > So in other words one would create

Reverse Eclipse Plugin?

2008-10-25 Thread Ole Ersoy
Hi, I was wondering whether there's a plugin that can be run on an eclipse project to turn it into a maven project? So in other words one would create a project in eclipse, run "mvn eclipse:reverse", and and a pom.xml would appear in the root directory. In addition if the project has dependenc

Re: how to write a plugin that uses native (jni) dependencies ?

2008-10-25 Thread Wayne Fay
Probably NMaven was a poor suggestion. You get what you paid for on that one. But FreeHEP NAR was not. Also check out this webpage on the Maven User wiki: http://docs.codehaus.org/display/MAVENUSER/Projects+With+JNI Wayne On Sat, Oct 25, 2008 at 6:33 AM, nicolas de loof <[EMAIL PROTECTED]> wrot

Re: camel 1.5.0-SNAPSHOT

2008-10-25 Thread Wendy Smoak
On Sat, Oct 25, 2008 at 9:46 AM, hockey_dave <[EMAIL PROTECTED]> wrote: > > Is camel 1.5.0 available in the repository because adding in the dependency > doens't work. Is there something more that I need to do to try the > snapshot? No snapshots are available in the central repository. You'll ne

camel 1.5.0-SNAPSHOT

2008-10-25 Thread hockey_dave
Is camel 1.5.0 available in the repository because adding in the dependency doens't work. Is there something more that I need to do to try the snapshot? 1.5.0-SNAPSHOT camel-mail org.apache.camel ${camel-

Re: Mirroring Maven - mirrors.ibiblio.org down

2008-10-25 Thread Carlos Sanchez
there' s cica.es, see http://maven.apache.org/guides/mini/guide-mirror-settings.html On Sat, Oct 25, 2008 at 5:10 AM, John Patrick <[EMAIL PROTECTED]> wrote: > I rsync the maven repository from mirrors.ibiblio.org about once a month and > find it is offline most times I try to use it, like now. Is

Mirroring Maven - mirrors.ibiblio.org down

2008-10-25 Thread John Patrick
I rsync the maven repository from mirrors.ibiblio.org about once a month and find it is offline most times I try to use it, like now. Is their a better rsync mirror than mirrors.ibiblio.org? I've tried contacting ibiblio but have not received any response. John

Re: how to write a plugin that uses native (jni) dependencies ?

2008-10-25 Thread nicolas de loof
I made a grep-search on NMaven to search for "library.path" with no result. How does NMaven (that runs .Net tools from Java) relate to setting java.library.path on the JVM ? Nicolas 2008/10/23 Wayne Fay <[EMAIL PROTECTED]> > > I'd like to package a windows tool as a maven plugin. I can > program