Re: Maven Axis2 plugin - different stub code generation

2012-11-14 Thread Claudio Query
Thanks for the suggestion. Maybe I'm doing something wrong, but toolchains doesn't solve my issue Also if I try to use jdk 1.6, it continues to use jdk 1.7 (set by JAVA_HOME), maybe Axis plugin doesn't use MavenSession. I've created *toolchains.xml* inside my home/.m2 directory, the file is

Re: mvn release:prepare cannot git-commit the pom.xml change

2012-11-14 Thread Martin Lichtin
I'll try using the git windows port and I guess it will work. However, could Maven not try to support this environment, understand that it is running in Cygwin and don't use cmd.exe and create a 'normal' tmp path. - Original Message - From: Nord, James jn...@nds.com To: Maven Users

Plugin that depends on components from another plugin

2012-11-14 Thread Alban Linard
Hello, i am trying to create a maven plugin that makes use of another plugin (archetype). The latter seems to heavily use plexus components. I cannot find a way to load and use a component in archetype (see example code attached). What did i wrong? Is it because the components only exist in the

Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Eyal Goren
Hi, I am using the maven-nar-plugin for C++ projects. Currently I am having a project that I compile in parallel- on Windows and on Linux. On Windows I dpely all artifacts, and on Linux, I am trying to deploy only linux specific artifact. When I use maven 2- the deployment on Linux works as

Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Eyal Goren
One line was not written well- [ERROR] Unknown packaging: nar @ line 14, column 14 -- View this message in context: http://maven.40175.n5.nabble.com/Maven-3-does-not-manage-to-deploy-nar-artifact-on-Linux-tp5730943p5730944.html Sent from the Maven - Users mailing list archive at

Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Martin Eisengardt
Which version of maven-nar-plugin are you using? On Wed, Nov 14, 2012 at 12:19 PM, Eyal Goren eyalg1...@gmail.com wrote: One line was not written well- [ERROR] Unknown packaging: nar @ line 14, column 14 -- View this message in context:

Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Eyal Goren
Also- I am using maven 3.0.3 -- View this message in context: http://maven.40175.n5.nabble.com/Maven-3-does-not-manage-to-deploy-nar-artifact-on-Linux-tp5730943p5730946.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Martin Eisengardt
And which maven-nar-plugin do you use? There are many forks around. We are currently merging them at github (http://github.com/maven-nar). The merged one that is also working with maven3 is not yet present in maven central. I do not know if some early version is working with maven3. On Wed, Nov

Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Eyal Goren
I work with a customized version of nar plugin. But- I don't have any problem in running the nar plugin, compile it or even deploy it. The only problem I have is when I try to deploy on Linux a specific artifact using a specific plugin (That identify the exact artifact from the target dir and

Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Eyal Goren
Any how- I took the sources from that location after Oct 2010, so it is the same pom (I just change the ant cpp tasks version since I needed to add changes there too) Eyal -- View this message in context:

RE: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Martin Gainty
to reiterate what Martin asked earlier: which version of maven-nar-plugin are you implementing? which Linux OS are you implementing on? what is the version of Linux you are implementing on? Are you implementing Host specific environment variables..if so what are they? Martin

Re: Maven Axis2 plugin - different stub code generation

2012-11-14 Thread Stephen Connolly
I don't think the axis2 plugin had tool chains support yet. Somebody might need to add it ;-) On Wednesday, 14 November 2012, Claudio Query wrote: Thanks for the suggestion. Maybe I'm doing something wrong, but toolchains doesn't solve my issue Also if I try to use jdk 1.6, it continues to

RE: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Eyal Goren
Hi, Problem resolved- I forgot to tell it to use the profile for Linux, and the definitions of the nar plugin were in the profile. I used the most updated code (I think it was 2.0-SNAPSHOT). any how- I took the most updated code. -- View this message in context:

Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Martin Eisengardt
To explain it. We are currently merging several forks at github. So you are welcome to contribute your customizations there :) On Wed, Nov 14, 2012 at 2:07 PM, Eyal Goren eyalg1...@gmail.com wrote: Hi, Problem resolved- I forgot to tell it to use the profile for Linux, and the definitions

Re: Plugin that depends on components from another plugin

2012-11-14 Thread Wayne Fay
i am trying to create a maven plugin that makes use of another plugin (archetype). The latter seems to heavily use plexus components. For all intents, you cannot use another plugin directly. But most plugins have extracted the useful bits into components which you CAN use. It might be simplest