I’m running into a problem with building dhis-service-core from Eclipse (it happens on both Linux and OS X). The error is:
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-antrun-plugin:1.7:run (execution: default, phase: generate-resources)
Is there some configuration which I’m missing? Some searching suggested wrapping the entry in dhis-service-core/pom.xml with and this seems to resolve the problem, but I’m not sure if it’s the right fix.
I usually get this when importing the maven projects into Eclipse as “existing maven project”. It is nothing to worry about in that case, just a minor issue with the ant plugin we use.
regards,
Lars
···
On Tue, Nov 24, 2015 at 5:43 PM, Kenneth Haase kh@beingmeta.com wrote:
I’m running into a problem with building dhis-service-core from Eclipse (it happens on both Linux and OS X). The error is:
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-antrun-plugin:1.7:run (execution: default, phase: generate-resources)
Is there some configuration which I’m missing? Some searching suggested wrapping the entry in dhis-service-core/pom.xml with and this seems to resolve the problem, but I’m not sure if it’s the right fix.