File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<artifactId >failureaccess</artifactId >
12
12
<version >1.0.3-jpms</version >
13
- <packaging >bundle </packaging >
13
+ <packaging >jar </packaging >
14
14
<name >Guava InternalFutureFailureAccess and InternalFutures</name >
15
15
<description >
16
16
Contains
38
38
</execution >
39
39
<execution >
40
40
<id >compile-java9</id >
41
+ <goals >
42
+ <goal >compile</goal >
43
+ </goals >
41
44
<configuration >
42
45
<release >9</release >
43
46
<multiReleaseOutput >true</multiReleaseOutput >
49
52
<artifactId >maven-jar-plugin</artifactId >
50
53
<configuration >
51
54
<archive >
55
+ <manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
52
56
<manifestEntries >
53
57
<Multi-Release >true</Multi-Release >
54
58
</manifestEntries >
55
59
</archive >
56
60
<excludes >
57
- <exclude >META-INF/versions/9/com/**/*.java</exclude >
61
+ <exclude >/module-info.class</exclude >
62
+ <exclude >META-INF/versions/9/com/google/common/util/concurrent/internal/*.class</exclude >
58
63
</excludes >
59
64
</configuration >
60
65
</plugin >
81
86
</executions >
82
87
<configuration >
83
88
<instructions >
84
- <Export-Package >com.google.common.util.concurrent.internal</Export-Package >
89
+ <_fixupmessages >^Classes found in the wrong directory: .*</_fixupmessages >
90
+ <Export-Package >com.google.common.util.concurrent.internal,!META-INF.*</Export-Package >
85
91
<Bundle-DocURL >https://github.com/google/guava/</Bundle-DocURL >
86
92
</instructions >
87
93
</configuration >
You can’t perform that action at this time.
0 commit comments