diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..b606a9f --- /dev/null +++ b/pom.xml @@ -0,0 +1,28 @@ + + + + 4.0.0 + + + ru.molokoin + sourceListener + 1.0 + jar + + 18 + 17 + UTF-8 + + + + junit + junit + 4.12 + test + + + + \ No newline at end of file diff --git a/src/main/java/ru/molokoin/sourceListener/SourceListener.java b/src/main/java/ru/molokoin/sourceListener/SourceListener.java new file mode 100644 index 0000000..0bec7da --- /dev/null +++ b/src/main/java/ru/molokoin/sourceListener/SourceListener.java @@ -0,0 +1,8 @@ +package ru.molokoin.sourceListener; + +public class SourceListener { + public static void main(String[] args) { + System.out.println(Thread.currentThread().getName()); + } + +} diff --git a/target/classes/ru/molokoin/sourceListener/SourceListener.class b/target/classes/ru/molokoin/sourceListener/SourceListener.class new file mode 100644 index 0000000..53f070b Binary files /dev/null and b/target/classes/ru/molokoin/sourceListener/SourceListener.class differ