Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #8345
| From | Eugene Zhukov <eugene@debian.org> |
|---|---|
| Newsgroups | linux.debian.maint.java |
| Subject | Re: How should I deal with the classpath with maven-helper? |
| Date | 2015-09-16 21:00 +0200 |
| Message-ID | <q9q5Z-4xy-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.debian.maint.java | Previous | Next | Find similar
Re: How should I deal with the classpath with maven-helper? Eugene Zhukov <eugene@debian.org> - 2015-09-16 21:00 +0200
csiph-web