Trampoline icon indicating copy to clipboard operation
Trampoline copied to clipboard

Added new Functionality on file system to Jar

Open Ravis22 opened this issue 6 years ago • 4 comments

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.

Ravis22 avatar Apr 20 '18 04:04 Ravis22

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"

cforce avatar Apr 20 '18 05:04 cforce

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 avatar Apr 20 '18 18:04 ErnestOrt

@ErnestOrt Do you want me to create a new pull request?

Ravis22 avatar May 08 '18 07:05 Ravis22

@Ravis22 It would be great!

Thanks!!

ErnestOrt avatar May 08 '18 08:05 ErnestOrt