| Group ID: |
io.github.abhinandanjoshii |
| Artifact ID: |
hygiene-maven-plugin |
| Version: |
0.3.0 |
| Last modified: |
10.06.2026 08:26 |
| Packaging: |
maven-plugin |
| Name: |
HygieneMojo |
| Description: |
Policy-driven repository governance and build-time compliance validation for Maven ecosystems. |
| URL: |
https://github.com/abhinandanjoshii/hygieneMojo |
|
|
| Size: |
39.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/github/abhinandanjoshii/hygiene-maven-plugin/0.3.0/hygiene-maven-plugin-0.3.0.jar |
| POM: |
Show
hide
<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
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.abhinandanjoshii</groupId>
<artifactId>hygiene-maven-plugin</artifactId>
<version>0.3.0</version>
<packaging>maven-plugin</packaging>
<name>HygieneMojo</name>
<description>
Policy-driven repository governance and build-time compliance validation for Maven ecosystems.
</description>
<url>https://github.com/abhinandanjoshii/hygieneMojo</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<scm>
<connection>
scm:git:git://github.com/abhinandanjoshii/hygieneMojo.git
</connection>
<developerConnection>
scm:git:ssh://github.com/abhinandanjoshii/hygieneMojo.git
</developerConnection>
<url>
https://github.com/abhinandanjoshii/hygieneMojo
</url>
<tag>HEAD</tag>
</scm>
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>3.9.11</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.6.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.9.14</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.15.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<developers>
<developer>
<id>abhinandanjoshii</id>
<name>Abhinandan Joshi</name>
<url>https://github.com/abhinandanjoshii</url>
</developer>
</developers>
</project>
|
| Maven: |
<dependency>
<groupId>io.github.abhinandanjoshii</groupId>
<artifactId>hygiene-maven-plugin</artifactId>
<version>0.3.0</version>
</dependency>
|
| Gradle: |
io.github.abhinandanjoshii:hygiene-maven-plugin:0.3.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|