UNPKG

generator-prospa

Version:

Create fully working Single Page Applications using various technology combinations

13 lines (12 loc) 523 B
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>${exec-maven-plugin.version}</version> <configuration> <mainClass>io.vertx.core.Launcher</mainClass> <arguments> <argument>run</argument> <argument>${main.class}</argument> </arguments> </configuration> </plugin>