Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ object CakePublishMavenPlugin extends AutoPlugin {
require(
gitStatus.isSuccess && gitStatus.getOrElse("").isEmpty,
s"Aborting release process for ${name.value}. Project should be a " +
"clean git repository."
s"clean git repository. Error output:\n$gitStatus"

@amirkarimi amirkarimi Mar 22, 2018

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if it renders the git status ... command output when it fails or a big Failure({exception message}) text? An example of the final message would be helpful.

)
}

Expand Down