support-confluence-compat
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.randombits.support</groupId> <artifactId>support-confluence-compat</artifactId> <version>5.2.9</version> </dependency>
<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>org.randombits.support</groupId> <artifactId>support-confluence-parent</artifactId> <version>5.2.9</version> <relativePath>../parent</relativePath> </parent> <artifactId>support-confluence-compat</artifactId> <version>5.2.9</version> <name>RB Support - Confluence - Compatibility</name> <packaging>atlassian-plugin</packaging> <properties> <confluence.version>${platform.maxVersion}</confluence.version> <project.build.sourceRootDirectory>../plugin/src/main</project.build.sourceRootDirectory> </properties> <build> <sourceDirectory>../plugin/src/main/java</sourceDirectory> <testSourceDirectory>../plugin/src/test/java</testSourceDirectory> <testResources> <testResource> <directory>../plugin/src/test/resources</directory> <filtering>true</filtering> </testResource> </testResources> </build> </project>