mirror of
https://github.com/apache/sqoop.git
synced 2025-05-06 11:59:04 +08:00
SQOOP-757: Disable maven reports project wise
(Jarek Jarcec Cecho via Cheolsoo Park)
This commit is contained in:
parent
3b5a641eda
commit
4acbd25698
10
docs/pom.xml
10
docs/pom.xml
@ -34,16 +34,6 @@ limitations under the License.
|
|||||||
|
|
||||||
<reporting>
|
<reporting>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
||||||
<version>2.4</version>
|
|
||||||
<reportSets>
|
|
||||||
<reportSet>
|
|
||||||
<reports></reports>
|
|
||||||
</reportSet>
|
|
||||||
</reportSets>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.tomdz.maven</groupId>
|
<groupId>org.tomdz.maven</groupId>
|
||||||
<artifactId>sphinx-maven-plugin</artifactId>
|
<artifactId>sphinx-maven-plugin</artifactId>
|
||||||
|
14
pom.xml
14
pom.xml
@ -361,12 +361,24 @@ limitations under the License.
|
|||||||
<!-- All reports might be generated using mvn site command -->
|
<!-- All reports might be generated using mvn site command -->
|
||||||
<reporting>
|
<reporting>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- Test code coverage might be executed with mvn cobertura:cobertura command -->
|
<!-- Test code coverage might be executed with mvn cobertura:cobertura command -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>cobertura-maven-plugin</artifactId>
|
<artifactId>cobertura-maven-plugin</artifactId>
|
||||||
<version>2.5.2</version>
|
<version>2.5.2</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<!-- Turning off standard reports as they collide with sphinx -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||||
|
<version>2.4</version>
|
||||||
|
<reportSets>
|
||||||
|
<reportSet>
|
||||||
|
<reports></reports>
|
||||||
|
</reportSet>
|
||||||
|
</reportSets>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user