]
Tristan Tarrant closed ISPN-9550.
---------------------------------
Resolution: Rejected
Could not find artifact org.infinispan:infinispan-javadoc-embedded
------------------------------------------------------------------
Key: ISPN-9550
URL:
https://issues.jboss.org/browse/ISPN-9550
Project: Infinispan
Issue Type: Bug
Reporter: Diego Lovison
Priority: Major
When building a fresh ( with a clean .m2 folder ) Infinispan with the command:
{code:bash}
mvn -B
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
clean install -f pom.xml -s settings.xml -DskipTests=true -Dmaven.javadoc.skip=true
-Dcheckstyle.skip -Pdistribution -pl \!documentation
{code}
It will fail due:
{noformat}
[INFO] Infinispan Distribution ............................ FAILURE [ 0.037 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:07 min
[INFO] Finished at: 2018-09-27T08:45:11-04:00
[INFO] Final Memory: 816M/1739M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project infinispan-distribution: Could not resolve
dependencies for project org.infinispan:infinispan-distribution:pom:9.4.0-SNAPSHOT: The
following artifacts could not be resolved:
org.infinispan:infinispan-javadoc-embedded:jar:javadoc:9.4.0-SNAPSHOT,
org.infinispan:infinispan-javadoc-remote:jar:javadoc:9.4.0-SNAPSHOT,
org.infinispan:infinispan-javadoc-all:jar:javadoc:9.4.0-SNAPSHOT: Could not find artifact
org.infinispan:infinispan-javadoc-embedded:jar:javadoc:9.4.0-SNAPSHOT -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionExce...
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :infinispan-distribution
{noformat}