Re: How should I deal with the classpath with maven-helper?
On Wed, Sep 16, 2015 at 9:13 PM, Guillaume Turri <guillaume.turri@gmail.com> wrote:
> [...]
> I've tried to look in existing packages and in the documentation, but
> couldn't find an answer. I would
> be grateful if you can give me some pointers.
>
Take a look into epubcheck package, I fix classpath the following way
<addClasspath>true</addClasspath>
<classpathLayoutType>custom</classpathLayoutType>
<customClasspathLayout>/usr/share/java/${artifact.artifactId}.${artifact.extension}</customClasspathLayout>
Regards,
Eugene
Reply to: