Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
Upgrading to JSON-P 1.1, checkstyle 2.17
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Kornilov <dmitry.kornilov@oracle.com>
  • Loading branch information
m0mus committed Jun 7, 2017
1 parent 657bbfc commit fef1f9e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 333 deletions.
253 changes: 0 additions & 253 deletions api/etc/config/checkstyle.xml

This file was deleted.

32 changes: 0 additions & 32 deletions api/etc/config/copyright-exclude

This file was deleted.

39 changes: 0 additions & 39 deletions api/etc/config/copyright.txt

This file was deleted.

10 changes: 5 additions & 5 deletions api/pom.xml
Expand Up @@ -477,7 +477,7 @@
<artifactId>glassfish-copyright-maven-plugin</artifactId>
<version>1.40</version>
<configuration>
<excludeFile>${project.build.directory}/../etc/config/copyright-exclude</excludeFile>
<excludeFile>${basedir}/../etc/config/copyright-exclude</excludeFile>
<!--svn|mercurial|git - defaults to svn-->
<scm>git</scm>
<!-- turn on/off debugging -->
Expand All @@ -490,7 +490,7 @@
<update>false</update>
<!-- check that year is correct -->
<ignoreYear>false</ignoreYear>
<templateFile>${project.build.directory}/../etc/config/copyright.txt</templateFile>
<templateFile>${basedir}/../etc/config/copyright.txt</templateFile>
</configuration>
<executions>
<execution>
Expand All @@ -504,12 +504,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.15</version>
<version>2.17</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>6.2</version>
<version>6.11.2</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -624,7 +624,7 @@
<non.final>true</non.final>
<skip.release.tests>false</skip.release.tests>
<spec.version>${last.final.spec.version}</spec.version>
<javax.json.version>1.1.0-M2</javax.json.version>
<javax.json.version>1.1</javax.json.version>
</properties>

<reporting>
Expand Down
2 changes: 1 addition & 1 deletion etc/config/checkstyle.xml
Expand Up @@ -188,7 +188,7 @@
LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD,
MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, SL,
SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN,
TYPE_EXTENSION_AND, GENERIC_START, GENERIC_END" /> <!-- RCURLY removed -->
TYPE_EXTENSION_AND" /> <!-- RCURLY removed -->
</module>


Expand Down
3 changes: 3 additions & 0 deletions etc/config/copyright-exclude
Expand Up @@ -27,3 +27,6 @@
/META-INF/services/
/README
spec-license.html
copyright-exclude
api/etc/config/copyright.txt
nb-configuration.xml

0 comments on commit fef1f9e

Please sign in to comment.