semanticcms-theme-documentation
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.semanticcms</groupId>
<artifactId>semanticcms-theme-documentation</artifactId>
<version>1.11.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
semanticcms-theme-documentation - SemanticCMS theme tailored for technical documentation.
Copyright (C) 2016, 2017, 2018, 2019, 2020 AO Industries, Inc.
support@aoindustries.com
7262 Bull Pen Cir
Mobile, AL 36695
This file is part of semanticcms-theme-documentation.
semanticcms-theme-documentation 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.
semanticcms-theme-documentation 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 semanticcms-theme-documentation. 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.semanticcms</groupId><artifactId>semanticcms-parent</artifactId><version>1.10.0<!-- -POST-SNAPSHOT --></version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-theme-documentation</artifactId><version>1.11.0</version>
<packaging>bundle</packaging>
<properties>
<shortTitle>Theme Documentation</shortTitle>
<description.html><![CDATA[<a target="${javadoc.target}" href="https://semanticcms.com/">SemanticCMS</a> theme tailored for technical documentation.]]></description.html>
<javadoc.modules><![CDATA[<div style="float:left; margin: 0 1em">
<h2 style="margin-top: 0em">Modules</h2>
<ul>
<li><a target="${javadoc.target}" href="https://semanticcms.com/theme-documentation/style/">SemanticCMS Theme Documentation Style</a></li>
</ul>
</div>]]></javadoc.modules>
</properties>
<name>SemanticCMS Theme Documentation</name>
<url>https://semanticcms.com/theme-documentation/</url>
<description>SemanticCMS theme tailored for technical documentation.</description>
<inceptionYear>2013</inceptionYear>
<scm>
<connection>scm:git:git://github.com/aoindustries/semanticcms-theme-documentation.git</connection>
<developerConnection>scm:git:git@github.com:aoindustries/semanticcms-theme-documentation.git</developerConnection>
<url>https://github.com/aoindustries/semanticcms-theme-documentation</url>
<tag>semanticcms-theme-documentation-1.11.0</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/aoindustries/semanticcms-theme-documentation/issues</url>
</issueManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId><artifactId>maven-dependency-plugin</artifactId>
<configuration>
<usedDependencies>
<!-- JSP Only -->
<dependency>com.aoindustries:ao-encoding-taglib</dependency>
<dependency>com.aoindustries:ao-taglib</dependency>
<dependency>com.aoindustries:ao-web-resources-taglib</dependency>
<dependency>javax.servlet:jstl</dependency>
<dependency>com.semanticcms:semanticcms-core-taglib</dependency>
<dependency>com.semanticcms:semanticcms-core-theme-base</dependency>
<dependency>com.semanticcms:semanticcms-file-taglib</dependency>
<!-- Runtime Direct -->
<dependency>com.aoindustries:ao-style</dependency>
<dependency>org.webjars.npm:jquery</dependency>
<dependency>org.glassfish.web:jstl-impl</dependency>
<dependency>com.semanticcms:semanticcms-openfile-servlet</dependency>
<dependency>com.semanticcms:semanticcms-pagegraph</dependency>
</usedDependencies>
</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 -->
<!-- JSP Only: <groupId>com.aoindustries</groupId><artifactId>ao-encoding-taglib</artifactId> -->
<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>
<artifactItem>
<groupId>com.aoindustries</groupId><artifactId>ao-net-types</artifactId>
<classifier>javadoc</classifier><includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/com.aoindustries/ao-net-types</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>com.aoindustries</groupId><artifactId>ao-servlet-util</artifactId>
<classifier>javadoc</classifier><includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/com.aoindustries/ao-servlet-util</outputDirectory>
</artifactItem>
<!-- JSP Only: <groupId>com.aoindustries</groupId><artifactId>ao-taglib</artifactId> -->
<artifactItem>
<groupId>com.aoindustries</groupId><artifactId>ao-web-resources-registry</artifactId>
<classifier>javadoc</classifier><includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/com.aoindustries/ao-web-resources-registry</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>com.aoindustries</groupId><artifactId>ao-web-resources-servlet</artifactId>
<classifier>javadoc</classifier><includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/com.aoindustries/ao-web-resources-servlet</outputDirectory>
</artifactItem>
<!-- JSP Only: <groupId>com.aoindustries</groupId><artifactId>ao-web-resources-taglib</artifactId> -->
<!-- ao-javadoc-offline: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId> -->
<!-- ao-javadoc-offline: <groupId>javax.servlet.jsp</groupId><artifactId>javax.servlet.jsp-api</artifactId> -->
<!-- JSP Only: <groupId>javax.servlet</groupId><artifactId>jstl</artifactId> -->
<artifactItem>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-model</artifactId>
<classifier>javadoc</classifier><includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/com.semanticcms/semanticcms-core-model</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-servlet</artifactId>
<classifier>javadoc</classifier><includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/com.semanticcms/semanticcms-core-servlet</outputDirectory>
</artifactItem>
<!-- JSP Only: <groupId>com.semanticcms</groupId><artifactId>semanticcms-core-taglib</artifactId> -->
<!-- JSP Only: <groupId>com.semanticcms</groupId><artifactId>semanticcms-core-theme-base</artifactId> -->
<!-- JSP Only: <groupId>com.semanticcms</groupId><artifactId>semanticcms-file-taglib</artifactId> -->
<artifactItem>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-theme-documentation-style</artifactId>
<classifier>javadoc</classifier><includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/com.semanticcms/semanticcms-theme-documentation-style</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId><artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<offlineLinks>
<!-- Direct -->
<!-- JSP Only: <groupId>com.aoindustries</groupId><artifactId>ao-encoding-taglib</artifactId> -->
<offlineLink>
<url>https://aoindustries.com/ao-lang/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.aoindustries/ao-lang</location>
</offlineLink>
<offlineLink>
<url>https://aoindustries.com/ao-net-types/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.aoindustries/ao-net-types</location>
</offlineLink>
<offlineLink>
<url>https://aoindustries.com/ao-servlet-util/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.aoindustries/ao-servlet-util</location>
</offlineLink>
<!-- JSP Only: <groupId>com.aoindustries</groupId><artifactId>ao-taglib</artifactId> -->
<offlineLink>
<url>https://aoindustries.com/ao-web-resources/registry/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.aoindustries/ao-web-resources-registry</location>
</offlineLink>
<offlineLink>
<url>https://aoindustries.com/ao-web-resources/servlet/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.aoindustries/ao-web-resources-servlet</location>
</offlineLink>
<!-- JSP Only: <groupId>com.aoindustries</groupId><artifactId>ao-web-resources-taglib</artifactId> -->
<!-- Java EE: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId> -->
<!-- Java EE: <groupId>javax.servlet.jsp</groupId><artifactId>javax.servlet.jsp-api</artifactId> -->
<!-- JSP Only: <groupId>javax.servlet</groupId><artifactId>jstl</artifactId> -->
<offlineLink>
<url>https://semanticcms.com/core/model/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.semanticcms/semanticcms-core-model</location>
</offlineLink>
<offlineLink>
<url>https://semanticcms.com/core/servlet/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.semanticcms/semanticcms-core-servlet</location>
</offlineLink>
<!-- JSP Only: <groupId>com.semanticcms</groupId><artifactId>semanticcms-core-taglib</artifactId> -->
<!-- JSP Only: <groupId>com.semanticcms</groupId><artifactId>semanticcms-core-theme-base</artifactId> -->
<!-- JSP Only: <groupId>com.semanticcms</groupId><artifactId>semanticcms-file-taglib</artifactId> -->
<offlineLink>
<url>https://semanticcms.com/theme-documentation/style/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.semanticcms/semanticcms-theme-documentation-style</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-encoding-taglib</artifactId><version>1.0.1<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-lang</artifactId><version>4.6.1<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-net-types</artifactId><version>1.2.1<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-servlet-util</artifactId><version>3.0.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-taglib</artifactId><version>6.0.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-web-resources-registry</artifactId><version>0.2.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-web-resources-servlet</artifactId><version>0.1.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-web-resources-taglib</artifactId><version>0.2.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<!-- javaee-web-api-bom: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId> -->
<!-- javaee-web-api-bom: <groupId>javax.servlet.jsp</groupId><artifactId>javax.servlet.jsp-api</artifactId> -->
<!-- javaee-web-api-bom: <groupId>javax.servlet</groupId><artifactId>jstl</artifactId> -->
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-model</artifactId><version>1.13.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-servlet</artifactId><version>1.16.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-taglib</artifactId><version>1.13.1<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-theme-base</artifactId><version>1.5.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-file-taglib</artifactId><version>1.9.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-theme-documentation-style</artifactId><version>1.8.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<!-- Transitive -->
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-collections</artifactId><version>1.2.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-concurrent</artifactId><version>3.0.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-encoding</artifactId><version>3.1.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</artifactId><version>0.2.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-servlet</artifactId><version>0.1.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-io-buffer</artifactId><version>3.3.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-servlet-filter</artifactId><version>2.3.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-servlet-last-modified</artifactId><version>1.2.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-servlet-subrequest</artifactId><version>1.1.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-tempfiles-servlet</artifactId><version>1.1.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>ao-web-resources-renderer</artifactId><version>0.2.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>aocode-public</artifactId><version>4.3.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.11</version>
</dependency>
<dependency>
<groupId>joda-time</groupId><artifactId>joda-time</artifactId><version>2.10.8</version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-file-model</artifactId><version>1.4.6<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-file-servlet</artifactId><version>1.9.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<!-- Runtime Direct -->
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-style</artifactId><version>1.0.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId><artifactId>jquery</artifactId><version>3.5.1</version>
</dependency>
<!-- javaee-web-api-bom: <groupId>org.glassfish.web</groupId><artifactId>jstl-impl</artifactId> -->
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-openfile-servlet</artifactId><version>1.9.1<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-pagegraph</artifactId><version>1.6.1<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<!-- Runtime Transitive -->
<dependency>
<groupId>org.webjars.npm</groupId><artifactId>d3</artifactId><version>6.2.0</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId><artifactId>dagre</artifactId><version>0.8.5</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId><artifactId>dagre-d3</artifactId><version>0.6.4</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId><artifactId>graphlib</artifactId><version>2.1.8</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId><artifactId>lodash</artifactId><version>4.17.20</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-encoding-taglib</artifactId>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-lang</artifactId>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-net-types</artifactId>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-servlet-util</artifactId>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-taglib</artifactId>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-web-resources-registry</artifactId>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-web-resources-servlet</artifactId>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-web-resources-taglib</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId><artifactId>javax.servlet.jsp-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId><artifactId>jstl</artifactId>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-model</artifactId>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-servlet</artifactId>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-taglib</artifactId>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-theme-base</artifactId>
</dependency>
<dependency>
<!-- TODO: Remove this dependency once "Edit" is its own view -->
<groupId>com.semanticcms</groupId><artifactId>semanticcms-file-taglib</artifactId>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-theme-documentation-style</artifactId>
</dependency>
<!-- Runtime Direct -->
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-style</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId><artifactId>jquery</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId><artifactId>jstl-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-openfile-servlet</artifactId>
<scope>runtime</scope>
<optional>true</optional><!-- TODO: Once central "devMode" defined, remove this optional dependency -->
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-pagegraph</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>