Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Maven Sling Plugin 2.0.4
-
None
Description
Due to incorrect logic in my build script I the user/pass was not set correctly and bundle failed to install.
This should cause my build to fail. For now just capturing maven output and grepping output for errors.
maven-sling-plugin:2.0.4-incubator:install
....
INFO: Failure authenticating with BASIC 'OSGi Management Console'@localhost:4502
[ERROR] Installation failed, cause: Unauthorized
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------