[
https://issues.jboss.org/browse/DROOLS-1689?page=com.atlassian.jira.plugi...
]
Karel Suta commented on DROOLS-1689:
------------------------------------
[~ge0ffrey] I have tried to check it in droolsjbpm-integration pom and I found out that
maven-checkstyle-plugin has already defined its version. It is defined in
org.jboss:jboss-parent:22, which is parent of
org.jboss.integration-platform:jboss-integration-platform-parent:7.0.0.CR9. That one is a
parent of org.jboss.integration-platform:jboss-integration-platform-bom.
maven-checkstyle-plugin does not have a version specified, so the
build is non-reproducible
-------------------------------------------------------------------------------------------
Key: DROOLS-1689
URL:
https://issues.jboss.org/browse/DROOLS-1689
Project: Drools
Issue Type: Task
Components: build
Reporter: Geoffrey De Smet
Assignee: Karel Suta
Priority: Minor
{code}
$ mvn versions:display-plugin-updates
...
[INFO] ------------------------------------------------------------------------
[INFO] Building OptaPlanner multiproject parent 8.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.1:display-plugin-updates (default-cli) @ optaplanner
---
[INFO] artifact org.apache.maven.plugins:maven-checkstyle-plugin: checking for updates
from central
[INFO] artifact org.apache.maven.plugins:maven-checkstyle-plugin: checking for updates
from jboss-public-repository-group
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-checkstyle-plugin ..................................... 2.17
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)