Hi,
I'm trying to make a vCO plugin and I've used the vCO Plugin SDK to make a test Spring + Maven project (see screenshot for setup in Eclipse).
I'm having an issue with Maven unable to find the "com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:jar:5.5.0-1620" dependency.
c:\ws-other\o11n-testplugin>mvn clean package -U [INFO] Scanning for projects... Downloading: http://repo.maven.apache.org/maven2/com/vmware/o11n/mojo/pkg/maven-o11n-package-plugin/5.5.0-1620/maven-o11n-package-plugin-5.5.0-1620.pom [WARNING] The POM for com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:jar:5.5.0-1620 is missing, no dependency information available Downloading: http://repo.maven.apache.org/maven2/com/vmware/o11n/mojo/pkg/maven-o11n-package-plugin/5.5.0-1620/maven-o11n-package-plugin-5.5.0-1620.jar [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project com.vmware.o11n.plugin:o11nplugin-testplugin-package:1.0.0-SNAPSHOT (C:\ws-other\o11n-testplugin\testplugin\o11nplugin-testplugin-package\pom.xml) has 2 errors [ERROR] Unresolveable build extension: Plugin com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:5.5.0-1620 or one of its dependencies could not be resolved: Could not find artifact com.vmware.o11 n.mojo.pkg:maven-o11n-package-plugin:jar:5.5.0-1620 in central (http://repo.maven.apache.org/maven2) -> [Help 2] [ERROR] Unknown packaging: package @ line 7, column 16 [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException