ike-doc-resources
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>network.ike.docs</groupId>
<artifactId>ike-doc-resources</artifactId>
<version>68</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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>network.ike.docs</groupId>
<artifactId>ike-docs</artifactId>
<version>68</version>
</parent>
<artifactId>ike-doc-resources</artifactId>
<name>IKE Documentation Resources</name>
<description>Shared build resources for the IKE documentation pipeline:
assembly descriptors, PDF themes, renderer configurations,
SVGO configs, and AsciiDoc shared docinfo.</description>
<url>https://github.com/IKE-Network/ike-docs</url>
<inceptionYear>2026</inceptionYear>
<organization>
<name>IKE Network</name>
<url>https://ike.network</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<distributionManagement>
<repository>
<id>ike-staging</id>
<url>https://nexus.tinkar.org/repository/ike-staging/</url>
</repository>
<snapshotRepository>
<id>ike-snapshots</id>
<url>${deploy.snapshot.url}</url>
</snapshotRepository>
<site>
<id>ike-site</id>
<url>https://ike.network/ike-docs/${project.artifactId}/</url>
</site>
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.4.0</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.3</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.2</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.3</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>