Hi,
the following build option used to work but doesn't right now:
mvn install -Dnoredist -P developer,systemvm
Removing the noredist build option makes it work again but I think it should also work with noredist.
I'm suspecting a recent merge for breaking the option:
#4307
ISSUE TYPE
COMPONENT NAME
maven build infrastructure
CLOUDSTACK VERSION
recent github master
STEPS TO REPRODUCE
git clone https://github.com/apache/cloudstack
cd directory
mvn install -Dnoredist -P developer,systemvm
Hi,
the following build option used to work but doesn't right now:
mvn install -Dnoredist -P developer,systemvm
Removing the noredist build option makes it work again but I think it should also work with noredist.
I'm suspecting a recent merge for breaking the option:
#4307
ISSUE TYPE
COMPONENT NAME
maven build infrastructure
CLOUDSTACK VERSION
recent github master
STEPS TO REPRODUCE
git clone https://github.com/apache/cloudstack
cd directory
mvn install -Dnoredist -P developer,systemvm