Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The project will be locally buildbuilt. Resulting The resulting binaries will not be published to any repository.

...

Code Block
languagebash
./sbt-batch clean-all compile publishM2


If an already checkout tag is built again then it throws the error java.io.IOException: PUT operation failed because the destination file exists and overwriting is disabled. To solve this error it is required to clear/delete the local [USER_HOME]/.m2/repository/com/sos-berlin/js7 folder before the build.

Note: It is not required to clear/delete the folder if a new tag is checked out and build for the first time.

Build and Publish to a Binary Repository

...