Hi,
you should have Apache Maven installed and available in your PATH, then you can build it with following commands (from root of source tree):
mvn -f src/java/netxms-eclipse/pom.xml -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:update-pom -Pconsole
mvn -f src/java/netxms-eclipse/pom.xml clean package -Pconsole -Dtycho.disableP2Mirrors=true
Generated files will be in src/java/netxms-eclipse/target
Best regards,
Victor
you should have Apache Maven installed and available in your PATH, then you can build it with following commands (from root of source tree):
mvn -f src/java/netxms-eclipse/pom.xml -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:update-pom -Pconsole
mvn -f src/java/netxms-eclipse/pom.xml clean package -Pconsole -Dtycho.disableP2Mirrors=true
Generated files will be in src/java/netxms-eclipse/target
Best regards,
Victor