gnodet commented on pull request #134:
URL: 
https://github.com/apache/maven-integration-testing/pull/134#issuecomment-1018652008


   > Ran IT. I don't understand why I don't see any relocation warnings when 
artifacts is run. I mean now direct dependencies are relocated here, but I 
don't see that. What am I missing here?
   
   When running the `project`, you should have the following:
   ```
   [INFO] Scanning for projects...
   [INFO] 
   [INFO] ----------------< org.apache.maven.its.mng7349:project 
>----------------
   [INFO] Building project 1.0.0-SNAPSHOT
   [INFO] --------------------------------[ jar 
]---------------------------------
   [WARNING] The artifact 
org.apache.maven.its.mng7349:old-plugin:jar:1.0.0-SNAPSHOT has been relocated 
to org.apache.maven.its.mng7349:new-plugin:jar:1.0.0-SNAPSHOT: Test relocation 
reason for old-plugin
   [WARNING] The artifact 
org.apache.maven.its.mng7349:old-dep:jar:1.0.0-SNAPSHOT has been relocated to 
org.apache.maven.its.mng7349:new-dep:jar:1.0.0-SNAPSHOT: Test relocation reason 
for old-dep
   [INFO] 
   [INFO] --- new-plugin:1.0.0-SNAPSHOT:echoMojo (echoMojo) @ project ---
   [WARNING] 
=====================================================================================
   [WARNING] Hello from Maven!
   [WARNING] 
=====================================================================================
   ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to