gem-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mapstruct.tools.gem</groupId>
<artifactId>gem-parent</artifactId>
<version>1.0.0.Alpha3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright MapStruct Authors.
Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.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.mapstruct.tools.gem</groupId>
<artifactId>gem-parent</artifactId>
<version>1.0.0.Alpha3</version>
<packaging>pom</packaging>
<name>MapStruct Tools Gem Parent</name>
<description>An annotation processor for generating gems for annotations</description>
<url>http://mapstruct.org/</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>filiphr</id>
<name>Filip Hrisafov</name>
<email>filip@mapstruct.org</email>
</developer>
<developer>
<id>sjaakd</id>
<name>Sjaak Derksen</name>
<email>sjaak@mapstruct.org</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/mapstruct/tools-gem.git</connection>
<developerConnection>scm:git:git@github.com:mapstruct/tools-gem.git</developerConnection>
<tag>1.0.0.Alpha3</tag>
<url>https://github.com/mapstruct/tools-gem/</url>
</scm>
</project>