Skip to content
Snippets Groups Projects
Verified Commit 42f955e6 authored by Ubbo Veentjer's avatar Ubbo Veentjer
Browse files

move reporting from site plugin to own section. closes #29

parent 8db9095b
No related branches found
No related tags found
No related merge requests found
...@@ -453,28 +453,6 @@ ...@@ -453,28 +453,6 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId> <artifactId>maven-site-plugin</artifactId>
<version>${maven-site-plugin-version}</version> <version>${maven-site-plugin-version}</version>
<configuration>
<reportPlugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${maven-project-info-reports-plugin}</version>
<reportSets>
<reportSet>
<reports />
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.tomdz.maven</groupId>
<artifactId>sphinx-maven-plugin</artifactId>
<version>${sphinx-maven-plugin-version}</version>
<configuration>
<sourceDirectory>${basedir}/docs</sourceDirectory>
</configuration>
</plugin>
</reportPlugins>
</configuration>
</plugin> </plugin>
</plugins> </plugins>
<resources> <resources>
...@@ -492,6 +470,28 @@ ...@@ -492,6 +470,28 @@
</resource> </resource>
</resources> </resources>
</build> </build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${maven-project-info-reports-plugin}</version>
<reportSets>
<reportSet>
<reports />
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.tomdz.maven</groupId>
<artifactId>sphinx-maven-plugin</artifactId>
<version>${sphinx-maven-plugin-version}</version>
<configuration>
<sourceDirectory>${basedir}/docs</sourceDirectory>
</configuration>
</plugin>
</plugins>
</reporting>
<profiles> <profiles>
<profile> <profile>
<id>dev</id> <id>dev</id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment