Re: Maven Documentation

2024-06-22 Thread Mark A. Flacy
Greetings, To fully understand what the Maven XSD is telling you, I fear that you'll have to read some www.w3.org documentation. The wikipedia page is useful (since this isn't a political issue): https://en.wikipedia.org/wiki/ XML_Schema_(W3C)[1] It provides links to the various XML Schema D

Re: Maven Documentation

2024-06-22 Thread slipbits
Sorry about the late response. Thank you all. I looked at the reference site and, sigh, to download the book I need to provide my email. I don't do this. Not because I object but I object to the endlessly following emails trying to sell me something, or tell me something, or encouraging me to

Re: Maven Documentation

2024-06-02 Thread Davide Grandi
Right. 1) get an example 2) mvn clean 3) mvn clean compile 3) mvn clean compile package 4) mvn clean compile package install you can keep only "clean" and "the last command on he row", the intermediate ones are implied. welcome on maven !     Davide -- ing. Davide Grandi email:davide.gr

Re: Maven Documentation

2024-06-02 Thread Tilman Hausherr
That's not helpful, because it's about syntax details, google "maven beginners" or "maven tutorial" and choose one that makes sense. This one is not bad: https://www.baeldung.com/maven (my first hits were on the apache site but these seemed too complex, despite that I've been using maven for y

Maven Documentation

2024-06-02 Thread slipbits
I'm just getting into Maven and I'm trying to find a good book that describes the POM and Maven. I'm just going through the Apache Maven Project POM reference and things like: According to the POM 4.0.0 XSD, the |build| element is conceptually divided into two parts: there is a |BaseBuild