I'm having a problem with the Liquibase plugin.  A custom change set is
unable to find a classpath resource in target/classes.  I think it could
be that the plugin isn't using the correct classpath.  So, I'd like to
configure it by hand.  How can I refer to the Maven classpath for the
project/module for this purpose?  I tried...

<configuration>
    <classpath>${project.classpath}</classpath>
</configuration>

This doesn't appear to give me what I'm looking for, though.
Any help?

Thanks,
Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to