taglist-maven-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> <version>3.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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.codehaus.mojo</groupId> <artifactId>mojo-parent</artifactId> <version>86</version> </parent> <artifactId>taglist-maven-plugin</artifactId> <version>3.2.1</version> <packaging>maven-plugin</packaging> <name>Taglist Maven Plugin</name> <description>Produce a tag list report.</description> <url>https://www.mojohaus.org/taglist-maven-plugin/</url> <inceptionYear>2005</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Fabrice Bellingard</name> <email>bellingard.NO-SPAM@gmail.com</email> <roles> <role>Java Developer</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>dennisl</id> <name>Dennis Lundberg</name> <email>dennisl@apache.org</email> <organization>ASF</organization> <roles> <role>Committer</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>david</id> <name>David J. M. Karlsen</name> <email>david@codehaus.org</email> <url>http://www.davidkarlsen.com</url> <organization>codehaus.org</organization> <organizationUrl>http://www.codehaus.org</organizationUrl> <roles> <role>Java Developer</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>khmarbaise</id> <name>Karl Heinz Marbaise</name> <email>khmarbaise@apache.org</email> <roles> <role>Java Developer</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>bmarwell</id> <name>Benjamin Marwell</name> <email>bmarwell@apache.org</email> <roles> <role>Committer</role> </roles> <timezone>Europe/Berlin</timezone> </developer> <developer> <id>sjaranowski</id> <name>Slawomir Jaranowski</name> <email>sjaranowski@apache.org</email> <roles> <role>Developer</role> </roles> <timezone>Europe/Warsaw</timezone> </developer> </developers> <prerequisites> <maven>${mavenVersion}</maven> </prerequisites> <scm> <connection>scm:git:https://github.com/mojohaus/taglist-maven-plugin.git</connection> <developerConnection>scm:git:ssh://git@github.com/mojohaus/taglist-maven-plugin.git</developerConnection> <tag>3.2.1</tag> <url>https://github.com/mojohaus/taglist-maven-plugin</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/mojohaus/taglist-maven-plugin/issues/</url> </issueManagement> <properties> <project.build.outputTimestamp>2024-10-12T20:00:37Z</project.build.outputTimestamp> <doxiaVersion>2.0.0</doxiaVersion> <reportingApiVersion>4.0.0</reportingApiVersion> <reportingImplVersion>4.0.0-M15</reportingImplVersion> <mavenResolverVersion>1.4.1</mavenResolverVersion> <!-- override plugins --> <taglist-maven-plugin.version>${project.version}</taglist-maven-plugin.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> <version>4.0.2</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-artifact</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-compat</artifactId> <version>${mavenVersion}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> <version>${reportingApiVersion}</version> </dependency> <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> <version>${reportingImplVersion}</version> </dependency> <!-- Doxia --> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-sink-api</artifactId> <version>${doxiaVersion}</version> </dependency> <!-- others --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.17.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> </dependency> <!-- Test --> <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> <version>3.3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven.resolver</groupId> <artifactId>maven-resolver-connector-basic</artifactId> <version>${mavenResolverVersion}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven.resolver</groupId> <artifactId>maven-resolver-transport-http</artifactId> <version>${mavenResolverVersion}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <scope>test</scope> <exclusions> <exclusion> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.36</version> <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-xml</artifactId> <version>3.0.1</version> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <source>${mojo.java.target}</source> <tags> <tag> <name>todo</name> <placement>a</placement> <head>TODO:</head> </tag> <tag> <name>goal</name> <placement>a</placement> <head>GOAL:</head> </tag> <tag> <name>requiresProject</name> <placement>a</placement> <head>Requires Project:</head> </tag> <tag> <name>threadSafe</name> <placement>a</placement> <head>Thread safe:</head> </tag> </tags> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <argLine>-Duser.language=en</argLine> <systemPropertyVariables> <localRepository>${settings.localRepository}</localRepository> </systemPropertyVariables> </configuration> </plugin> <plugin> <groupId>org.codehaus.modello</groupId> <artifactId>modello-maven-plugin</artifactId> <executions> <execution> <id>XMLOutput</id> <goals> <goal>java</goal> <goal>xsd</goal> <goal>xpp3-writer</goal> </goals> <configuration> <version>1.0.0</version> <models> <model>src/main/mdo/TagListOutput.mdo</model> </models> </configuration> </execution> <execution> <id>POMInput</id> <goals> <goal>java</goal> <goal>xsd</goal> </goals> <configuration> <version>1.0.0</version> <models> <model>src/main/mdo/TagListOptions.mdo</model> </models> </configuration> </execution> <execution> <id>modello-docs</id> <goals> <goal>xdoc</goal> </goals> <phase>pre-site</phase> <configuration> <version>1.0.0</version> <models> <model>src/main/mdo/TagListOutput.mdo</model> <model>src/main/mdo/TagListOptions.mdo</model> </models> </configuration> </execution> </executions> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> <version>${project.version}</version> <configuration> <tagListOptions> <tagClasses> <tagClass> <displayName>Todo Tags</displayName> <tags> <tag> <matchString>TODO</matchString> <matchType>ignoreCase</matchType> </tag> <tag> <matchString>@todo</matchString> <matchType>exact</matchType> </tag> </tags> </tagClass> <tagClass> <displayName>Fix Tags</displayName> <tags> <tag> <matchString>FIXME</matchString> <matchType>exact</matchType> </tag> </tags> </tagClass> </tagClasses> </tagListOptions> </configuration> </plugin> </plugins> </reporting> </project>