Cant install with maven (as mentioned in the documentation)
Added by patrick taege about 5 years ago
The documentation reads:
The simplified build instructions are as follows:
$ git clone git://github.com/ecsec/open-ecard.git
$ cd open-ecard
$ mvn clean install
But the maven clean install wont work:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce (enforce-clean) on project app: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce (enforce-clean) on project app: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed.
I took out the enforcer plugin from the root pom, just for testing reasons. Its the same output.
Any help would be appreciated, thanks!