Fix javadoc 8 error; actually enable enforcer; update plugins

This commit is contained in:
Sean Owen 2015-05-25 23:54:18 +01:00
parent 5561322512
commit ea9a260f0a
3 changed files with 10 additions and 2 deletions

View file

@ -33,6 +33,7 @@ public final class DecoderTest {
* at com.google.zxing.aztec.decoder.Decoder.correctBits(Decoder.java:231) * at com.google.zxing.aztec.decoder.Decoder.correctBits(Decoder.java:231)
* at com.google.zxing.aztec.decoder.Decoder.decode(Decoder.java:77) * at com.google.zxing.aztec.decoder.Decoder.decode(Decoder.java:77)
* at com.google.zxing.aztec.decoder.DecoderTest.testDecodeBug1(DecoderTest.java:66)</pre> * at com.google.zxing.aztec.decoder.DecoderTest.testDecodeBug1(DecoderTest.java:66)</pre>
* @throws FormatException
*/ */
@Test(expected = FormatException.class) @Test(expected = FormatException.class)
public void testDecodeTooManyErrors() throws FormatException { public void testDecodeTooManyErrors() throws FormatException {

View file

@ -131,6 +131,10 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
</plugin>
</plugins> </plugins>
<pluginManagement> <pluginManagement>
<plugins> <plugins>
@ -143,6 +147,9 @@
<id>enforce</id> <id>enforce</id>
<configuration> <configuration>
<rules> <rules>
<requireModuleConvergence/>
<requirePluginVersions/>
<requireUpperBoundDeps/>
<dependencyConvergence /> <dependencyConvergence />
<requireMavenVersion> <requireMavenVersion>
<version>${maven.version.min}</version> <version>${maven.version.min}</version>
@ -494,7 +501,7 @@
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.4.201502262128</version> <version>0.7.5.201505241946</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>

View file

@ -22,7 +22,7 @@
<skin> <skin>
<groupId>org.apache.maven.skins</groupId> <groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId> <artifactId>maven-fluido-skin</artifactId>
<version>1.3.1</version> <version>1.4</version>
</skin> </skin>
<body> <body>