reg-extractor-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.fasterxml.util</groupId>
<artifactId>reg-extractor-parent</artifactId>
<version>0.6.0</version>
</dependency><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>com.fasterxml</groupId>
<artifactId>oss-parent</artifactId>
<version>24</version>
</parent>
<groupId>com.fasterxml.util</groupId>
<artifactId>reg-extractor-parent</artifactId>
<name>RegExtractor-parent</name>
<version>0.6.0</version>
<packaging>pom</packaging>
<description>Parent for components of RegExtractor.
</description>
<modules>
<module>regext-core</module>
</modules>
<url>https://github.com/cowtowncoder/RegExtractor</url>
<scm>
<connection>scm:git:git@github.com:cowtowncoder/RegExtractor.git</connection>
<developerConnection>scm:git:git@github.com:cowtowncoder/RegExtractor.git</developerConnection>
<url>https://github.com/cowtowncoder/RegExtractor</url>
<tag>reg-extractor-parent-0.6.0</tag>
</scm>
<developers>
<developer>
<id>tatu</id>
<name>Tatu Saloranta</name>
<email>tatu@fasterxml.com</email>
</developer>
</developers>
<properties>
<javac.src.version>1.7</javac.src.version>
<javac.target.version>1.7</javac.target.version>
</properties>
<!-- Licensing -->
<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>
<organization>
<name>fasterxml.com</name>
<url>http://fasterxml.com</url>
</organization>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
</plugins>
</build>
<profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<!-- NOTE: repositories from parent POM -->
</project>