Log Message: |
Fix issue Felix-1054.
When deploying a bundle, the computed uri is printed on the console:
[INFO] Computed bundle uri: http://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.log/1.0.0/org.apache.felix.log-1.0.0.jar
This allows the user to check if the URL prefix was used correctly.
This is done for the deploy and deploy-file goal.
|