Newbie question about new biding [message #1760069] |
Fri, 21 April 2017 13:15  |
Eclipse User |
|
|
|
Hi,
I'm a newbie to Eclipse SmartHome. I created a new biding by executing create_binding_skeleton.sh my new biding got an error in the pom.xml
It complained the <parent> tag although this pom.xml looks the same as the one of yahooweather (only the biding name is different)
<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)"
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 @ .../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.03959 seconds