Effective Pom of org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5
Created at 2018-04-16 02:03:08 UTC
Back to org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.eclipse.cbi.maven.plugins</groupId> <artifactId>maven-plugin-parent</artifactId> <version>1.1.5</version> </parent> <groupId>org.eclipse.cbi.maven.plugins</groupId> <artifactId>eclipse-jarsigner-plugin</artifactId> <version>1.1.5</version> <packaging>maven-plugin</packaging> <description>Eclipse CBI Maven plugins are created to enable the Eclipse community to use various services at Eclipse including the signing infrastructure.</description> <url>http://wiki.eclipse.org/CBI/eclipse-jarsigner-plugin</url> <organization> <name>Eclipse Foundation</name> <url>http://eclipse.org/</url> </organization> <licenses> <license> <name>Eclipse Public License, Version 1.0</name> <url>http://www.eclipse.org/legal/epl-v10.html</url> <distribution>repo</distribution> </license> <license> <name>Eclipse Distribution License, Version 1.0</name> <url>http://eclipse.org/org/documents/edl-v10.html</url> <distribution>repo</distribution> </license> </licenses> <mailingLists> <mailingList> <name>cbi-dev</name> <subscribe>https://dev.eclipse.org/mailman/listinfo/cbi-dev</subscribe> <unsubscribe>https://dev.eclipse.org/mailman/listinfo/cbi-dev</unsubscribe> <post>cbi-dev@eclipse.org</post> <archive>http://dev.eclipse.org/mhonarc/lists/cbi-dev/</archive> </mailingList> </mailingLists> <scm> <connection>scm:git:https://git.eclipse.org/r/cbi/org.eclipse.cbi</connection> <developerConnection>scm:git:ssh://git.eclipse.org:29418/cbi/org.eclipse.cbi</developerConnection> <tag>master</tag> <url>http://git.eclipse.org/c/cbi/org.eclipse.cbi.git/</url> </scm> <issueManagement> <system>Bugzilla</system> <url>https://bugs.eclipse.org/bugs/enter_bug.cgi?product=CBI</url> </issueManagement> <distributionManagement> <repository> <id>repo.eclipse.org</id> <name>Eclipse CBI Repository - Releases</name> <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url> </repository> <snapshotRepository> <id>repo.eclipse.org</id> <name>Eclipse CBI Repository - Snapshots</name> <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url> </snapshotRepository> <site> <id>cbi-plugins.site</id> <name>CBI Plugins Site</name> <url>file:////var/local/msgsvc-maven/msgsvc-maven_20170930_140050/sitedocs/maven-plugin-parent/eclipse-jarsigner-plugin</url> </site> </distributionManagement> <properties> <apache-httpclient-version>4.5.3</apache-httpclient-version> <cbi-checkstyle-version>1.0.1</cbi-checkstyle-version> <cbi-common-version>1.2.2</cbi-common-version> <maven-api-version>3.1.0</maven-api-version> <minimum-maven-version>3.3.1</minimum-maven-version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.eclipse.cbi</groupId> <artifactId>cbi-common</artifactId> <version>1.2.2</version> </dependency> <dependency> <groupId>org.eclipse.cbi.maven.plugins</groupId> <artifactId>cbi-maven-plugin-common</artifactId> <version>1.1.5</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>3.1.0</version> </dependency> <dependency> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-core</artifactId> <version>1.1.0</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>3.1.0</version> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>3.5</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.3</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> <version>4.5.3</version> </dependency> <dependency> <groupId>org.eclipse.cbi</groupId> <artifactId>cbi-common</artifactId> <version>1.2.2</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.cbi.maven.plugins</groupId> <artifactId>cbi-maven-plugin-common</artifactId> <version>1.1.5</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>9.4.8.v20171121</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.16.1</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>20.0</version> </dependency> <dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value</artifactId> <version>1.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> </dependency> <dependency> <groupId>org.eclipse.cbi</groupId> <artifactId>checkstyle</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.jimfs</groupId> <artifactId>jimfs</artifactId> <version>1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>2.13.0</version> <scope>test</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>3.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>3.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.cbi</groupId> <artifactId>cbi-common</artifactId> <version>1.2.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.cbi.maven.plugins</groupId> <artifactId>cbi-maven-plugin-common</artifactId> <version>1.1.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>3.5</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value</artifactId> <version>1.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.cbi</groupId> <artifactId>cbi-common</artifactId> <version>1.2.2</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.cbi.maven.plugins</groupId> <artifactId>cbi-maven-plugin-common</artifactId> <version>1.1.5</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.jimfs</groupId> <artifactId>jimfs</artifactId> <version>1.1</version> <scope>test</scope> </dependency> </dependencies> <repositories> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>central</id> <url>http://repo1.maven.org/maven2/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>springframework-releases</id> <url>http://maven.springframework.org/release/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>jenkins-releases</id> <url>http://repo.jenkins-ci.org/releases/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>sonatype-public</id> <url>https://repository.sonatype.org/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>sonatype-releases</id> <url>https://oss.sonatype.org/content/repositories/releases/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>eclipse-releases</id> <url>https://repo.eclipse.org/content/groups/releases</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>neo4j-releases</id> <url>http://m2.neo4j.org/releases/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>apache-releases</id> <url>https://repository.apache.org/content/repositories/releases/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>jboss-releases</id> <url>https://repository.jboss.org/nexus/content/repositories/releases/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>gradle-plugins-releases</id> <url>http://gradle.artifactoryonline.com/gradle/plugins-releases/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>spring-plugin-releases</id> <url>http://repo.springsource.org/plugins-release/</url> </repository> <repository> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> <id>repo.eclipse.org</id> <url>https://repo.eclipse.org/content/repositories/cbi</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>false</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>central</id> <url>http://repo1.maven.org/maven2/</url> </pluginRepository> <pluginRepository> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> <id>repo.eclipse.org</id> <url>https://repo.eclipse.org/content/repositories/cbi</url> </pluginRepository> </pluginRepositories> <build> <sourceDirectory>${basedir}/src/main/java</sourceDirectory> <scriptSourceDirectory>${basedir}/src/main/scripts</scriptSourceDirectory> <testSourceDirectory>${basedir}/src/test/java</testSourceDirectory> <outputDirectory>${basedir}/target/classes</outputDirectory> <testOutputDirectory>${basedir}/target/test-classes</testOutputDirectory> <resources> <resource> <directory>${basedir}/src/main/resources</directory> </resource> </resources> <testResources> <testResource> <directory>${basedir}/src/test/resources</directory> </testResource> </testResources> <directory>${basedir}/target</directory> <finalName>eclipse-jarsigner-plugin-1.1.5</finalName> <pluginManagement> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.3</version> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.2-beta-5</version> </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> <version>2.8</version> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.7.0</version> <configuration> <source>1.8</source> <target>1.8</target> <encoding>UTF-8</encoding> <useIncrementalCompilation>false</useIncrementalCompilation> </configuration> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>3.0.2</version> <configuration> <encoding>UTF_8</encoding> </configuration> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.0.2</version> <executions> <execution> <goals> <goal>test-jar</goal> </goals> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> </archive> </configuration> </execution> </executions> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> </archive> </configuration> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.20.1</version> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <version>3.1.0</version> </plugin> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>3.0.0</version> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> </plugin> <plugin> <artifactId>maven-install-plugin</artifactId> <version>2.5.2</version> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> <version>3.7</version> </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <version>3.0.0-M1</version> <executions> <execution> <id>enforce-maven</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireMavenVersion> <version>3.3.1</version> </requireMavenVersion> </rules> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> <version>3.0.0</version> <executions> <execution> <phase>process-sources</phase> <goals> <goal>check</goal> </goals> <configuration> <configLocation>eclipse_checkstyle.xml</configLocation> <headerLocation>EPL-LICENSE.regexp.txt</headerLocation> <failOnViolation>false</failOnViolation> <failsOnError>true</failsOnError> <consoleOutput>true</consoleOutput> <encoding>UTF-8</encoding> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>org.eclipse.cbi</groupId> <artifactId>checkstyle</artifactId> <version>1.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.7.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>1.7.5</version> <scope>compile</scope> </dependency> </dependencies> <configuration> <configLocation>eclipse_checkstyle.xml</configLocation> <headerLocation>EPL-LICENSE.regexp.txt</headerLocation> <failOnViolation>false</failOnViolation> <failsOnError>true</failsOnError> <consoleOutput>true</consoleOutput> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.5</version> <executions> <execution> <goals> <goal>check</goal> </goals> <configuration> <threshold>High</threshold> </configuration> </execution> </executions> <configuration> <threshold>High</threshold> </configuration> </plugin> <plugin> <artifactId>maven-plugin-plugin</artifactId> <version>3.5.1</version> <configuration> <requirements> <maven>3.3.1</maven> </requirements> </configuration> </plugin> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.9</version> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <version>3.0.0-M1</version> <executions> <execution> <id>enforce-maven</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireMavenVersion> <version>3.3.1</version> </requireMavenVersion> </rules> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> <version>3.0.0</version> <executions> <execution> <phase>process-sources</phase> <goals> <goal>check</goal> </goals> <configuration> <configLocation>eclipse_checkstyle.xml</configLocation> <headerLocation>EPL-LICENSE.regexp.txt</headerLocation> <failOnViolation>false</failOnViolation> <failsOnError>true</failsOnError> <consoleOutput>true</consoleOutput> <encoding>UTF-8</encoding> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>org.eclipse.cbi</groupId> <artifactId>checkstyle</artifactId> <version>1.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.7.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>1.7.5</version> <scope>compile</scope> </dependency> </dependencies> <configuration> <configLocation>eclipse_checkstyle.xml</configLocation> <headerLocation>EPL-LICENSE.regexp.txt</headerLocation> <failOnViolation>false</failOnViolation> <failsOnError>true</failsOnError> <consoleOutput>true</consoleOutput> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.5</version> <executions> <execution> <goals> <goal>check</goal> </goals> <configuration> <threshold>High</threshold> </configuration> </execution> </executions> <configuration> <threshold>High</threshold> </configuration> </plugin> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>3.0.0</version> <executions> <execution> <id>default-clean</id> <phase>clean</phase> <goals> <goal>clean</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>3.0.2</version> <executions> <execution> <id>default-testResources</id> <phase>process-test-resources</phase> <goals> <goal>testResources</goal> </goals> <configuration> <encoding>UTF_8</encoding> </configuration> </execution> <execution> <id>default-resources</id> <phase>process-resources</phase> <goals> <goal>resources</goal> </goals> <configuration> <encoding>UTF_8</encoding> </configuration> </execution> </executions> <configuration> <encoding>UTF_8</encoding> </configuration> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.0.2</version> <executions> <execution> <id>default-jar</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> </archive> </configuration> </execution> <execution> <goals> <goal>test-jar</goal> </goals> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> </archive> </configuration> </execution> </executions> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> </archive> </configuration> </plugin> <plugin> <artifactId>maven-plugin-plugin</artifactId> <version>3.5.1</version> <executions> <execution> <id>default-addPluginArtifactMetadata</id> <phase>package</phase> <goals> <goal>addPluginArtifactMetadata</goal> </goals> <configuration> <requirements> <maven>3.3.1</maven> </requirements> </configuration> </execution> <execution> <id>default-descriptor</id> <phase>process-classes</phase> <goals> <goal>descriptor</goal> </goals> <configuration> <requirements> <maven>3.3.1</maven> </requirements> </configuration> </execution> </executions> <configuration> <requirements> <maven>3.3.1</maven> </requirements> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.7.0</version> <executions> <execution> <id>default-compile</id> <phase>compile</phase> <goals> <goal>compile</goal> </goals> <configuration> <source>1.8</source> <target>1.8</target> <encoding>UTF-8</encoding> <useIncrementalCompilation>false</useIncrementalCompilation> </configuration> </execution> <execution> <id>default-testCompile</id> <phase>test-compile</phase> <goals> <goal>testCompile</goal> </goals> <configuration> <source>1.8</source> <target>1.8</target> <encoding>UTF-8</encoding> <useIncrementalCompilation>false</useIncrementalCompilation> </configuration> </execution> </executions> <configuration> <source>1.8</source> <target>1.8</target> <encoding>UTF-8</encoding> <useIncrementalCompilation>false</useIncrementalCompilation> </configuration> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.20.1</version> <executions> <execution> <id>default-test</id> <phase>test</phase> <goals> <goal>test</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-install-plugin</artifactId> <version>2.5.2</version> <executions> <execution> <id>default-install</id> <phase>install</phase> <goals> <goal>install</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> <executions> <execution> <id>default-deploy</id> <phase>deploy</phase> <goals> <goal>deploy</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> <version>3.7</version> <executions> <execution> <id>default-site</id> <phase>site</phase> <goals> <goal>site</goal> </goals> <configuration> <outputDirectory>${basedir}/target/site</outputDirectory> <reportPlugins> <reportPlugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <configuration> <relativizeDecorationLinks>false</relativizeDecorationLinks> <reportPlugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <reportSets> <reportSet> <reports> <report>index</report> </reports> </reportSet> </reportSets> </plugin> </reportPlugins> </configuration> </reportPlugin> <reportPlugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> </reportPlugin> </reportPlugins> </configuration> </execution> <execution> <id>default-deploy</id> <phase>site-deploy</phase> <goals> <goal>deploy</goal> </goals> <configuration> <outputDirectory>${basedir}/target/site</outputDirectory> <reportPlugins> <reportPlugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <configuration> <relativizeDecorationLinks>false</relativizeDecorationLinks> <reportPlugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <reportSets> <reportSet> <reports> <report>index</report> </reports> </reportSet> </reportSets> </plugin> </reportPlugins> </configuration> </reportPlugin> <reportPlugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> </reportPlugin> </reportPlugins> </configuration> </execution> </executions> <configuration> <outputDirectory>${basedir}/target/site</outputDirectory> <reportPlugins> <reportPlugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <configuration> <relativizeDecorationLinks>false</relativizeDecorationLinks> <reportPlugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <reportSets> <reportSet> <reports> <report>index</report> </reports> </reportSet> </reportSets> </plugin> </reportPlugins> </configuration> </reportPlugin> <reportPlugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> </reportPlugin> </reportPlugins> </configuration> </plugin> </plugins> </build> <reporting> <outputDirectory>${basedir}/target/site</outputDirectory> <plugins> <plugin> <artifactId>maven-site-plugin</artifactId> <configuration> <relativizeDecorationLinks>false</relativizeDecorationLinks> <reportPlugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <reportSets> <reportSet> <reports> <report>index</report> </reports> </reportSet> </reportSets> </plugin> </reportPlugins> </configuration> </plugin> </plugins> </reporting> </project>