All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.share.pom.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>fun.fengwk.convention4j</groupId>
        <artifactId>convention4j-parent</artifactId>
        <version>1.1.9</version>
        <relativePath />
    </parent>

    <groupId>${groupId}</groupId>
    <artifactId>${rootArtifactId}-share</artifactId>
    <version>${version}</version>

    <name>${project.groupId}:${project.artifactId}</name>
    <description>${artifactId}</description>
    <url>https://github.com/fengwk/${artifactId}</url>
    <licenses>
        <license>
            <name>The Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>
    <scm>
        <url>[email protected]:fengwk/${artifactId}.git</url>
        <connection>scm:git:[email protected]:fengwk/${artifactId}.git</connection>
        <developerConnection>scm:git:[email protected]:fengwk/${artifactId}.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <name>fengwk</name>
            <email>[email protected]</email>
            <url>https://github.com/fengwk</url>
        </developer>
    </developers>
    <distributionManagement>
        <snapshotRepository>
            <id>ossrh</id>
            <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
        </snapshotRepository>
        <repository>
            <id>ossrh</id>
            <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        </repository>
    </distributionManagement>

    <dependencies>
        <dependency>
            <groupId>fun.fengwk.convention4j</groupId>
            <artifactId>convention4j-api</artifactId>
        </dependency>
    </dependencies>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy