Introduction to the Build Lifecycle Table Of Contents Build Lifecycle Basics Setting Up Your Project to Use the Build Lifecycle Packaging Plugins Lifecycle Reference Built-in Lifecycle Bindings Build Lifecycle Basics Maven 2.0 is based around the cen…
This error is generated if you try to invoke a build command that Maven does not understand. In general, you have the following options to perform build steps: Invoke a lifecycle phase, e.g. mvn install This runs the lifecycle phase install and all i…