tattletale-maven-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.sonatype.plugins</groupId>
<artifactId>tattletale-maven-plugin</artifactId>
<version>1.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>org.sonatype.plugins</groupId>
<artifactId>plugins-parent</artifactId>
<version>6</version>
</parent>
<artifactId>tattletale-maven-plugin</artifactId>
<version>1.0</version>
<packaging>maven-plugin</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.ops4j</groupId>
<artifactId>maven-inherit-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<goals>
<goal>inherit</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.jboss.tattletale</groupId>
<artifactId>tattletale</artifactId>
<version>1.1.1.Final</version>
</dependency>
</dependencies>
<scm>
<connection>scm:svn:http://svn.sonatype.org/plugins/tags/tattletale-maven-plugin-1.0</connection>
<developerConnection>scm:svn:https://svn.sonatype.org/plugins/tags/tattletale-maven-plugin-1.0</developerConnection>
<url>http://svn.sonatype.org/plugins/tags/tattletale-maven-plugin-1.0</url>
</scm>
</project>