You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/17 11:21:16 UTC

[myfaces-tobago] branch master updated: chore: Remove Maven Reporting Section

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new d00b840  chore: Remove Maven Reporting Section
d00b840 is described below

commit d00b8408216d69a1139d6579af70a524e97d8d2a
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Feb 17 12:20:25 2022 +0100

    chore: Remove Maven Reporting Section
    
    issue: TOBAGO-2106
---
 pom.xml | 224 ----------------------------------------------------------------
 1 file changed, 224 deletions(-)

diff --git a/pom.xml b/pom.xml
index 69a872b..f2b4e20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,230 +147,6 @@
     </mailingList>
   </mailingLists>
 
-  <reporting>
-    <excludeDefaults>true</excludeDefaults>
-    <plugins>
-
-      <!--<plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>simian-report-maven-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
-        <configuration>
-          <minimumThreshold>2</minimumThreshold>
-        </configuration>
-      </plugin>
-      -->
-      <!--plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.2</version>
-      </plugin-->
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>taglist-maven-plugin</artifactId>
-        <version>3.0.0</version>
-        <configuration>
-          <tags>
-            <tag>TODO</tag>
-            <tag>FIXME</tag>
-            <tag>XXX</tag>
-            <tag>TBD</tag>
-            <tag>@deprecated</tag>
-          </tags>
-        </configuration>
-      </plugin>
-
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>${maven-checkstyle-plugin.version}</version>
-        <configuration>
-          <configLocation>tobago/checkstyle.xml</configLocation>
-          <headerLocation>default/myfaces-header.txt</headerLocation>
-          <xrefLocation>xref</xrefLocation>
-          <indentSize>2</indentSize>
-          <includeTestSourceDirectory>true</includeTestSourceDirectory>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.3.2</version>
-        <!-- XXX mvn site:site is not working with 2.10.4 -->
-        <!--<version>2.10.4</version>-->
-        <configuration>
-          <linksource>true</linksource>
-          <breakiterator>true</breakiterator>
-          <quiet>true</quiet>
-          <verbose>false</verbose>
-          <source>${maven.compile.source}</source>
-          <charset>${maven.compile.encoding}</charset>
-          <links>
-            <link>http://docs.oracle.com/javase/6/docs/api/</link>
-            <link>http://docs.oracle.com/javaee/6/api/</link>
-            <link>http://www.slf4j.org/apidocs</link>
-            <link>http://junit.sourceforge.net/javadoc/</link>
-            <link>http://logback.qos.ch/apidocs/</link>
-          </links>
-          <excludePackageNames>org.apache.myfaces.tobago.internal.*</excludePackageNames>
-          <!--
-            | bootclasspath required by Sun's JVM
-          -->
-          <bootclasspath>${sun.boot.class.path}</bootclasspath>
-          <additionalparam>
-             -quiet
-             -federate JDK http://download.oracle.com/javase/6/docs/api/index.html?
-             -federationxml JDK http://doclava.googlecode.com/svn/static/api/openjdk-6.xml
-             -hdf project.name "${project.name}"
-             -d ${project.build.directory}/apidocs
-          </additionalparam>
-          <useStandardDocletOptions>false</useStandardDocletOptions>
-          <!--
-            | Apple's JVM sometimes requires more memory
-          -->
-          <additionalJOption>-J-Xmx1024m</additionalJOption>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.22.2</version>
-        <configuration>
-          <aggregate>true</aggregate>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>3.2.1</version>
-      </plugin>
-
-      <!--plugin>
-        <inherited>false</inherited>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changes-plugin</artifactId>
-        <version>2.7.1</version>
-        <reportSets>
-          <reportSet>
-            <configuration>
-              <statusIds>Open,In Progress,Reopened</statusIds>
-            </configuration>
-            <reports>
-              <report>jira-report</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin-->
-
-      <plugin>
-        <inherited>false</inherited>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changelog-plugin</artifactId>
-        <version>2.3</version>
-        <configuration>
-          <basedir>${basedir}</basedir>
-        </configuration>
-      </plugin>
-
-      <!--
-            <plugin>
-              <inherited>false</inherited>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-doap-plugin</artifactId>
-              <configuration>
-                <category>web-framework</category>
-                <language>Java</language>
-                <shortdesc>Set of user interface components based on JSF.</shortdesc>
-                <pmc>http://myfaces.apache.org</pmc>
-              </configuration>
-            </plugin>
-      -->
-
-      <!--plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-        <configuration>
-          <minSeverity>info</minSeverity>
-          <excludes>
-            <exclude>org/apache/myfaces/tobago/example/**</exclude>
-            <exclude>org/apache/myfaces/tobago/ant/**</exclude>
-            <exclude>org/apache/myfaces/tobago/apt/**</exclude>
-          </excludes>
-        </configuration>
-      </plugin-->
-
-      <!-- pmd has problems with annotations -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-pmd-plugin</artifactId>
-        <version>${maven-pmd-plugin.version}</version>
-        <configuration>
-          <rulesets>
-            <!-- FIXME: currently only possible to build in project build -->
-            <ruleset>${basedir}/tobago-pmd-config.xml</ruleset>
-          </rulesets>
-          <linkXRef>true</linkXRef>
-          <targetJdk>${maven.compile.source}</targetJdk>
-          <aggregate>true</aggregate>
-        </configuration>
-      </plugin>
-
-      <!-- TODO test dashboard plugin  -->
-      <!--plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dashboard-maven-plugin</artifactId>
-        <version>1.0.0-beta-1</version>
-      </plugin-->
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>3.0.5</version>
-        <configuration>
-          <threshold>Low</threshold>
-          <effort>Max</effort>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jdepend-maven-plugin</artifactId>
-        <version>2.0</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <version>0.13</version>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <version>3.2.0</version>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>analyze-report</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-
-      <!--plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-linkcheck-plugin</artifactId>
-        <version>1.0.1</version>
-      </plugin-->
-
-    </plugins>
-
-  </reporting>
-
   <dependencyManagement>
     <dependencies>
       <dependency>