SINTEF-9012 / cloudml

CloudML: Transparent deployment of cloud applications
GNU Lesser General Public License v3.0
27 stars 8 forks source link

maven version, facade Factory missing #15

Closed florakarniav closed 10 years ago

florakarniav commented 10 years ago

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 10 years ago

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 10 years ago

I'm using maven 3.0.5 and with the new changes it works like a charm, thank you!