[
https://issues.redhat.com/browse/ISPN-12732?page=com.atlassian.jira.plugi...
]
Diego Lovison updated ISPN-12732:
---------------------------------
Description:
{noformat}
find . -name "pom.xml" -execdir grep -nH --color=auto
"<groupId>org.wildfly</groupId>" {} ';'
pom.xml:209:
<groupId>org.wildfly</groupId>
{noformat}
It is blocking downstream tests
was:
{noformat}
find . -name "pom.xml" -execdir grep -nH --color=auto
"<groupId>org.wildfly</groupId>" {} ';'
pom.xml:209:
<groupId>org.wildfly</groupId>
{noformat}
It is blocking downstream builds
Replace org.wildfly with ${appserver.groupId} in pom.xml
--------------------------------------------------------
Key: ISPN-12732
URL:
https://issues.redhat.com/browse/ISPN-12732
Project: Infinispan
Issue Type: Bug
Affects Versions: 12.0.1.Final
Reporter: Diego Lovison
Priority: Critical
{noformat}
find . -name "pom.xml" -execdir grep -nH --color=auto
"<groupId>org.wildfly</groupId>" {} ';'
pom.xml:209:
<groupId>org.wildfly</groupId>
{noformat}
It is blocking downstream tests
--
This message was sent by Atlassian Jira
(v8.13.1#813001)