Re: maven - pom.xml file

2018-07-24 Thread Thomas Broyer
What you're looking for is https://maven.apache.org/pom.html (from https://maven.apache.org/ click "User Center" then "POM Reference") Le mar. 24 juil. 2018 19:40, Angelo Moreschini a écrit : > How course I found the document at link : " > http://maven.apache.org/xsd/maven-4.0.0.xsd; > > But

Re: maven - pom.xml file

2018-07-24 Thread Karl Heinz Marbaise
Hi Angelo, what about: https://maven.apache.org/pom.html BTW: First hit if I type "maven pom" in google ... Kind regards Karl Heinz Marbaise On 24/07/18 10:40, Angelo Moreschini wrote: How course I found the document at link : " http://maven.apache.org/xsd/maven-4.0.0.xsd; But this doesn't

Re: maven - pom.xml file

2018-07-24 Thread Angelo Moreschini
How course I found the document at link : " http://maven.apache.org/xsd/maven-4.0.0.xsd; But this doesn't look as a easily readable manual. Perhaps it exists also a rapid guide for this matter... I look for that .. :-) thank you Angelo On Tue, Jul 24, 2018 at 11:07 AM, Angelo Moreschini <

maven - pom.xml file

2018-07-24 Thread Angelo Moreschini
Hi, I am new to maven and I would like have a complete reference about the way to write myself a pom.xml file. How course I interested to know : - the list of the all elements ( ) that can be used.. - Their order in writing them - And how they can be nested... As well it can be

How to configure java.util.logging for a forked failsafe invocation?

2018-07-24 Thread Scott Kurz
Hi, As suggested here: https://stackoverflow.com/a/12276898/634324 I'm simply doing this (using the updated rather than deprecated prop name) which forks a JVM (the default): maven-failsafe-plugin 2.22.0