Problem:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] 'jar-no-fork' was specified in an execution, but not found in the plugin
Solution:
To install the maven version 2.2.1
Monday, September 21, 2009
Subscribe to:
Post Comments (Atom)
2 comments:
So, that worked for windows, but in linux you just need to make sure you set the version on your maven-source-plugin... I explicitly set the plugin version to 2.1.2 and it works in all environments.
maven-source-plugin 2.1.2
So, that worked for windows, but in linux you just need to make sure you set the version on your maven-source-plugin... I explicitly set the plugin version to 2.1.2 and it works in all environments.
maven-source-plugin 2.1.2
Post a Comment