You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2022/02/17 11:43:54 UTC

[GitHub] [activemq] gemmellr opened a new pull request #774: AMQ-7442: fix duplicate plugin declaration build warnings

gemmellr opened a new pull request #774:
URL: https://github.com/apache/activemq/pull/774


   The changes in fc80b86ac68432f71a1015ee9588a0b6fcb5fbae trigger an immediate set of warnings upon running the build (see below) due to added second definitions for the maven-bundle-plugin in the activemq-karaf and activemq-osgi modules.
   
   This change moves the second plugin definitions settings into the earlier plugin definition. This gives the same effective-pom listing for each of the modules when running mvn help:effective-pom as it did beforehand, and so should act the same just without the warnings.
   
   > $ mvn clean install -DskipTests
   [INFO] Scanning for projects...
   [WARNING] 
   [WARNING] Some problems were encountered while building the effective model for org.apache.activemq:activemq-karaf:bundle:5.17.0-SNAPSHOT
   [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 208, column 15
   [WARNING] 
   [WARNING] Some problems were encountered while building the effective model for org.apache.activemq:activemq-osgi:bundle:5.17.0-SNAPSHOT
   [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.felix:maven-bundle-plugin @ line 289, column 15
   [WARNING] 
   [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
   [WARNING] 
   [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
   [WARNING] 
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Build Order:
   [INFO] 
   [INFO] ActiveMQ                                                           [pom]
   ...etc..
   
   


-- 
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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq] gemmellr commented on pull request #774: AMQ-7442: fix duplicate plugin declaration build warnings

Posted by GitBox <gi...@apache.org>.
gemmellr commented on pull request #774:
URL: https://github.com/apache/activemq/pull/774#issuecomment-1043255831


   (Refreshed PR to rebuild, hopefully the Jenkins doesnt fall over this time)


-- 
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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq] jbonofre merged pull request #774: AMQ-7442: fix duplicate plugin declaration build warnings

Posted by GitBox <gi...@apache.org>.
jbonofre merged pull request #774:
URL: https://github.com/apache/activemq/pull/774


   


-- 
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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org