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

2013-02-19 Thread Eyal Goren
Hi Martin, Sorry for the late response- what is the forking you are doing there? -- View this message in context: http://maven.40175.n5.nabble.com/Maven-3-does-not-manage-to-deploy-nar-artifact-on-Linux-tp5730943p5747602.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-12-12 Thread jagadeesh k kothuri
Eyal Goren eyalg1972 at gmail.com writes: 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

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 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