Authorization build introduced tokenmanager deps make in reactor build fail
---------------------------------------------------------------------------
Key: AMDATU-257
URL: http://jira.amdatu.org/jira/browse/AMDATU-257
Project: Amdatu
Issue Type: Bug
Components: Build & Release management
Affects Versions: 0.1.0
Reporter: Bram de Kruijff
Priority: Blocker
Some modules depend on new tokenmanager artifact without specifying proper
packaging...
Missing:
----------
1) org.amdatu.authentication:tokenprovider:jar:0.1.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.amdatu.authentication
-DartifactId=tokenprovider -Dversion=0.1.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.amdatu.authentication
-DartifactId=tokenprovider -Dversion=0.1.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=
[url] -DrepositoryId=[id]
Path to dependency:
1) org.amdatu.authorization.useradmin:rest:bundle:0.1.0-SNAPSHOT
2) org.amdatu.authentication:tokenprovider:jar:0.1.0-SNAPSHOT
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira