jpmml-parent-github
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-parent-github</artifactId>
<version>1.0.0</version>
</dependency><?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-parent</artifactId>
<version>1.0.11</version>
</parent>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-parent-github</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>JPMML-Parent-GitHub</name>
<description>A parent Apache Maven Project Object Model (POM) for all JPMML GitHub projects</description>
<url>https://www.jpmml.org</url>
<licenses>
<license>
<name>BSD 3-Clause License</name>
<url>https://opensource.org/licenses/BSD-3-Clause</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>villu.ruusmann</id>
<name>Villu Ruusmann</name>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:jpmml/jpmml-parent-github.git</connection>
<developerConnection>scm:git:git@github.com:jpmml/jpmml-parent-github.git</developerConnection>
<url>git://github.com/jpmml/jpmml-parent-github.git</url>
<tag>1.0.0</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/jpmml/jpmml-parent-github/issues</url>
</issueManagement>
<distributionManagement>
<repository>
<id>github-packages</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/${github.organization}/${github.repository}</url>
</repository>
</distributionManagement>
<properties>
<github.organization>jpmml</github.organization>
<github.repository>jpmml-parent-github</github.repository>
<project.build.outputTimestamp>2026-01-17T13:07:36Z</project.build.outputTimestamp>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<arguments>${arguments}</arguments>
</configuration>
</plugin>
</plugins>
</build>
</project>