try that (if my memory holds ...) :
- download & unzip maven
- put the bin folder in the path
- put a recent JDK in JAVA_HOME env variable
- try
mvn -v
command :
--
C:\Temp>mvn -v
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
2018-06-17T20:33:14+02:00)
Maven home: C:\Altea\PROGRA~1\Maven\3.5.4\bin\..
Java version: 10.0.2, vendor: Oracle Corporation, runtime:
C:\Altea\Progra~1\Java\jdk-10
Default locale: it_IT, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
--
- go to the project root (with a pom.xml file inside)
- try
mvn clean
command (a lot of downloads into your home ".m2" folder)
- try
mvn compile
command (idem)
- try
mvn clean package -Dmaven.test.skip=true
command (jars in target folders of your projects)
go to https://maven.apache.org/ and follow the fine manual.
Welcome to maven & good luck,
Davide
On 28/09/2018 17:17, hanas...@gmail.com wrote:
https://maven.apache.org/
On 9/28/18 11:06 AM, Roger Debry wrote:
I am not familiar with Maven, can you point me to a reference?
Roger
--
Ing. Davide Grandi
email : davide.gra...@mclink.it
mobile : +39 339 7468 778
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists