dependency on engine.io-client 0.2.3-SNAPSHOT

This commit is contained in:
hell
2014-08-26 13:40:16 +02:00
parent 6ba5818884
commit dc84ff9597

44
pom.xml
View File

@@ -57,7 +57,7 @@
<dependency>
<groupId>com.github.nkzawa</groupId>
<artifactId>engine.io-client</artifactId>
<version>0.2.2</version>
<version>0.2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
@@ -123,27 +123,27 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<executions>
<execution>
<id>npm-install</id>
<phase>process-test-resources</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<workingDirectory>./src/test/resources</workingDirectory>
<executable>npm</executable>
<arguments>
<argument>install</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
<!--<plugin>-->
<!--<groupId>org.codehaus.mojo</groupId>-->
<!--<artifactId>exec-maven-plugin</artifactId>-->
<!--<version>1.2.1</version>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>npm-install</id>-->
<!--<phase>process-test-resources</phase>-->
<!--<goals>-->
<!--<goal>exec</goal>-->
<!--</goals>-->
<!--<configuration>-->
<!--<workingDirectory>./src/test/resources</workingDirectory>-->
<!--<executable>npm</executable>-->
<!--<arguments>-->
<!--<argument>install</argument>-->
<!--</arguments>-->
<!--</configuration>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>