jig-maven-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.irof</groupId>
<artifactId>jig-maven-plugin</artifactId>
<version>2026.5.4</version>
</dependency><project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.irof</groupId>
<artifactId>jig-maven-plugin</artifactId>
<version>2026.5.4</version>
<packaging>pom</packaging>
<name>jig-maven-plugin</name>
<description>JIG Maven Plugin</description>
<url>https://dddjava.github.io/jig/</url>
<distributionManagement>
<relocation>
<groupId>org.dddjava.jig</groupId>
<artifactId>jig-maven-plugin</artifactId>
<version>2026.5.4</version>
</relocation>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.9.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.8</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>irof</name>
<email>irof.ocean@gmail.com</email>
</developer>
</developers>
<scm>
<url>https://github.com/irof/jig-maven-plugin</url>
</scm>
</project>