maven-confluence-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-confluence-plugin</artifactId>
<version>5.0.18</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>com.atlassian.amps</groupId>
<artifactId>atlassian-amps-product-plugins</artifactId>
<version>5.0.18</version>
</parent>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-confluence-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Confluence Plugin</name>
<dependencies>
<dependency>
<groupId>com.atlassian.maven.archetypes</groupId>
<artifactId>confluence-plugin-archetype</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>shitty</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>shitty-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<properties>
<shitty.product>confluence</shitty.product>
<product.version>${confluence.version}</product.version>
<product.data.version>${confluence.data.version}</product.data.version>
<product.database.type>no-database-type</product.database.type>
</properties>
</profile>
</profiles>
</project>