diff --git a/flexmojos-maven-plugin/src/main/java/net/flexmojos/oss/plugin/test/TestRunMojo.java b/flexmojos-maven-plugin/src/main/java/net/flexmojos/oss/plugin/test/TestRunMojo.java index 69ebb2b54..610729c00 100644 --- a/flexmojos-maven-plugin/src/main/java/net/flexmojos/oss/plugin/test/TestRunMojo.java +++ b/flexmojos-maven-plugin/src/main/java/net/flexmojos/oss/plugin/test/TestRunMojo.java @@ -414,13 +414,13 @@ public void runTest( String swfName, Integer testPort, Integer testControlPort, throw new MojoExecutionException( "Failed to launch Air Debug Launcher. Probably java was not able to find adl." + "\n\t\tMake sure adl is available on PATH" - + "\n\t\tor use -Dadl.command=${adl executable}", + + "\n\t\tor use -Dflex.adl.command=${adl executable}", e ); } else { throw new MojoExecutionException( "Failed to launch Flash Player. Probably java was not able to find flashplayer." + "\n\t\tMake sure flashplayer is available on PATH" - + "\n\t\tor use -DflashPlayer.command=${flashplayer executable}", + + "\n\t\tor use -Dflex.flashPlayer.command=${flashplayer executable}", e ); } }