diff --git a/pom.xml b/pom.xml
index 8c69654a25f202f33ecb61b5421a7e9591fbd976..5230b514a6da8440bffb1ae56f26ea9f2e7e61ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -453,28 +453,6 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-site-plugin</artifactId>
 				<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>
 		</plugins>
 		<resources>
@@ -492,6 +470,28 @@
 			</resource>
 		</resources>
 	</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>
 		<profile>
 			<id>dev</id>