[doc] Remove jacoco report and surefire report for site generation

This commit is contained in:
Andreas Dangel
2017-07-08 20:33:02 +02:00
parent e8dcbda839
commit ce96da092a
2 changed files with 2 additions and 32 deletions

View File

@ -20,7 +20,7 @@ fi
echo -e "Finished executing ./mvnw install\n\n"
echo -e "\n\nExecuting ./mvnw site site:stage...\n\n"
travis_wait ./mvnw site site:stage -Psite -B -V -q
travis_wait ./mvnw site site:stage -DskipTests=true -Psite -B -V -q
echo -e "Finished executing ./mvnw site site:stage...\n\n"
)

32
pom.xml
View File

@ -264,7 +264,6 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<checkstyle.version>2.17</checkstyle.version>
<pmd.plugin.version>3.8</pmd.plugin.version>
<java.version>1.7</java.version>
<jacoco.version>0.7.9</jacoco.version>
<ant.version>1.9.6</ant.version>
<javadoc.plugin.version>2.10.4</javadoc.plugin.version>
<antlr.version>4.5.2-1</antlr.version>
@ -728,18 +727,6 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>${surefire.version}</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
@ -984,23 +971,6 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<properties>
<java.version>1.8</java.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
<executions>
<execution>
<id>default-prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
@ -1030,7 +1000,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
<version>0.7.9</version>
<executions>
<execution>
<id>default-prepare-agent</id>