]
Dan Berindei updated ISPN-5008:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 7.1.0.Alpha1
Resolution: Done
7.0.x missing cachestore-remote and extended-statistics modules
---------------------------------------------------------------
Key: ISPN-5008
URL:
https://issues.jboss.org/browse/ISPN-5008
Project: Infinispan
Issue Type: Bug
Components: Build process
Affects Versions: 7.0.2.Final
Reporter: Ion Savin
Assignee: Ion Savin
Fix For: 7.1.0.Alpha1
The distribution/package.xml script contains declaration for adding the two modules but
they are not present in the package (7.0.0->7.0.2).
{noformat}
<module dir="${output.dir}"
target="modules/infinispan-extended-statistics"
module="extended-statistics" artifact="infinispan-extended-statistics"
/>
<module dir="${output.dir}" target="modules/persistence/remote"
module="persistence/remote" artifact="infinispan-cachestore-remote"
/>
{noformat}