Build Lifecycle
The native build lifecycle consists of the following phases with corresponding goals:
| Phase | Goal |
| initialize | org.jfrog.jade.plugins.build:jade-native-plugin:initialize |
| generate-sources | |
| compile | org.jfrog.jade.plugins.build:jade-native-plugin:compile org.jfrog.jade.plugins.build:jade-native-plugin:link |
| process-test-resources | org.apache.maven.plugins:maven-resources-plugin:testResources |
| test-compile | org.jfrog.jade.plugins.build:jade-native-plugin:test-compile org.jfrog.jade.plugins.build:jade-native-plugin:test-link |
| test | org.jfrog.jade.plugins.build:jade-native-plugin:test |
| package | |
| install | org.apache.maven.plugins:maven-install-plugin:install |
| deploy | org.apache.maven.plugins:maven-deploy-plugin:deploy |