Re: NullPointerException on Maven Compile

2012-09-14 Thread Benson Margulies
Please file a JIRA. On Thu, Sep 13, 2012 at 4:56 PM, Clebert Suconic clebert.suco...@gmail.com wrote: We have recently upgraded mvn compile on HornetQ, a Message-oriented-middleware from RedHat, and we are now facing a NullPointerException on mac computers, when we upgrade mvn-compiler to

JNI jars dependencies

2012-09-14 Thread Simone Tripodi
Hi all guys, I have the task of managing a 3rd party forest of dependencies which contain JNI code, so let's immagine that the provided library directory tree is as shown below: linux-i386 ├── a.jar ├── b.jar (depends from a.jar) └── c.jar (depends from a.jar and b.jar) linux-x86_64 ├── a.jar

Re: JNI jars dependencies

2012-09-14 Thread Martin Eisengardt
Ask google about maven-nar-plugin. It introduces nar dependencies (typenar/type) and internally tries to find out the correct qualifier depending on the current machine/architecture. I am playing around with it because I have a similar situation. There is a problem with the project because there

Re: JNI jars dependencies

2012-09-14 Thread Simone Tripodi
Hi Martin, very good news, thanks a lot, I am going to have a look at that plugin! All the best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Fri, Sep 14, 2012 at 3:26 PM, Martin Eisengardt

Re: JNI jars dependencies

2012-09-14 Thread David Hoffer
There is also the native-maven-plugin. I'm not sure which is best/most current as it's been years since I have used either one, but they both set out to help manage builds with native code. -Dave On Fri, Sep 14, 2012 at 7:31 AM, Simone Tripodi simonetrip...@apache.orgwrote: Hi Martin, very

Re: JNI jars dependencies

2012-09-14 Thread Simone Tripodi
Hi David, thanks a lot - my issue anyway is NOT compiling the code, rather than managing the dependencies, the software has been provided by a 3rd party and is closed source, I just have the jars. So, let's suppose I need the c.jar for mac-x86_64, when specifying that classifier I aim that a.jar

Re: NullPointerException on Maven Compile

2012-09-14 Thread Clebert Suconic
Thanks, http://jira.codehaus.org/browse/MCOMPILER-181 I haven't filled a JIRA before because I wasn't sure it was a bug or a configuration. (although even if it's a configuration causing this, it should throw a valid error message). On Fri, Sep 14, 2012 at 6:05 AM, Benson Margulies

maven-nar-plugin status [was: Re: JNI jars dependencies]

2012-09-14 Thread Curtis Rueden
Hi Martin, There is a problem with the [maven-nar-plugin] project because there are tens of orks on github. If you have any questions about it please ask. I have contact to one of the ative authors and we try to merge all the forks. I am guilty of one of those forks. We submitted a PR (

Re: maven-nar-plugin status [was: Re: JNI jars dependencies]

2012-09-14 Thread Martin Eisengardt
The author (@duns) seems to be not actve any more. However I failed contacting him for a while. https://github.com/GregDomjan/maven-nar-plugin And there is a second one being active: https://github.com/richardkerr/maven-nar-plugin (do not know how to contact this guy) However both try to merge

Fortify Plugin?

2012-09-14 Thread ADLI WAZIRI
In web searches I've seen multiple mentions of maven-sca-plugin for Fortify and mentions of good documentation for the plugin in several forums, but I can't find the plugin or the documentation itself. Anyone know what happened to this plugin?Is there a substitute? Thanks

[ANN] Cobertura Maven Plugin 2.5.2 Released

2012-09-14 Thread Robert Scholte
Hi, The Mojo team is pleased to announce the release of the Cobertura Maven Plugin version 2.5.2. This plugin provides the features of Cobertura within the Maven 2 3 environment.The report generated by this plugin is the result of executing the Cobertura tool against your compiled

[ANN] Apache Tomcat Maven Plugin 2.0

2012-09-14 Thread Olivier Lamy
Hi, The Apache Tomcat is pleased to announce the release of the 2.0 version. This plugin can used to run your war project inside an embeded Apache Tomcat and to deploy your project to a running Apache Tomcat instance. Documentation available: http://tomcat.apache.org/maven-plugin-2.0/index.html

[ANN] Apache Maven Scm publish Plugin 1.0-beta-1

2012-09-14 Thread Olivier Lamy
Hi, The Apache Maven Team is pleased to announce the first release of the SCM Publish Plugin 1.0-beta-1 The maven-scm-publish-plugin is a utility plugin to allow publishing Maven website to any supported SCM (mostly tested on subversion and git included gh-pages). The primary goal was to have an

Re: JNI jars dependencies

2012-09-14 Thread Jeff MAURY
Can't you define the platform classifier in the parent POM (through profiles) as a property and this property in the child POMs ? Jeff Le 14 sept. 2012 16:21, Simone Tripodi simonetrip...@apache.org a écrit : Hi David, thanks a lot - my issue anyway is NOT compiling the code, rather than

Re: Fortify Plugin?

2012-09-14 Thread Anders Hammar
You would get this documentation from your Fortify support contact. /Anders On Fri, Sep 14, 2012 at 5:55 PM, ADLI WAZIRI adli.waz...@oracle.com wrote: In web searches I've seen multiple mentions of maven-sca-plugin for Fortify and mentions of good documentation for the plugin in several

Maven: Creating a new phase

2012-09-14 Thread John Riedl
Hello everyone. I'm a newbie to Maven, but have spent the last two days beating my head against this problem ... I posted the long form of this question, with XML to: http://stackoverflow.com/questions/12433120/maven-creating-a-new-phase The short form that I'm hoping someone on this list can