|
|
@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
<groupId>com.corundumstudio.socketio</groupId> |
|
|
|
<artifactId>netty-socketio</artifactId> |
|
|
|
<version>1.7.15-SNAPSHOT</version> |
|
|
|
<version>1.7.14-SNAPSHOT</version> |
|
|
|
<packaging>bundle</packaging> |
|
|
|
<name>NettySocketIO</name> |
|
|
|
<description>Socket.IO server implemented on Java</description> |
|
|
@ -52,19 +52,6 @@ |
|
|
|
</properties> |
|
|
|
|
|
|
|
<profiles> |
|
|
|
<profile> |
|
|
|
<id>exclude-swf-files</id> |
|
|
|
<build> |
|
|
|
<resources> |
|
|
|
<resource> |
|
|
|
<directory>src/main/resources</directory> |
|
|
|
<excludes> |
|
|
|
<exclude>static/**</exclude> |
|
|
|
</excludes> |
|
|
|
</resource> |
|
|
|
</resources> |
|
|
|
</build> |
|
|
|
</profile> |
|
|
|
<profile> |
|
|
|
<id>release-sign-artifacts</id> |
|
|
|
<activation> |
|
|
@ -199,6 +186,20 @@ |
|
|
|
|
|
|
|
<build> |
|
|
|
<plugins> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
|
|
<version>3.0.0</version> |
|
|
|
<executions> |
|
|
|
<execution> |
|
|
|
<id>attach-javadocs</id> |
|
|
|
<goals> |
|
|
|
<goal>jar</goal> |
|
|
|
</goals> |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-release-plugin</artifactId> |
|
|
@ -257,7 +258,7 @@ |
|
|
|
|
|
|
|
<plugin> |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<version>3.1</version> |
|
|
|
<version>3.7.0</version> |
|
|
|
<configuration> |
|
|
|
<source>1.6</source> |
|
|
|
<target>1.6</target> |
|
|
@ -269,7 +270,7 @@ |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-source-plugin</artifactId> |
|
|
|
<version>2.2.1</version> |
|
|
|
<version>3.0.1</version> |
|
|
|
<executions> |
|
|
|
<execution> |
|
|
|
<id>attach-sources</id> |
|
|
@ -284,7 +285,7 @@ |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
<version>2.16</version> |
|
|
|
<version>2.20.1</version> |
|
|
|
<configuration> |
|
|
|
<argLine>-Dfile.encoding=utf-8</argLine> |
|
|
|
</configuration> |
|
|
@ -293,7 +294,7 @@ |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.felix</groupId> |
|
|
|
<artifactId>maven-bundle-plugin</artifactId> |
|
|
|
<version>2.3.7</version> |
|
|
|
<version>3.5.0</version> |
|
|
|
<extensions>true</extensions> |
|
|
|
<configuration> |
|
|
|
<instructions> |
|
|
|