]
Gustavo Fernandes reassigned ISPN-9325:
---------------------------------------
Assignee: Gustavo Fernandes
Failed to execute goal
org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process (attach-license) on
project infinispan-as-lucene-integration
------------------------------------------------------------------------------------------------------------------------------------------------------
Key: ISPN-9325
URL:
https://issues.jboss.org/browse/ISPN-9325
Project: Infinispan
Issue Type: Bug
Reporter: Diego Lovison
Assignee: Gustavo Fernandes
Priority: Critical
Building ISPN from master is failing
git checkout -f 13e9d5171ffe628300074a685c2159cd8c251a16
mvn -s maven-settings.xml clean install -DskipTests
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process (attach-license) on
project infinispan-as-lucene-integration: Failed to resolve dependencies for one or more
projects in the reactor. Reason: Missing:
[ERROR] ----------
[ERROR] 1) org.infinispan:infinispan-hibernate-cache-v51:jar:9.3.0-SNAPSHOT
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.infinispan
-DartifactId=infinispan-hibernate-cache-v51 -Dversion=9.3.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the file there:
[ERROR] mvn deploy:deploy-file -DgroupId=org.infinispan
-DartifactId=infinispan-hibernate-cache-v51 -Dversion=9.3.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR] Path to dependency:
[ERROR] 1) org.infinispan:infinispan-as-lucene-integration:jar:9.3.0-SNAPSHOT
[ERROR] 2) org.infinispan:infinispan-feature-pack-server:zip:9.3.0-SNAPSHOT
[ERROR] 3) org.infinispan:infinispan-feature-pack-client:zip:9.3.0-SNAPSHOT
[ERROR] 4) org.infinispan:infinispan-feature-pack-commons:zip:9.3.0-SNAPSHOT
[ERROR] 5) org.wildfly:wildfly-feature-pack:zip:13.0.0.Final
[ERROR] 6) org.infinispan:infinispan-hibernate-cache-v51:jar:9.3.0-SNAPSHOT
[ERROR]
{noformat}