>  - there's an exec plugin (groupid: org.codehaus.mojo, artifactid:
> exec-maven-plugin) which executes the jar after building it. The jar
> principally works, but the first time, I'm using a database related process,
> I get this error.

What does your exec-maven-plugin configuration look like? It seems
like it does not know about this dependency, so it is not including it
in the Java classpath when your program runs which results in the
NCDFE.

> know about the assembly "program" and I tried to execute the goal
> assembly:assembly, but it didn't work...

You're going to have to do some reading about the assembly plugin to
make it work, that's not sufficient.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to