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

Re: Using Netbeans with SE 22

2024-06-02 Thread Owen Thomas
Thanks Michael. Although I don't distribute my own bytecode, I do hope people may find it valuable one day. I currently use private static methods if I need to do anything before calling super and this new feature does promise me some release from this ugly way of doing things. I think perhaps I c

Re: Using Netbeans with SE 22

2024-06-02 Thread Michael Bien
Hi Owen, regarding NetBeans: you will need NetBeans 22 or later for Java 22 features (NB 22 should be officially released soon). Also keep in mind that JEP 447 (Statements before super) is a preview feature and preview features create non-portable bytecode which lock the bytecode to one JDK ve