Skip to content

Commit

Permalink
Merge pull request #79 from warmachine64/master
Browse files Browse the repository at this point in the history
Revert "Revert "Revert "Refractored so that msl can now be invoked fr…
  • Loading branch information
warmachine64 authored Aug 30, 2016
2 parents 67677b9 + 0c8a519 commit 9f70c3c
Show file tree
Hide file tree
Showing 4 changed files with 416 additions and 397 deletions.
11 changes: 11 additions & 0 deletions msl-client-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
<configuration>
<excludes>
<exclude>**com.steadystate*</exclude>
</excludes>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion msl-server-node/bin/msl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node

require('../web-server')();
require('../web-server');
Loading

0 comments on commit 9f70c3c

Please sign in to comment.