dhis2-gis
Version:
GIS Web App for DHIS 2
73 lines • 2.75 kB
text/xml
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-app-mapping</artifactId>
<version>2.23-SNAPSHOT</version>
<packaging>jar</packaging>
<name>GIS</name>
<description>DHIS 2 GIS APP</description>
<url>https://github.com/dhis2/dhis2-gis</url>
<organization>
<name>DHIS 2</name>
<url>https://www.dhis2.org</url>
</organization>
<developers>
<developer>
<name>Bjorn Sandvik</name>
<email>bjorn@dhis2.org</email>
<organization>UiO</organization>
<organizationUrl>http://www.uio.no/</organizationUrl>
</developer>
<developer>
<name>Jan Henrik Øverland</name>
<email>jan@dhis2.org</email>
<organization>UiO</organization>
<organizationUrl>http://www.uio.no/</organizationUrl>
</developer>
</developers>
<licenses>
<license>
<name>BSD</name>
<url>https://opensource.org/licenses/BSD-3-Clause</url>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:dhis2/dhis2-gis.git</connection>
<developerConnection>scm:git:git@github.com:dhis2/dhis2-gis.git</developerConnection>
<url>git@github.com:dhis2/dhis2-gis.git</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/dhis2/dhis2-gis</url>
</issueManagement>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
<build>
<resources>
<resource>
<directory>build</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.6</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</project>