diff --git a/pom.xml b/pom.xml index d0b6e48..bdfdff6 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ UTF-8 4.1.5.Final - 0.5.2-SNAPSHOT + 0.6.4 @@ -112,6 +112,32 @@ + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + run + none + + exec + + + java + ${basedir}/config + + -classpath + + tv.zerator.ffs.pubsub.Server + + + + + + +