Better JPMS automatic module names.

This commit is contained in:
Harald Kuhr
2021-04-24 12:26:36 +02:00
parent 51bdd370da
commit e0d6fa0d84
28 changed files with 118 additions and 15 deletions
+4 -2
View File
@@ -1,19 +1,21 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId>
<version>3.7-SNAPSHOT</version>
</parent>
<artifactId>imageio-webp</artifactId>
<name>TwelveMonkeys :: ImageIO :: WebP plugin</name>
<description>
ImageIO plugin for Google WebP File Format (WebP).
</description>
<properties>
<project.jpms.module.name>com.twelvemonkeys.imageio.webp</project.jpms.module.name>
</properties>
<dependencies>
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>