Re: [EXTERNAL] RE: Continuous Delivery with Maven now possible?

2017-06-02 Thread Dan Tran
Just want to share our final outcomes 1. Use snapshot build during development phase 2. At release candidate phase, switch jenkinsfile to release mode * For small projects, use version less Maven continuous deliver friendly, * For large projects, use versions-maven-plugin to change ver

Re: Transitive dependency question

2017-06-02 Thread Stephen Connolly
I think that is a bug that is in scope for 3.5.1 or 3.6.0 On 31 May 2017 at 22:30, Laird Nelson wrote: > (I've been working with Maven since at least 2004 and I think I *still* > don't > get transitive dependencies.) > > I have a pom.xml file of type pom that has some compile-scoped dependencies

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

2017-06-02 Thread Jürgen Weber
Hi, no, still does not work. Where is your changed source? I could run it in the debugger.. Juergen Maven project reference not found: maven.project.ref at org.apache.maven.ant.tasks.AttachArtifactTask.execute(AttachArtifactTask.java:80) Am 01.06.2017 19:17 schrieb "Guillaume Boué" : > It's