Re: Maven compile crush while ANT pass

2016-02-03 Thread Eyal Goren
Weird, but if I try to run the Maven from the parent pom level- it works, only from the module it crash... -- View this message in context: http://maven.40175.n5.nabble.com/Maven-compile-crush-while-ANT-pass-tp5860680p5860786.html Sent from the Maven - Users mailing list archive at Nabble.com.

New plugin to handle native dependencies: nativedependencies-maven-plugin

2016-02-03 Thread Francois MAROT
Hello everyone, I wanted to advertise a "new" Maven plugin that may help you deal with native dependencies (.so, .dll, or whatever, as you may find other uses). It is forked from an existing but inactive plugin ( https://code.google.com/archive/p/mavennatives/ ) where I added a few features. I

Way Java 8 resolves interface dependencies seems to play havoc

2016-02-03 Thread Shaddy Baddah
Hi, I was working through a problem where my local build of a project, using Maven 3.2.2 and JDK 1.8.0_71 (Win64) was continually hitting a dependency problem. Whilst our continuous integration server was not. The continuous integration server is running JDK 1.7.0_80. The problem being

Re: Avoid change folder permission when using maven site deploy plugin

2016-02-03 Thread Karl Heinz Marbaise
On 2/3/16 8:13 PM, Tim Wu T wrote: Hi All, When we deploy the site to our Linux server, I found maven will execute "chmod -Rf g+w,a+rX " in the log folder every time, and this will takes very long time (Maybe 5-6 minutes) Can show a little bit more of your log output and in particular

Avoid change folder permission when using maven site deploy plugin

2016-02-03 Thread Tim Wu T
Hi All, When we deploy the site to our Linux server, I found maven will execute "chmod -Rf g+w,a+rX " in the log folder every time, and this will takes very long time (Maybe 5-6 minutes) Is there any way to avoid this? Thanks very much. Br, Tim

RE: Avoid change folder permission when using maven site deploy plugin

2016-02-03 Thread Tim Wu T
Hi, Sure, I use maven 3.0.4, the plugin is very normal, maven site plugin 3.4, the wagon I use is: org.apache.maven.wagon wagon-ssh-external 2.6