>> [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.

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]

Reply via email to