Exec goal You can formally specify all the relevant execution information in the plugin configuration. Depending on your use case, you can also specify some or all information using system properties. Command line Using system properties you would just execute it like in the following example. <project> ... <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plug

