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>
|
||||
<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>
|
||||
<groupId>org.tomdz.maven</groupId>
|
||||
<artifactId>sphinx-maven-plugin</artifactId>
|
||||
|
12
pom.xml
12
pom.xml
@ -367,6 +367,18 @@ limitations under the License.
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<version>2.5.2</version>
|
||||
</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>
|
||||
</reporting>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user