Hi,
I'm trying to fix the assembly stage of the EC2 demo and I'm hitting a brick wall due to my limited maven knowledge.
The EC2 demo builds two artifacts, a JAR file containing the demo code and a WAR file which is a basic UI.
Both compile fine but when it comes to assembly into the infinispan-all.zip the jars that both of these depend on are not bundled in the modules/lib and the war is just a renamed copy of the jar.
The correctly assembled war is present in the demo/ec2/target directory but the war contained in infinispan-all.zip is just a renamed copy of the jar.
Has anybody got some time to take a look ?
cheers
Noel