updated htmlutils external

added temporary file generation when uploading a new package
This commit is contained in:
2017-12-29 09:38:35 +01:00
parent 719230bb4e
commit 4a4c1cfc63
4 changed files with 103 additions and 98 deletions

View File

@@ -88,7 +88,7 @@ val wildflyUsername = SettingKey[String]("wildfly-username", "The account userna
val wildflyPassword = SettingKey[String]("wildfly-password", "The account password to use to connect to wildfly with jboss-cli.sh")
val wildflyURL = SettingKey[String]("wildfly-url", "The username to use to connect to wildfly with jboss-cli.sh")
wildflyUsername := "root"
wildflyUsername := "admin"
wildflyPassword := "123456"
wildflyURL := "localhost:1234"