Skip to content

Commit fa89ae7

Browse files
FOP-3146: Correct fop version at runtime
1 parent caba469 commit fa89ae7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

fop-core/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,17 @@
337337
<threshold>Low</threshold>
338338
</configuration>
339339
</plugin>
340+
<plugin>
341+
<groupId>org.apache.maven.plugins</groupId>
342+
<artifactId>maven-jar-plugin</artifactId>
343+
<configuration>
344+
<archive>
345+
<manifest>
346+
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
347+
</manifest>
348+
</archive>
349+
</configuration>
350+
</plugin>
340351
</plugins>
341352
<resources>
342353
<resource>

0 commit comments

Comments
 (0)