Hi,
After installing M2E, tried to import cloudstack source and found the following
error.
Execution generate-resource, in console-proxy/pom.xml
Description:
No marketplace entries found to handle Execution generate-resource, in
console-proxy/pom.xml in Eclipse.
Here is the related snippet from pom.xml
================================
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>generate-resource</id>
<phase>generate-resources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<copy overwrite="true"
file="../patches/target/cloud-scripts.tgz"
tofile="${basedir}/dist/cloud-scripts.tgz"/>
</target>
</configuration>
</execution>
</executions>
</plugin>
Thanks,
SWAMY