[
https://issues.jboss.org/browse/ISPN-4808?page=com.atlassian.jira.plugin....
]
Dan Berindei commented on ISPN-4808:
------------------------------------
This may not be a problem, but the shade plugin tries to download the Infinispan source
jars from the JBoss repository during the release:
{noformat}
[INFO] ------------------------------------------------------------------------
[INFO] Building Parent pom for uberjar modules 7.0.0.CR1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ infinispan-all-parent ---
[INFO] Installing /home/dan/Work/infinispan/all/pom.xml to
/home/dan/.m2/repository/org/infinispan/infinispan-all-parent/7.0.0.CR1/infinispan-all-parent-7.0.0.CR1.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Infinispan Embedded 7.0.0.CR1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ infinispan-embedded
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/dan/Work/infinispan/all/embedded/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ infinispan-embedded
---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @
infinispan-embedded ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/dan/Work/infinispan/all/embedded/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @
infinispan-embedded ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ infinispan-embedded ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ infinispan-embedded ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
/home/dan/Work/infinispan/all/embedded/target/infinispan-embedded-7.0.0.CR1.jar
[INFO]
[INFO] --- maven-shade-plugin:2.3:shade (default) @ infinispan-embedded ---
[INFO] Including org.infinispan:infinispan-commons:jar:7.0.0.CR1 in the shaded jar.
Downloading:
http://maven.repository.redhat.com/earlyaccess/all/org/infinispan/infinis...
Downloading:
http://download.devel.redhat.com/brewroot/repos/jb-edg-6-rhel-6-build/lat...
Downloading:
https://repository.jboss.org/nexus/content/groups/public-jboss/org/infini...
Downloading:
http://repo.maven.apache.org/maven2/org/infinispan/infinispan-commons/7.0...
[WARNING] Could not get sources for
org.infinispan:infinispan-commons:jar:7.0.0.CR1:compile
{noformat}
Release script doesn't work with new distribution
-------------------------------------------------
Key: ISPN-4808
URL:
https://issues.jboss.org/browse/ISPN-4808
Project: Infinispan
Issue Type: Bug
Components: Build process
Affects Versions: 7.0.0.Beta2
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Blocker
Fix For: 7.0.0.CR1
The release script relies on the distribution archive(s) to find all the files to upload,
and the ISPN-4773 fix changed both the location and the layout of the archives.
The release script also expected separate distribution archives for the server and for
the client/embedded AS modules, which don't seem to exist any more.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)