xdoclet-plugin-ignore
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.googlecode.xdoclet-plugin-ignore</groupId>
<artifactId>xdoclet-plugin-ignore</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>
<!-- Project Information -->
<parent>
<groupId>com.googlecode.japis</groupId>
<artifactId>japis-java</artifactId>
<version>1.0</version>
</parent>
<groupId>com.googlecode.xdoclet-plugin-ignore</groupId>
<artifactId>xdoclet-plugin-ignore</artifactId>
<version>1.0</version>
<name>XDoclet2 Ignore Plugin</name>
<description>
Remove XDoclet2 "unknown tag" warnings. Tags that are not standard
Javadoc tags and that are not recognized by other plugins will be
ignored. You may see a summary of unknown tags or no warnings at all.
</description>
<url>${japis.url}</url>
<!-- Properties -->
<properties>
<japis.google.project>xdoclet-plugin-ignore</japis.google.project>
<japis.google.scm>xdoclet-plugin-ignore</japis.google.scm>
<japis.compiler.source>1.4</japis.compiler.source>
<japis.compiler.target>1.4</japis.compiler.target>
</properties>
<!-- Environment -->
<distributionManagement>
<site>
<id>google-site</id>
<name>Google Code SCM</name>
<url>${japis.site.deploy}</url>
</site>
</distributionManagement>
<scm>
<connection>${japis.scm.connection}</connection>
<developerConnection>${japis.scm.connection}</developerConnection>
<url>${japis.scm.url}</url>
</scm>
<!-- Dependencies -->
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.xdoclet</groupId>
<artifactId>xdoclet</artifactId>
<version>2.0.7</version>
</dependency>
</dependencies>
</project>