mirror of
https://github.com/Maschell/HIDtoVPADNetworkClient.git
synced 2024-11-21 21:49:17 +01:00
Add exec.mainClass, running from Eclipse is now a hell of a lot easier
(add a Maven run configuration with goals "compile" and "exec:java")
This commit is contained in:
parent
e7c1dcdebe
commit
3392e44405
1
pom.xml
1
pom.xml
@ -9,6 +9,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<exec.mainClass>net.ash.HIDToVPADNetworkClient.Main</exec.mainClass>
|
||||
</properties>
|
||||
|
||||
<name>HID To VPAD Network Client</name>
|
||||
|
Loading…
Reference in New Issue
Block a user