This application was generated using http://start.vertx.io
To package your application:
mvn packageTo build the application:
mvn clean installThe 'clean' command will delete all previously compiled Java .class files
and resources (like .properties) in your project.
Your build will start entirely from the beginning.
So if you build again after running exec with 'clean',
it will remove your 'super repository', so be careful and use command mvn install only
To Launch as an application
- Select Run/Debug Configuration
- Select 'Application'
- Click on 'Modify Options'
- Select 'VM Options'
Values need to be added
- In VM Options:
-cp $Classpath$ - Main Class:
io.vertx.core.Launcher - Program Arguments: ~Select from below configs according to specific runs
Config for dev run
exec -l ~useridConfig for default run
exec -l ~userid -p defaultConfig for query run
query -l ~useridConfig for ci execution run (correct the params according to the data of the component)
ci-exec
--inputDirectory=~component location in local system
--outputFile=~file location for storing the result
--repository= ~git link of the component
--componentName=~componentName