Skip to content

Commit

Permalink
Release 1.0.0.0 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Exslims committed Mar 3, 2017
1 parent 812afb0 commit 949084d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions app-socket-server/pom.xml
Expand Up @@ -5,6 +5,19 @@
<modelVersion>4.0.0</modelVersion>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>com.mercury.platform.server.main.ServerMain</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down Expand Up @@ -92,7 +105,5 @@
<artifactId>mockito-all</artifactId>
<version>${mockito.version}</version>
</dependency>

</dependencies>

</project>

0 comments on commit 949084d

Please sign in to comment.