java - Unknown property, maven with javaFx css warning -
i created maven project, after added need work javafx. current situation this: 
i want fix warning inside application.css application.css: 
this pom.xml:
<project xmlns="http://maven.apache.org/pom/4.0.0" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xsi:schemalocation="http://maven.apache.org/pom/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelversion>4.0.0</modelversion> <groupid>server</groupid> <artifactid>altaserver</artifactid> <version>0.0.1-snapshot</version> <repositories> <repository> <name>bestsolution e(fx)clipse releases</name> <id>efxclipse-releases</id> <url>http://maven.bestsolution.at/efxclipse-releases/</url> </repository> </repositories> i tried adding repository efxclipse-releases, problem remains. (in project without maven have no problem)
Comments
Post a Comment