I have read questions: this and that. They suggest to modify sbt file. But I want run sbt clean assembly
without tests and do not modify sbt build files. Is it possible with sbt? In maven there is -DskipTest=true
parameter, is there analog for sbt?
package
as that doesn't run any tests. – DB5