Skip to content

Commit

Permalink
- Remove useless items in the pom.xml
Browse files Browse the repository at this point in the history
- Fix a wrong example of config
  • Loading branch information
JiseongKim committed Apr 1, 2018
1 parent c6d629a commit 8a9cbc3
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 248 deletions.
52 changes: 0 additions & 52 deletions eat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,11 @@
<name>NGT Testing</name>

<properties>
<!--<quasar.core>${settings.localRepository}\co\paralleluniverse\quasar-core\0.7.5\quasar-core-0.7.5.jar</quasar.core>-->

<quasar.version>0.7.6</quasar.version>
<junit.version>4.12</junit.version>
<apache.commons.version>3.0</apache.commons.version>
<quasar.core>C:\Users\NHNEnt\.m2\repository\co\paralleluniverse\quasar-core\${quasar.version}\quasar-core-${quasar.version}.jar</quasar.core>

</properties>

<repositories>
<repository>
<id>releases</id>
<name>Nhnent Maven Release Repository</name>
<url>http://nexus.nhnent.com/content/repositories/releases/</url>
</repository>
</repositories>

<dependencies>

<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
Expand All @@ -38,14 +26,6 @@
<version>1.10</version>
</dependency>


<!-- from local repository -->
<!--<dependency>-->
<!--<groupId>com.nhnent.tardis</groupId>-->
<!--<artifactId>zmqWithQusar</artifactId>-->
<!--<version>1.1</version>-->
<!--</dependency>-->

<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -228,38 +208,6 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
</execution>
</executions>
<configuration>
<outputDirectory>target/lib</outputDirectory>
<overWriteIfNewer>true</overWriteIfNewer>
</configuration>
</plugin>

<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.5.1</version>
<executions>
<execution>
<id>getClasspathFilenames</id>
<goals>
<goal>properties</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down
78 changes: 0 additions & 78 deletions eat/proto/kjs.proto

This file was deleted.

78 changes: 0 additions & 78 deletions eat/proto/recent_proto/kjs.proto

This file was deleted.

2 changes: 1 addition & 1 deletion eat/src/main/resources_example/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"customScenarioAPI": {
"use": true,
"jarFile": "/home/jskim/work/eat/eat/eat/extraLibrary/sampleCustomAPI-1.0.jar",
"jarFile": "/home/jskim/work/eat/eat/eat/extraLibrary/exampleCustomAPI-1.0.jar",
"apiClassName": "com.nhnent.eat.sampleCustomAPI.customAPI"
},
"scenario": {
Expand Down
8 changes: 0 additions & 8 deletions examples/exampleCustomAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@

<name>(Example) Custom API</name>

<repositories>
<repository>
<id>releases</id>
<name>Nhnent Maven Release Repository</name>
<url>http://nexus.nhnent.com/content/repositories/releases/</url>
</repository>
</repositories>

<dependencies>
<!-- EAT -->
<dependency>
Expand Down
8 changes: 0 additions & 8 deletions examples/generalPacket_sampleserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@

<name>(Example) General Packet Server</name>

<repositories>
<repository>
<id>releases</id>
<name>Nhnent Maven Release Repository</name>
<url>http://nexus.nhnent.com/content/repositories/releases/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
8 changes: 0 additions & 8 deletions examples/protobufPacket_sampleserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@

<name>(Example) Protobuf Packet Server</name>

<repositories>
<repository>
<id>releases</id>
<name>Nhnent Maven Release Repository</name>
<url>http://nexus.nhnent.com/content/repositories/releases/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
7 changes: 0 additions & 7 deletions plugins/generalPacket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
<!--Endpoint Automatic Tester-->
<name>Plugins(generalPacket)</name>

<repositories>
<repository>
<id>releases</id>
<name>Nhnent Maven Release Repository</name>
<url>http://nexus.nhnent.com/content/repositories/releases/</url>
</repository>
</repositories>

<dependencies>
<!-- EAT -->
Expand Down
8 changes: 0 additions & 8 deletions plugins/protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
<!--Endpoint Automatic Tester-->
<name>Plugins(protobuf)</name>

<repositories>
<repository>
<id>releases</id>
<name>Nhnent Maven Release Repository</name>
<url>http://nexus.nhnent.com/content/repositories/releases/</url>
</repository>
</repositories>

<dependencies>
<!-- EAT -->
<dependency>
Expand Down

0 comments on commit 8a9cbc3

Please sign in to comment.