Re: Executing Apache CXF with Maven

2017-05-07 Thread Martin Gainty
Rupi i followed the steps exactly and could not get web.xml to be produced for webapp ping dan kulp https://github.com/apache/cxf/tree/master/maven-plugins/archetypes/cxf-jaxws-javafirst please keep us apprised of solution Good Luck! Martin __

Re: Executing Apache CXF with Maven

2017-05-07 Thread Rupinder Singh
Hi Martin, Thanks. Martin, resourceful as ever. know you frm axis2 list. I'd also reverted to CXF users list earlier. Regards Rupinder On 7 May 2017 17:27, "Martin Gainty" wrote: > Rupi > > > i followed the steps exactly and could not get web.xml to be produced for >

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

2017-05-07 Thread Bernd Eckenfels
Hello, Only those specific properties are allowed. If I remember correctly the reason for it is a mixture between it is not possible to support full property resolving in this stage of the model builder and the intention to harmonize/restrict to familiarly named usecases.

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

2017-05-07 Thread Eric Benzacar
I'm confused by something in Karl's blog as well as the instructions for the flatten-maven-plugin and the actual release notes for Maven 3.5. In all the above, they talk about the ${revision}, ${sha1}, ${changelist} parameters. But what is so special about those particular parameters? Can I not

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

2017-05-07 Thread Eric Benzacar
Hi, Interesting. Would something like this be functional then? It seems to work, but I don't know if it is working as expected, or by fluke: com.soebes.examples.j2ee parent ${revision} pom .. 1.2.1-${buildNumber} SNAPSHOT Then at the command line, I can either set the buildNumber in the