diff --git a/.vscode/tasks.json b/.vscode/tasks.json index a3199e5..ecbb788 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -9,6 +9,15 @@ "$maven" ], "group": "build" + }, + { + "label": "Maven: clean package (with Main-Class)", + "type": "shell", + "command": "mvn clean package", + "problemMatcher": [ + "$maven" + ], + "group": "build" } ] } \ No newline at end of file diff --git a/pom.xml b/pom.xml index 8bd62d8..60548d0 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,19 @@ 17 + + org.apache.maven.plugins + maven-jar-plugin + 3.4.1 + + + + true + Main + + + + \ No newline at end of file diff --git a/target/classes/ConfigLoader.class b/target/classes/ConfigLoader.class index 20829b3..8f28212 100644 Binary files a/target/classes/ConfigLoader.class and b/target/classes/ConfigLoader.class differ diff --git a/target/classes/EventLogger.class b/target/classes/EventLogger.class index 4515527..c6b2836 100644 Binary files a/target/classes/EventLogger.class and b/target/classes/EventLogger.class differ diff --git a/target/classes/EventType.class b/target/classes/EventType.class index cfaadf0..14247ce 100644 Binary files a/target/classes/EventType.class and b/target/classes/EventType.class differ diff --git a/target/classes/FormatLoader.class b/target/classes/FormatLoader.class index 552459c..5f9bf96 100644 Binary files a/target/classes/FormatLoader.class and b/target/classes/FormatLoader.class differ diff --git a/target/classes/Main.class b/target/classes/Main.class index 0dec863..218c119 100644 Binary files a/target/classes/Main.class and b/target/classes/Main.class differ diff --git a/target/classes/TikTokEventListener.class b/target/classes/TikTokEventListener.class index 43f2e48..30ddc05 100644 Binary files a/target/classes/TikTokEventListener.class and b/target/classes/TikTokEventListener.class differ diff --git a/target/classes/WebSocketServerApp.class b/target/classes/WebSocketServerApp.class index 819ce09..ebc3202 100644 Binary files a/target/classes/WebSocketServerApp.class and b/target/classes/WebSocketServerApp.class differ diff --git a/target/tiktok-live-event-stream-data-1.0-SNAPSHOT.jar b/target/tiktok-live-event-stream-data-1.0-SNAPSHOT.jar index e2e9fd8..b787414 100644 Binary files a/target/tiktok-live-event-stream-data-1.0-SNAPSHOT.jar and b/target/tiktok-live-event-stream-data-1.0-SNAPSHOT.jar differ