maven-taglib-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sourceforge.maven-taglib</groupId> <artifactId>maven-taglib-plugin</artifactId> <version>2.4</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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.sourceforge.maven-taglib</groupId> <artifactId>maven-taglib-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Maven Taglib Plugin</name> <version>2.4</version> <description> M2 plugin for jsp tag libraries developers for the generation, documentation and testing of jsp tag libraries. </description> <url>http://maven-taglib.sf.net/m2</url> <inceptionYear>2004</inceptionYear> <issueManagement> <system>jira</system> <url>http://jira.openmindlab.com/browse/MAVENTAGLIB</url> </issueManagement> <ciManagement> <system>continuum</system> <notifiers> <notifier> <configuration> <address>maven-taglib-continuum@lists.sourceforge.net</address> </configuration> </notifier> </notifiers> </ciManagement> <developers> <developer> <id>fgiust</id> <name>Fabrizio Giustina</name> <email>fgiust(at)users.sourceforge.net</email> <url>http://www.openmindonline.it</url> <organization>openmind</organization> <roles> <role>Project admin</role> <role>Developer</role> </roles> <timezone>+1</timezone> </developer> </developers> <contributors> <contributor> <name>Bernd Bohmann</name> </contributor> </contributors> <licenses> <license> <name>Artistic license</name> <url>https://svn.sourceforge.net/svnroot/maven-taglib/m2-taglib-plugin/trunk/LICENSE.txt</url> </license> </licenses> <scm> <connection>scm:svn:https://maven-taglib.svn.sourceforge.net/svnroot/maven-taglib/m2-taglib-plugin/tags/maven-taglib-plugin-2.4</connection> <developerConnection>scm:svn:https://maven-taglib.svn.sourceforge.net/svnroot/maven-taglib/m2-taglib-plugin/tags/maven-taglib-plugin-2.4</developerConnection> <url>http://maven-taglib.svn.sourceforge.net/viewcvs.cgi/maven-taglib/m2-taglib-plugin/tags/maven-taglib-plugin-2.4</url> </scm> <organization> <name>Fabrizio Giustina</name> <url>http://maven-taglib.sourceforge.net</url> </organization> <prerequisites> <maven>2.0</maven> </prerequisites> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> <source>1.5</source> <target>1.5</target> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.0-beta-8</version> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.4.3</version> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>2.3</version> <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> <version>1.5.0</version> <configuration> <header>src/main/etc/header.txt</header> <includes> <include>src/**/*.java</include> </includes> <properties> <year>${project.inceptionYear}-2010</year> <name>${project.name}</name> <description>${project.description}</description> <url>${project.url}</url> </properties> </configuration> <executions> <execution> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.1</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId> <version>1.0-alpha-7</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.4</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>jsp-api</artifactId> <version>2.0</version> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.1</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.8.2</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> <version>2.0.4</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> <version>2.0.4</version> </dependency> <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> <version>2.0.4</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> <version>1.5.6</version> </dependency> <dependency> <groupId>taglibrarydoc</groupId> <artifactId>tlddoc</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>jdom</groupId> <artifactId>jdom</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-embedder</artifactId> <version>2.0.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>2.0.8</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> <version>2.0.8</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-artifact</artifactId> <version>2.0.8</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-registry</artifactId> <version>2.0.8</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> <reporting> <plugins> <plugin> <artifactId>maven-javadoc-plugin</artifactId> </plugin> <plugin> <artifactId>maven-plugin-plugin</artifactId> </plugin> <plugin> <artifactId>maven-changes-plugin</artifactId> <version>2.3</version> <reportSets> <reportSet> <reports> <report>jira-report</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <artifactId>maven-jxr-plugin</artifactId> </plugin> </plugins> </reporting> <distributionManagement> <repository> <id>sourceforge</id> <url>scp://shell.sourceforge.net/home/groups/m/ma/maven-taglib/htdocs/m2repo</url> </repository> <snapshotRepository> <id>sourceforge-snapshots</id> <url>scp://shell.sourceforge.net/home/groups/m/ma/maven-taglib/htdocs/m2repo-snapshots</url> </snapshotRepository> <site> <id>default</id> <name>Default Site</name> <url>scp://shell.sourceforge.net/home/groups/m/ma/maven-taglib/htdocs/m2</url> </site> <downloadUrl>http://prdownloads.sourceforge.net/93991</downloadUrl> </distributionManagement> </project>