Can and should I use sbt and sbt-native-packager for non Java or Scala specific packaging of an RPM?

StackOverflow https://stackoverflow.com/questions/23442720

  •  14-07-2023
  •  | 
  •  

Question

Like I could using Ant?

I don't have to compile sources or create jars to make the RPM.

If this is a good approach?

How to I use sbt without language specific features?

Was it helpful?

Solution

"Convention over configuration" is speaking:

You could, but that would require reconfiguring lots of tasks and settings to meet your requirements and would likely not offer much benefit.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top