Re: generate a POM with dependencies only?

2017-05-03 Thread Maxim Solodovnik
I would like to ask related question here Is it possible to get dependency version? I'm creating one big jar for all dependencies using assembly plugin, but org.bouncycastle:bcprov-jdk15on cannot be repacked So I need to manually track it's version :( Would be great if I can get bcprov version

Re: Continuous Delivery with Maven now possible?

2017-05-03 Thread Dan Tran
I am able to bring it to production with very small project with few modules. Where I hook up jenkins build number with the version 1.0.0-${env.BUILD_NUMBER} See Karl's Blog At the same time, use buildnumber-m-p to deploy text file with SCM info, and finally push to staging repo using

Re: Continuous Delivery with Maven now possible?

2017-05-03 Thread Eric B
Hi Karl, Can you provide a little more information how you are doing this? Or do you have a blog about it somewhere? It's something I desperately need to insert into my build pipeline but haven't had the time to work on yet. So far, the best I've been able to think of is to use a parameter for a

Re: Continuous Delivery with Maven now possible?

2017-05-03 Thread Karl Heinz Marbaise
Hi Dan, I'm trying to do something in this direction starting next week... Apart from that already tested it with Eclipse Neon without any issue...(at the moment only test projects with 10-15 modules)... But it works at the moment.. In the meantime I have found one issue which is related to

Re: generate a POM with dependencies only?

2017-05-03 Thread Richard Sand
Woohoo! Thanks Robert! -Richard -- Original Message -- From: "Robert Scholte" To: "Maven Users List" Sent: 5/3/2017 2:38:56 PM Subject: Re: generate a POM with dependencies only? Yes, http://www.mojohaus.org/flatten-maven-plugin/ On

Continuous Delivery with Maven now possible?

2017-05-03 Thread Dan Tran
Hi I have been experimenting with suggestion from Karl [1] with small multi module maven project. Is there any one actually bring this to production for large scale project yet? Love to learn from your experience integration specially with Jenkins, IDE ( eclipse, intellij, Netbean) this

Re: generate a POM with dependencies only?

2017-05-03 Thread Robert Scholte
Yes, http://www.mojohaus.org/flatten-maven-plugin/ On Wed, 03 May 2017 20:37:52 +0200, Richard Sand wrote: Is there a plugin/goal that will generate a "reduced" POM for a project that only contains the dependencies, but none of the other build/profile or any other

generate a POM with dependencies only?

2017-05-03 Thread Richard Sand
Is there a plugin/goal that will generate a "reduced" POM for a project that only contains the dependencies, but none of the other build/profile or any other tags? May sound like a strange ask - but the scenario I'm facing is that I'm building a particular set of jars/wars/zips (using

[ANN] Apache Maven Shared Component: Maven Dependency Analyzer Version 1.7 Released

2017-05-03 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Dependency Analyzer Version 1.7 https://maven.apache.org/shared/maven-dependency-analyzer/ Analyzes the dependencies of a project for undeclared or unused artifacts. You should specify the

Re: Maven hangs after lock file

2017-05-03 Thread Daniel Watrous
I updated that question to include a thread dump, but I’m still unsure how to track this back to a resolution. On 5/2/17, 4:40 PM, "Daniel Watrous" wrote: Hi, I posted an issue to stackoverflow, then I thought this list might be the best place to get