Dan Berindei created ISPN-10319:
-----------------------------------
Summary: Build alwas fails on Windows
Key: ISPN-10319
URL:
https://issues.jboss.org/browse/ISPN-10319
Project: Infinispan
Issue Type: Bug
Components: Build, Test Suite - Core
Affects Versions: 9.4.14.Final, 10.0.0.Beta3
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 10.0.0.Beta4
Maven doesn't use the {{build-configuration}} POM from the reactor and instead
downloads an outdated snapshot from {{repository.jboss.org}}, which doesn't set
{{versionx.com.puppycrawl.tools.checkstyle}}:
{noformat}
13:47:59 [DEBUG] Could not find metadata
org.infinispan:infinispan-build-configuration-parent:10.0.0-SNAPSHOT/maven-metadata.xml in
local (C:\Windows\system32\config\systemprofile\.m2\repository)
13:47:59 [DEBUG] Using transporter WagonTransporter with priority -1.0 for
https://repository.jboss.org/nexus/content/groups/public-jboss
13:47:59 [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for
https://repository.jboss.org/nexus/content/groups/public-jboss
13:47:59 [INFO] Downloading from jboss-public-repository-group:
https://repository.jboss.org/nexus/content/groups/public-jboss/org/infini...
13:48:00 [INFO] Downloaded from jboss-public-repository-group:
https://repository.jboss.org/nexus/content/groups/public-jboss/org/infini...
(632 B at 759 B/s)
13:48:00 [DEBUG] Writing tracking file
C:\Windows\system32\config\systemprofile\.m2\repository\org\infinispan\infinispan-build-configuration-parent\10.0.0-SNAPSHOT\resolver-status.properties
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
05:45:39 [ERROR] 'dependencies.dependency.version' for
com.puppycrawl.tools:checkstyle:jar must be a valid version but is
'${versionx.com.puppycrawl.tools.checkstyle}'. @ line 26, column 19
05:45:39 [ERROR]
'build.plugins.plugin[org.apache.maven.plugins:maven-checkstyle-plugin].dependencies.dependency.version'
for com.puppycrawl.tools:checkstyle:jar must be a valid version but is
'${versionx.com.puppycrawl.tools.checkstyle}'. @ line 60, column 28
{noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)