Questions regarding License Maven Plugin

2016-05-25 Thread Maxim Solodovnik
Hello All, I'm trying to integrate license-maven-plugin and have couple of questions: 1) it seems like "aggregate-add-third-party" goal with "useMissingFile" option is not generating "src/license/THIRD-PARTY.properties" files, is this by design? 2) it seems "groupByLicense" option is not availab

Re: deployment to local repository

2016-05-25 Thread Adrien Rivard
Hello, On Wed, May 25, 2016 at 10:14 PM, Philipp Kraus < philipp.kr...@tu-clausthal.de> wrote: > Hello, > > I’m working on my first Maven framework, I would like to test the > framework in another project, > so I build a jar file with „mvn package", and then I install the jar into > my local repo

Re: deployment to local repository

2016-05-25 Thread Manfred Moser
Do not use install-file and package like that. Just run mvn install that will package the jar and install the jar and pom into the local repo. That way the dependency info in the pom will not get lost. manfred Philipp Kraus wrote on 2016-05-25 13:14: > Hello, > > I’m working on my first Mav

deployment to local repository

2016-05-25 Thread Philipp Kraus
Hello, I’m working on my first Maven framework, I would like to test the framework in another project, so I build a jar file with „mvn package", and then I install the jar into my local repository with „mvn install:install-file -Dfile=myjar.jar“. I can use the package in another project with a

Explain why bundle artifact can't be found in repo?

2016-05-25 Thread David M. Karr
I'm trying to fully understand the difference between a "bundle" artifact and a "jar" artifact. I understand the basic idea, but there must be something subtle I'm missing, or there is something else wrong in my environment that I'm missing. I have the following dependency in a small Maven pr

Re: Create own Maven repository

2016-05-25 Thread Manfred Moser
I totally agree with that. If you run into any problems with that please reach out to me and I can help in detail as I wrote most of the linked docs and also created a video series with tips and just recently did a fully automated setup with Atlassian Pipelines for example. http://www.sonatype.

Re: Transitive dependencies starting from WAR files

2016-05-25 Thread Jeremy Long
Have you considered using a tool like dependency-check-maven (see the dependency-check site for more details about the tool and see a sample report

Re: Transitive dependencies starting from WAR files

2016-05-25 Thread Adrien Rivard
Hi, Maven-license-plugin would be a good candidate. I did'nt really understand what do you mean by "maven-dependency-plugin does not display War dependencies". How exacly are you using maven-dependency-plugin? On Tue, May 24, 2016 at 9:12 PM, Karl Heinz Marbaise wrote: > Hi Steve, > > > Why