Skip to content

Netcracker/qubership-inventory-tool-cli

Starter

Vert.x

This application was generated using http://start.vertx.io

Building project using maven

To package your application:

mvn package

To build the application:

mvn clean install

The '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

Running

To Launch as an application

  1. Select Run/Debug Configuration
  2. Select 'Application'
  3. Click on 'Modify Options'
  4. Select 'VM Options'

Values need to be added

  1. In VM Options: -cp $Classpath$
  2. Main Class: io.vertx.core.Launcher
  3. Program Arguments: ~Select from below configs according to specific runs

Config for dev run

exec -l ~userid

Config for default run

exec -l ~userid -p default

Config for query run

query -l ~userid

Config 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

Help

About

No description or website provided.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 9

Languages