Re: Using files to activate Maven profiles

2017-06-06 Thread Jörg Schaible
Hi Darius, DariusX wrote: > On a micro-service leaning project, I have various modules that share > certain common aspects among them but not everything. For instance, 5 > modules may require Swagger-UI to be downloaded and unzipped into my > target/webapp. Some other grouping of 5 modules may

Re: Work-around for antrun AttachArtifact not working in external Ant build file

2017-06-06 Thread Jürgen Weber
Hi Guillaume, with inheritRefs attachartifact works perfectly for me. Merci beaucoup, Juergen Am 03.06.2017 20:26 schrieb "Guillaume Boué" : > That means you're missing inheritRefs=true in the task. It is > necessary for the references to be propagated to subprojects. > >

Re: maven-3.2.4 location

2017-06-06 Thread Karl Heinz Marbaise
Hi Martin, unfortunately there does not exist a distro for Maven 3.2.4 cause this has never been made it to the public... Only 3.2.5... Apart from that it looks this test in Apache Rat Plugin does not work correctly... Are you trying to fix it ? Kind regards Karl Heinz Marbaise On

Jenkins Maven build not seeing my .mvn folder?

2017-06-06 Thread Eric B
Hi, I'm cross posting this to StackOverflow ( https://stackoverflow.com/q/44394234/827480) b/c I'm not truly convinced this is a maven question per say. Rather I think it is more something due to my Jenkins job config that is causing some issues, but I am hoping that maven users here may have

Re: Jenkins Maven build not seeing my .mvn folder?

2017-06-06 Thread Pascal
The existing bug to support core extensions: https://issues.jenkins-ci.org/browse/JENKINS-30058 As I said, the only solution so far is to use a Freestyle project. You can find more details in the bug comments. Pascal 2017-06-06 19:27 GMT+02:00 Pascal : > Hello, > > I

Re: dependency:tree without downloading binaries

2017-06-06 Thread Stefan Ferstl
On Tue, May 30, 2017 at 5:25 PM, Viktor Sadovnikov wrote: > Hello everyone, > > I need to collect information about dependencies (their GAV only) of a very > large number of projects. Therefore I wrote a simple Maven plugin. It's is > based on maven-dependency-plugin, but

Re: Jenkins Maven build not seeing my .mvn folder?

2017-06-06 Thread Pascal
Hello, I fear you have done everything correctly and the issue is with the Jenkins Maven plugin. There is already a bug report in the Jenkins Maven Plugin, but it's hard to find. If I recall how to find it, I will post it here. Unfortunately, it does not look like an easy bug, so you cannot use

Re: Jenkins Maven build not seeing my .mvn folder?

2017-06-06 Thread Arnaud Héritier
The problem with extensions is different. And I don't think we'll fix it. The problem .mvn and usage of -f is a maven bug fixed in 3.5.0 or 3.5.1 Le mar. 6 juin 2017 à 19:36, Pascal a écrit : > The existing bug to support core extensions: >

Re: Jenkins Maven build not seeing my .mvn folder?

2017-06-06 Thread Arnaud Héritier
It is https://issues.apache.org/jira/plugins/servlet/mobile#issue/MNG-5889 Le mar. 6 juin 2017 à 20:27, Arnaud Héritier a écrit : > The problem with extensions is different. And I don't think we'll fix it. > The problem .mvn and usage of -f is a maven bug fixed in 3.5.0 or

maven-3.2.4 location

2017-06-06 Thread Martin Gainty
All- >mvn -version Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:3 7-04:00) Maven home: /maven/maven333 Java version: 1.8.0_40, vendor: Oracle Corporation Java home: /Java/jdk1.8/jre produces this failure: Running org.apache.rat.mp.RatCheckMojoTest Tests run: