Codebase list freehep-graphicsio-tests / 958a2f3
Add classpath to the JAR manifest. Giovanni Mascellani 7 years ago
3 changed file(s) with 27 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
99 * Build with debhelper 9 instead of CDBS.
1010 * Quit using topgit and remove leftovers.
1111 * Remove trivial information in debian/README.source.
12 * Add classpath to the JAR manifest.
1213
1314 -- Giovanni Mascellani <gio@debian.org> Sat, 29 Jan 2011 16:16:49 +0100
1415
0 From: Giovanni Mascellani <gio@debian.org>
1 Subject: Add classpath to compiled JAR
2 Index: freehep-graphicsio-tests/pom.xml
3 ===================================================================
4 --- freehep-graphicsio-tests.orig/pom.xml
5 +++ freehep-graphicsio-tests/pom.xml
6 @@ -40,6 +40,18 @@
7 <keepAlive>true</keepAlive>
8 </configuration>
9 </plugin>
10 + <plugin>
11 + <artifactId>maven-jar-plugin</artifactId>
12 + <configuration>
13 + <archive>
14 + <manifest>
15 + <addClasspath>true</addClasspath>
16 + <classpathLayoutType>repository</classpathLayoutType>
17 + <classpathPrefix>/usr/share/maven-repo</classpathPrefix>
18 + </manifest>
19 + </archive>
20 + </configuration>
21 + </plugin>
22 </plugins>
23 </build>
24 <dependencies>
00 TestCustomStrokes.diff
1 classpath.diff