It's usually the last one:
Caused by: java.lang.ClassFormatError: Illegal field name "has
inconsistent hierarchy" in class org/apache/maven/plugin/jar/JarMojo
Seems like something went wrong when you built it the first time. This
may seems strange, but add:
maven-jar-plugin
On 7/26/06, Simon Kitching <[EMAIL PROTECTED]> wrote:
Hi,
I'm writing a patch to maven-jar-plugin. The code compiles fine, and
runs the tests ok. However it fails shortly after, with a message I
can't understand.
I suspect the failure is in the "package" phase, when running the "jar"
goal to cr
Hi,
I'm writing a patch to maven-jar-plugin. The code compiles fine, and
runs the tests ok. However it fails shortly after, with a message I
can't understand.
I suspect the failure is in the "package" phase, when running the "jar"
goal to create a jar. Rather ironic :-)
The version I'm building