RE: Use System Properties in Settings.xml?

2006-08-23 Thread Peter . Pilgrim
> -Original Message- > From: Sharma, Jaikumar [mailto:[EMAIL PROTECTED] > Sent: 19 August 2006 08:51 > To: Maven Users List > Subject: RE: Use System Properties in Settings.xml? > > As I had initially mentioned, this works for me, not sure > about adding "ENV" as a prefix to "MAVEN_H

Re: ant plugin and javah

2006-08-23 Thread Pierre Parrend
Hello, I solved the problem by following trick : that is ti say I use the ant version that is installed on my computer. But it is not very portable ... another question : is it possible to execute several ant tasks in the same pom ? when I try to define several tags (for

Re: [m204] JDevloper plugin not found

2006-08-23 Thread Geoffrey De Smet
Everything under groupId "maven" is legacy from maven 1, even if it's in the maven 2 repository. You can't use a m1 plugin in m2. So take a look at what is below groupId "org.apache.maven.plugins" and "org.codehaus.mojo" Mick Knutson wrote: The plugin 'org.apache.maven.plugins:maven-jdeveloper

Re: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Stéphane Bouchet
There is also a thread about building eclipse RCP apps but i believe this is for eclipse 3.2 : http://www.nabble.com/Eclipse-bundle-howto-tf2065506.html#a5690799 Stéphane. Valerio Schiavoni a écrit : after a quick search, i found it my self. adding these lines to your pom: maven-eclips

Re: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Valerio Schiavoni
after a quick search, i found it my self. adding these lines to your pom: maven-eclipse-plugin 2.3-SNAPSHOT true you should be able at least to compile an eclipse plugin. On 8/23/06, Valerio Schiavoni <[EMAIL PROTE

Re: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Valerio Schiavoni
there was a thread one month ago approximately about it (subject: eclipse plugin archetype?) where some improvements in the maven-eclipse-plugin could allow to build a maven eclipse. let me know if you don't find it. On 8/23/06, Sharma, Jaikumar <[EMAIL PROTECTED]> wrote: Does any plugin exist

Re: Jar With Dependencies

2006-08-23 Thread Arnaud Bailly
Douglas Ferguson <[EMAIL PROTECTED]> writes: > Does anybody have a suggestion for creating a jar with dependencies > that has all the dependencies exploded? There is an tag in assembly descriptor that does this. http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html > > If I send t

<    1   2