LOGGING-165: Add Automatic-Module-Name Manifest Header for Java 9 compatibility.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1809785 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -264,6 +264,13 @@ under the License.
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<archive combine.children="append">
|
||||
<manifestEntries>
|
||||
<Automatic-Module-Name>org.apache.commons.logging</Automatic-Module-Name>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user