reference-taglib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.discursive.taglib.reference</groupId>
<artifactId>reference-taglib</artifactId>
<version>1.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.discursive.taglib.reference</groupId>
<artifactId>reference-taglib</artifactId>
<name>Reference JSP Taglib</name>
<version>1.0.1</version>
<description>JSP taglib that makes it easy to generate a reference dropdown in a web application.</description>
<url>http://www.discursive.com/projects/reference-taglib</url>
<developers>
<developer>
<id>tobrien</id>
<name>Tim O'Brien</name>
<email>tobrien@discursive.com</email>
<url>http://www.discursive.com</url>
<organization>Discursive</organization>
<timezone>Central (US)</timezone>
</developer>
</developers>
<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>
<scm>
<connection>scm:svn:http://brahe.discursive.com/svn/reference-taglib/trunk</connection>
<developerConnection>scm:svn:https://brahe.discursive.com/svn/reference-taglib/trunk</developerConnection>
<url>http://brahe.discursive.com/viewcvs/reference-taglib</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-servlet_2.4_spec</artifactId>
<version>1.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jsp_2.0_spec</artifactId>
<version>1.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>1.2.7</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>1.2.7</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>1.2.7</version>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<distributionManagement>
<repository>
<id>repo</id>
<name>Discursive Maven repository</name>
<url>scpexe://brahe.discursive.com/var/www/html/www.discursive.com/maven2</url>
</repository>
<snapshotRepository>
<id>repo</id>
<name>Repository Name</name>
<url>scpexe://brahe.discursive.com/var/www/html/www.discursive.com/maven2-snapshot</url>
</snapshotRepository>
<site>
<id>website</id>
<url>scpexe://brahe.discursive.com/var/www/html/www.discursive.com/projects/reference-taglib</url>
</site>
<status>deployed</status>
</distributionManagement>
</project>