New biding has errors [message #1760068] |
Fri, 21 April 2017 12:44  |
Eclipse User |
|
|
|
Hi,
This is my first time to try Eclipse SmartHome. After I installed Eclipse Smarthome and executed the run time everything was OK. When I created a new biding by executing create_binding_skeleton.sh my new biding got a dependencies error in the pom.xml
<parent>
<groupId>org.eclipse.smarthome.binding</groupId>
<artifactId>pom</artifactId>
<version>0.9.0-SNAPSHOT</version>
</parent>
It said "Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (execution: default, phase: compile)"
It complained the <parent> tag although this pom.xml is the same as the one of yahooweather (only the biding name is different)
And the Console showed:
Cannot resolve project dependencies:
[ERROR] Software being installed: org.eclipse.smarthome.binding.mybidings 0.9.0.qualifier
[ERROR] Missing requirement: org.eclipse.smarthome.binding.mybidings 0.9.0.qualifier requires 'package org.eclipse.smarthome.config.core 0.0.0' but it could not be found
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.smarthome.binding:org.eclipse.smarthome.binding.mybidings:0.9.0-SNAPSHOT @ /Users/andrew.ton/Eclipse Neon/smarthome-master/git/smarthome/extensions/binding/org.eclipse.smarthome.binding.mybidings/pom.xml: See log for details -> [Help 1]
Can someone help me to solve this problem? Thank you very much.
|
|
|
|
Powered by
FUDForum. Page generated in 0.02513 seconds