Open Ravis22 opened 6 years ago
It would be great if I could start a jar which is published of my colleague to maven repo using CI build. That would only need additional a form I can enter group, artifact I'd and version (default "latest") maven on the path and exec "mvn dependency:get -DremoteRepositories=http://repo1.maven.org/maven2/ \ -DgroupId=junit -DartifactId=junit -Dversion=4.8.2 \ -Dtransitive=false"
Hi guys!
Sounds really good!
As soon as I will finish #61, I will look this usercase.
@Ravis22 one comment; this commit (fixed git clone error) has been already merged, make sure your Pull Request is a clean as possible.
Cheers!
@ErnestOrt Do you want me to create a new pull request?
@Ravis22 It would be great!
Thanks!!
Added new Functionality on file system to Jar. Currently the spring boot app can be executed using gradle or POM. I have added one more option to execute spring boot jar app.