Re: Building Maven 3.5.0 on GNURoot Debian

2017-05-20 Thread Hervé BOUTEMY
Maven is built basically like any Maven project. We have additional instruction to run its [1], but the Maven build part is just completely classical Regards, Hervé [1] http://maven.apache.org/guides/development/guide-building-maven.html Le samedi 20 mai 2017, 11:10:05 CEST Rupinder Singh a

Compiling from source with no previous Maven installed.

2017-05-20 Thread Ray Sheppard
Hello, I have tried to find the proper directions in the documentation. However, all documentation seems to assume there is already a Maven installed or that I am simply installing binaries. I am on an AMD/ XK-7 Cray. I can not just plug in generic binaries and hope they understand the

Configuring log levels from Maven plugin

2017-05-20 Thread Harald Wellmann
In a custom Maven plugin, I'm using a third-party library dependency which logs via SLF4J and has rather verbose INFO logging. Is there a way to change the log levels in my plugin implementation to suppress the INFO logs from the dependency, but not my own INFO messages? Regards, Harald

Re: Compiling from source with no previous Maven installed.

2017-05-20 Thread Hervé BOUTEMY
for Maven versions before 3.5, there is an Ant build Regards, Hervé Le vendredi 19 mai 2017, 07:35:39 CEST Ray Sheppard a écrit : > Hello, >I have tried to find the proper directions in the documentation. > However, all documentation seems to assume there is already a Maven > installed or

Re: Issue with maven-war-plugin

2017-05-20 Thread Maxim Solodovnik
Will do, Thanks :) On Sat, May 20, 2017 at 1:23 PM, Anders Hammar wrote: > The best option is to create an example project demonstrating the problem. > The create a jira issue describing the issue and attach the example project > there. > > You may very well follow up on the

Re: Issue with maven-war-plugin

2017-05-20 Thread Anders Hammar
The best option is to create an example project demonstrating the problem. The create a jira issue describing the issue and attach the example project there. You may very well follow up on the ticket on this list, but it makes things easier if we have a ticket if it is an issue. It's also a

Re: Issue with maven-war-plugin

2017-05-20 Thread Maxim Solodovnik
Done: https://issues.apache.org/jira/browse/MWAR-407 Thanks! On Sat, May 20, 2017 at 1:24 PM, Maxim Solodovnik wrote: > Will do, > Thanks :) > > On Sat, May 20, 2017 at 1:23 PM, Anders Hammar wrote: > >> The best option is to create an example project

Re: Compiling from source with no previous Maven installed.

2017-05-20 Thread Benson Margulies
Maven is 100% Java. If you have a working JDK, you can expect any binary Maven distro to unpack and then be usable to build other versions. if you don't have a working JDK, you can't use Maven. On Fri, May 19, 2017 at 4:35 AM, Ray Sheppard wrote: > Hello, > I have tried to