I don't know anything about javafx but I did find this... http://blogs.jfrog.org/2009/05/maven-and-javafx-story-of-twitterfx-pom.html
Not sure if it will help any. > -----Original Message----- > From: Johannes Schneider [mailto:[email protected]] > Sent: Tuesday, May 25, 2010 9:22 AM > To: [email protected] > Subject: Re: POM is invalid... > > On 05/24/2010 07:21 PM, Wayne Fay wrote: > >>> [DEBUG] For dependency Dependency {groupId=javafx, > >>> artifactId=javafxc, > >> version=1.3.0, type=jar}: system-scoped dependency must specify an > >> absolute path systemPath. > > > > Don't use system scope and thus don't use systemPath. > > That is not that easy. I depend on JavaFX jars. And it is > additional work to add those (that are about 15) to the > repository for every developer. > Setting a system property (javafx.home) is much easier.... > > > I think I have found the bug report: > http://jira.codehaus.org/browse/MNG-4148 > > > Johannes > > > > Use mvn:install install-file to put the jar where it belongs in the > > local Maven repo cache, and use a proper "compile" (or whatever) > > dependency scope. > > > > Wayne > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > -- > Johannes Schneider - blog.cedarsoft.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
