jfrog-cli icon indicating copy to clipboard operation
jfrog-cli copied to clipboard

Add scala support for jfrog CLI

Open BiggieFudge opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. The problem here is the need to configure and support the Scala Build Tool (SBT) within the JFrog CLI environment. This requires configuring the JFrog CLI to work seamlessly with SBT, replacing the default Maven commands with equivalent SBT commands, and ensuring that the build information is correctly published to Artifactory.

Describe the solution you'd like to see Add scala build tool to the JFrog CLI. I want to build and publish my Scala projects using the JFrog CLI. Instead of using the Maven command 'jf rt mvn clean install', I want to use 'jf rt sbt clean install' to build the code. After the build, I’ll use 'jf rt bp' to publish the Scala build information to Artifactory.

Describe alternatives you've considered NA

Additional context I'm currently working on integrating our Scala projects into our existing JFrog Artifactory setup. After the build process, I'll use the jf rt bp command to publish the Scala build information to Artifactory, ensuring that all relevant build details are stored and accessible.

BiggieFudge avatar Aug 13 '24 11:08 BiggieFudge