Classloading exception in Maven built ear..

2007-10-21 Thread Larry Suto
Hi Im building an ear in Maven 2.07 that I have built in and deployed with Maven 2.04 without any errors...now when I try to deploy the ear built with the newer Maven I get this error: Caused by: java.lang.LinkageError: Class tcl/lang/Command violates loader constraints: definition mismatch bet

Non executing plugin

2007-05-13 Thread Larry Suto
Hi, I wrote a plugin(my first) that uses j2ssh to copy an artifact to a server and then executes some scripts..I bound its execution to the preintegration-test phase Im referencing the ear as ${project.build.directory}/${project.build.finalName} Nothing seems to happen when I execute maven...th