Re: Automating the build of a JNI based application

2015-08-03 Thread Dušan Rychnovský
Hi, Thanks for your suggestions. I tried the nar-maven-plugin as described on the usage page ( http://maven-nar.github.io/usage.html). I have the following pom: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache

maven site : maven-project-info-reports-plugin version warnings and deps behind a proxy

2015-08-03 Thread Brice Vandeputte
Hi all, I would like to generate a site using mvn site I'm behind a proxy at generation time and got the following output from the maven site command: *Output 1: MPIR version* [INFO] --- maven-site-plugin:3.4:site (default-site) @ myProject --- [WARNING] Report plugin org.apache.maven.plugins:

Re: maven site : maven-project-info-reports-plugin version warnings and deps behind a proxy

2015-08-03 Thread herve . boutemy
1. MPIR version MPIR is a plugin, with its own version independant from any other plugin, even from m-site-p Then you need to choose the plugin version like any other version (the fact that it is not only a classical plugin but also a reporting plugin does not change anything) then see pluginMan

Re: maven site : maven-project-info-reports-plugin version warnings and deps behind a proxy

2015-08-03 Thread Brice Vandeputte
Hi Hervé, You right, pluginManagement/plugins solve my warnings. And for proxy settings, I'm sorry ; my settings was correctly configured. So these warnings are expected : repositories listed into the logs as warnings are moved/closed/deprecated. thanks ; that's ok now. regards 2015-08-03 10:31

Re: Automating the build of a JNI based application

2015-08-03 Thread Karl Heinz Marbaise
Hi, I would suggest to use Maven 3.X and not Maven 2.X anymore...but apart from that the site shows Maven minimum 2.0.9[2]...which looks like a bug... Furthermore please be aware of EoL for Maven 2 [1]. [1] http://maven.apache.org/maven-2.x-eol.html [2] http://maven-nar.github.io/plugin-info

SVN Password when executing maven from Eclipse on Ubuntu

2015-08-03 Thread Florian Schaetz
Hello together, I've been using maven for a while now, professionally and privately and have always been quite happy with it, even as I've just scratched the surface (but there are already two maven books on my reading list to change that). But you know how it is, sometimes you stumble upon a

Problem Executing A Mavan Built Program

2015-08-03 Thread Michael.CTR.Tarullo
I created the source code for a very simple Java program in Eclipse. Then I ran mvn install to build the program, which worked fine. The following are the errors I am getting when I try to run the program built by Maven from the command line. I have included the command prompt errors; the sour