mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
More reports
This commit is contained in:
111
pom.xml
111
pom.xml
@@ -377,7 +377,6 @@
|
|||||||
<version>2.2.2</version>
|
<version>2.2.2</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
<artifactId>maven-dependency-plugin</artifactId>
|
||||||
@@ -520,8 +519,45 @@
|
|||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-report-plugin</artifactId>
|
<artifactId>maven-changelog-plugin</artifactId>
|
||||||
<version>2.11</version>
|
<version>2.2</version>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||||
|
<version>2.7</version>
|
||||||
|
<configuration>
|
||||||
|
<configLocation>${basedir}/src/main/config/forge_checks.xml</configLocation>
|
||||||
|
<propertyExpansion>
|
||||||
|
cacheFile=${project.build.directory}/checkstyle-cachefile
|
||||||
|
</propertyExpansion>
|
||||||
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
<artifactId>cobertura-maven-plugin</artifactId>
|
||||||
|
<version>2.5.1</version>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-dependency-plugin</artifactId>
|
||||||
|
<version>2.4</version>
|
||||||
|
<reportSets>
|
||||||
|
<reportSet>
|
||||||
|
<reports>
|
||||||
|
<report>analyze-report</report>
|
||||||
|
</reports>
|
||||||
|
</reportSet>
|
||||||
|
</reportSets>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
<artifactId>findbugs-maven-plugin</artifactId>
|
||||||
|
<version>2.3.3</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
@@ -544,21 +580,40 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
<reports>
|
<reports>
|
||||||
<report>javadoc</report>
|
<report>javadoc</report>
|
||||||
|
<report>test-javadoc</report>
|
||||||
</reports>
|
</reports>
|
||||||
</reportSet>
|
</reportSet>
|
||||||
</reportSets>
|
</reportSets>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
<artifactId>l10n-maven-plugin</artifactId>
|
||||||
<version>2.7</version>
|
<version>1.0-alpha-2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configLocation>${basedir}/src/main/config/forge_checks.xml</configLocation>
|
<locales>
|
||||||
<propertyExpansion>
|
<locale>cs</locale>
|
||||||
cacheFile=${project.build.directory}/checkstyle-cachefile
|
<locale>de</locale>
|
||||||
</propertyExpansion>
|
<locale>es</locale>
|
||||||
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
<locale>fr</locale>
|
||||||
|
<locale>gl</locale>
|
||||||
|
<locale>hu</locale>
|
||||||
|
<locale>it</locale>
|
||||||
|
<locale>ja</locale>
|
||||||
|
<locale>ko</locale>
|
||||||
|
<locale>lt</locale>
|
||||||
|
<locale>nl</locale>
|
||||||
|
<locale>no</locale>
|
||||||
|
<locale>pl</locale>
|
||||||
|
<locale>pt</locale>
|
||||||
|
<locale>pt_BR</locale>
|
||||||
|
<locale>ru</locale>
|
||||||
|
<locale>sk</locale>
|
||||||
|
<locale>sv</locale>
|
||||||
|
<locale>tr</locale>
|
||||||
|
<locale>zh_CN</locale>
|
||||||
|
<locale>zh_TW</locale>
|
||||||
|
</locales>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
@@ -583,22 +638,10 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
|
||||||
<artifactId>findbugs-maven-plugin</artifactId>
|
|
||||||
<version>2.3.3</version>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
|
||||||
<artifactId>cobertura-maven-plugin</artifactId>
|
|
||||||
<version>2.5.1</version>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-changelog-plugin</artifactId>
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
||||||
<version>2.2</version>
|
<version>2.11</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
@@ -644,18 +687,6 @@
|
|||||||
</reportSets>
|
</reportSets>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
|
||||||
<version>2.4</version>
|
|
||||||
<reportSets>
|
|
||||||
<reportSet>
|
|
||||||
<reports>
|
|
||||||
<report>analyze-report</report>
|
|
||||||
</reports>
|
|
||||||
</reportSet>
|
|
||||||
</reportSets>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
@@ -697,19 +728,19 @@
|
|||||||
<artifactId>minlog</artifactId>
|
<artifactId>minlog</artifactId>
|
||||||
<version>1.2</version>
|
<version>1.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mantisbt</groupId>
|
<groupId>org.mantisbt</groupId>
|
||||||
<artifactId>mantisconnect-client-api</artifactId>
|
<artifactId>mantisconnect-client-api</artifactId>
|
||||||
<version>1.1.1</version>
|
<version>1.1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
<version>3.1</version>
|
<version>3.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.freemarker</groupId>
|
<groupId>org.freemarker</groupId>
|
||||||
<artifactId>freemarker</artifactId>
|
<artifactId>freemarker</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user