ao-fluent-html-servlet
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>ao-fluent-html-servlet</artifactId>
<version>0.4.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
ao-fluent-html-servlet - Fluent Java DSL for high-performance HTML generation in a Servlet environment.
Copyright (C) 2019, 2020, 2021 AO Industries, Inc.
support@aoindustries.com
7262 Bull Pen Cir
Mobile, AL 36695
This file is part of ao-fluent-html-servlet.
ao-fluent-html-servlet is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
ao-fluent-html-servlet is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with ao-fluent-html-servlet. If not, see <http://www.gnu.org/licenses />.
-->
<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>
<parent>
<groupId>com.aoindustries</groupId><artifactId>ao-oss-parent</artifactId><version>1.15.0<!-- -POST-SNAPSHOT --></version>
<relativePath>../ao-oss-parent/pom.xml</relativePath>
</parent>
<groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-servlet</artifactId><version>0.4.0</version>
<packaging>bundle</packaging>
<properties>
<shortTitle>Servlet</shortTitle>
<javadoc.breadcrumbs><![CDATA[<a target="${javadoc.target}" href="https://aoindustries.com/ao-fluent-html/">AO Fluent HTML</a>
/ <a target="${javadoc.target}" href="${project.url}">${shortTitle}</a>]]></javadoc.breadcrumbs>
</properties>
<name>AO Fluent HTML Servlet</name>
<url>https://aoindustries.com/ao-fluent-html/servlet/</url>
<description>Fluent Java DSL for high-performance HTML generation in a Servlet environment.</description>
<inceptionYear>2019</inceptionYear>
<licenses>
<license>
<name>GNU General Lesser Public License (LGPL) version 3.0</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>AO Industries, Inc.</name>
<url>https://aoindustries.com/</url>
</organization>
<developers>
<developer>
<name>AO Industries, Inc.</name>
<email>support@aoindustries.com</email>
<url>https://aoindustries.com/</url>
<organization>AO Industries, Inc.</organization>
<organizationUrl>https://aoindustries.com/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/aoindustries/ao-fluent-html-servlet.git</connection>
<developerConnection>scm:git:git@github.com:aoindustries/ao-fluent-html-servlet.git</developerConnection>
<url>https://github.com/aoindustries/ao-fluent-html-servlet</url>
<tag>ao-fluent-html-servlet-0.4.0</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/aoindustries/ao-fluent-html-servlet/issues</url>
</issueManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId><artifactId>maven-dependency-plugin</artifactId>
<configuration>
<!--
No transitive dependencies from test jars, so had to add here:
https://issues.apache.org/jira/browse/MNG-1378
-->
<ignoreNonCompile>true</ignoreNonCompile>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId><artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!-- Only show public docs, since this project is not intended to be extended. -->
<show>public</show>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>offlineLinks</id><activation><file><exists>src/main/java</exists></file></activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId><artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack.offlineLinks</id><phase>generate-sources</phase><goals><goal>unpack</goal></goals>
<configuration>
<artifactItems>
<!-- Direct -->
<artifactItem>
<groupId>com.aoindustries</groupId><artifactId>ao-collections</artifactId><classifier>javadoc</classifier>
<includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/com.aoindustries/ao-collections</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>com.aoindustries</groupId><artifactId>ao-encoding-servlet</artifactId><classifier>javadoc</classifier>
<includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/com.aoindustries/ao-encoding-servlet</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-any</artifactId><classifier>javadoc</classifier>
<includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/com.aoindustries/ao-fluent-html-any</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>com.aoindustries</groupId><artifactId>ao-lang</artifactId><classifier>javadoc</classifier>
<includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/com.aoindustries/ao-lang</outputDirectory>
</artifactItem>
<!-- ao-javadoc-offline: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId> -->
<!-- Test Direct -->
<!-- Not published: <groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-any</artifactId><classifier>tests</classifier> -->
<!-- No transitive dependencies: <groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId> -->
<artifactItem>
<groupId>junit</groupId><artifactId>junit</artifactId><classifier>javadoc</classifier>
<includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/junit/junit</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId><artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<offlineLinks>
<!-- Direct -->
<offlineLink>
<url>https://aoindustries.com/ao-collections/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.aoindustries/ao-collections</location>
</offlineLink>
<offlineLink>
<url>https://aoindustries.com/ao-encoding/servlet/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.aoindustries/ao-encoding-servlet</location>
</offlineLink>
<offlineLink>
<url>https://aoindustries.com/ao-fluent-html/any/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.aoindustries/ao-fluent-html-any</location>
</offlineLink>
<offlineLink>
<url>https://aoindustries.com/ao-lang/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.aoindustries/ao-lang</location>
</offlineLink>
<!-- Java EE: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId> -->
<!-- Test Direct -->
<!-- Not published: <groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-any</artifactId><classifier>tests</classifier> -->
<!-- No transitive dependencies: <groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId> -->
<offlineLink>
<url>https://junit.org/junit4/javadoc/latest/</url>
<location>${project.build.directory}/offlineLinks/junit/junit</location>
</offlineLink>
<!-- Java SE -->
<offlineLink>
<url>${javadoc.link.javase}</url>
<location>${project.build.directory}/offlineLinks/com/aoindustries/javadoc/offline/javase/${javase.release}</location>
</offlineLink>
<!-- Java EE -->
<offlineLink>
<url>${javadoc.link.javaee}</url>
<location>${project.build.directory}/offlineLinks/com/aoindustries/javadoc/offline/javaee/${javaee.version}</location>
</offlineLink>
</offlineLinks>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<dependencyManagement>
<dependencies>
<!-- Direct -->
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-collections</artifactId><version>1.2.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-encoding-servlet</artifactId><version>3.0.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-any</artifactId><version>0.4.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-lang</artifactId><version>4.17.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<!-- javaee-web-api-bom: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId> -->
<!-- Transitive -->
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-encoding</artifactId><version>4.0.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-net-types</artifactId><version>1.3.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-tempfiles</artifactId><version>2.0.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-tlds</artifactId><version>1.2.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>aocode-public</artifactId><version>4.9.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<!-- Test Direct -->
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-any</artifactId><version>0.4.0<!-- ${POST-SNAPSHOT} --></version><classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId><version>6.5.0</version>
</dependency>
<dependency>
<groupId>junit</groupId><artifactId>junit</artifactId><version>4.13.2</version>
</dependency>
<!-- Test Transitive -->
<dependency>
<groupId>org.hamcrest</groupId><artifactId>hamcrest</artifactId><version>2.2</version>
</dependency>
<dependency>
<!-- Shim for junit 4.13.2 -->
<groupId>org.hamcrest</groupId><artifactId>hamcrest-core</artifactId><version>2.2</version>
</dependency>
<!-- BOM -->
<dependency>
<groupId>com.aoindustries</groupId><artifactId>javaee-web-api-bom</artifactId><version>6.0.1<!-- ${POST-SNAPSHOT} --></version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- Direct -->
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-collections</artifactId>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-encoding-servlet</artifactId>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-any</artifactId>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-lang</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId>
</dependency>
<!-- Test Direct -->
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-any</artifactId><classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<!--
No transitive dependencies from test jars, so had to add here:
https://issues.apache.org/jira/browse/MNG-1378
-->
<groupId>org.apache.bcel</groupId><artifactId>bcel</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId><artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>