maven version, facade Factory missing
Closed this issue · 2 comments
florakarniav commented
Which maven version should we use? Maven 2 results to build failure whilst maven 3 is not working with maven plugin 2.3. If we change the plugin to version 2.2 in the pom.xml in the deployer folder, build completes successfully but there is an error when trying to start the cloudML shell stating that facade Factory is missing.
nicolasferry commented
We have now fixed the issue related to the missing Factory.
The build has been tested with Maven 3.1.1, 3.2.2, and 3.0.4 and it should works fine, which version are you using?
florakarniav commented
I'm using maven 3.0.5 and with the new changes it works like a charm, thank you!