[infinispan-issues] [JBoss JIRA] (ISPN-11336) Infinispan BOM should only have dependency management
Stéphane Nicoll (Jira)
issues at jboss.org
Thu Jul 9 08:43:00 EDT 2020
[ https://issues.redhat.com/browse/ISPN-11336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209499#comment-14209499 ]
Stéphane Nicoll edited comment on ISPN-11336 at 7/9/20 8:42 AM:
----------------------------------------------------------------
This issue prevents the Spring Boot project to use the BOM for its dependency management. As we have to copy over all modules, fixing this issue would help us be consistent with what this project wants to promote.
Edit: I was unable to reproduce those warnings although the original description is still valid. Removing plugin management for that plugin that is no longer published as well as the referenced entry in dependency management would be nice regardless.
was (Author: snicoll):
This issue prevents the Spring Boot project to use the BOM for its dependency management. As we have to copy over all modules, fixing this issue would help us be consistent with what this project wants to promote.
> Infinispan BOM should only have dependency management
> -----------------------------------------------------
>
> Key: ISPN-11336
> URL: https://issues.redhat.com/browse/ISPN-11336
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Affects Versions: 10.1.2.Final
> Reporter: Stéphane Nicoll
> Priority: Major
>
> The BOM has a {{pluginManagement}} section that's a bit misleading since Maven isn't going to do anything with it.
> It is also invalid at the moment per the following:
> {code:xml}
> <plugin>
> <groupId>org.infinispan.maven-plugins</groupId>
> <artifactId>protocol-parser-generator</artifactId>
> <version>${version.infinispan.maven-plugins}</version>
> </plugin>
> {code}
> This artifact does not seem to be published anymore. Using the BOM with resolution leads to
> {noformat}
> [WARNING] The POM for org.infinispan:infinispan-protocol-parser-generator-maven-plugin:jar:10.1.1.Final is missing, no dependency information available
> [WARNING] Failed to retrieve plugin descriptor for org.infinispan:infinispan-protocol-parser-generator-maven-plugin:10.1.1.Final: Plugin org.infinispan:infinispan-protocol-parser-generator-maven-plugin:10.1.1.Final or one of its dependencies could not be resolved: Failure to find org.infinispan:infinispan-protocol-parser-generator-maven-plugin:jar:10.1.1.Final in https://repo.spring.io/milestone was cached in the local repository, resolution will not be reattempted until the update interval of spring-milestones has elapsed or updates are forced
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list