All, I am developing a simple mojo which needs to access classes defined within the project in which it is used. But, they don't seem to be visible. I am writing a mojo that can execute a "loader" (loads data into our database) object. It takes a parameter that tells which loader class to use. Anyway, I now want to use that mojo within another project to run a loader defined within that project. When I try to instantiate that class, it's not available. Is there something special I need to do to tell Maven to include the current project's classpath in my mojo's environment?
James
