Skip to content

Commit 15f4a31

Browse files
committed
Fix #9: find the proper Manifest.write(...) method by reflection
Signed-off-by: Fred Bricon <[email protected]>
1 parent 612f99b commit 15f4a31

File tree

58 files changed

+6824
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+6824
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project>
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>org.sonatype.m2e.mavenarchiver.tests</groupId>
5+
<artifactId>mavenarchiver-p007</artifactId>
6+
<version>0.0.1-SNAPSHOT</version>
7+
8+
<build>
9+
<plugins>
10+
<plugin>
11+
<artifactId>maven-compiler-plugin</artifactId>
12+
<version>2.0.2</version>
13+
</plugin>
14+
<plugin>
15+
<artifactId>maven-jar-plugin</artifactId>
16+
<version>3.0.1</version>
17+
<configuration>
18+
<archive>
19+
<manifest>
20+
<addClasspath>true</addClasspath>
21+
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
22+
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
23+
</manifest>
24+
</archive>
25+
</configuration>
26+
</plugin>
27+
<plugin>
28+
<artifactId>maven-resources-plugin</artifactId>
29+
<version>2.4.1</version>
30+
</plugin>
31+
<plugin>
32+
<artifactId>maven-surefire-plugin</artifactId>
33+
<version>2.4.3</version>
34+
</plugin>
35+
</plugins>
36+
</build>
37+
</project>

org.sonatype.m2e.mavenarchiver.tests/projects/mavenarchiver/mavenarchiver-p007/src/main/java/.gitignore

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2852e6e05fbb95076fc091f6d1780f1f8fe35e0f

0 commit comments

Comments
 (0)