diff --git a/assembly.xml b/assembly.xml index 7d15b76..e5b7ce4 100644 --- a/assembly.xml +++ b/assembly.xml @@ -13,7 +13,7 @@ ${project.basedir}/src/main/resources config - */** + *.yml diff --git a/bin/start.bat b/bin/start.bat index 1606024..8d5c869 100644 --- a/bin/start.bat +++ b/bin/start.bat @@ -4,4 +4,5 @@ set JAVA_CMD=%JAVA_HOME%\bin\java set JAVA_OPTS=-Xmx512m -Xms512m -Xmn256m -Xss256k set CONFIG_FILE=../config/application.yml set TARGET=../lib/kafka-console-ui.jar -%JAVA_CMD% -jar %TARGET% --spring.config.location=%CONFIG_FILE% \ No newline at end of file +set DATA_DIR=.. +%JAVA_CMD% -jar %TARGET% --spring.config.location=%CONFIG_FILE% --data.dir=%DATA_DIR% \ No newline at end of file diff --git a/pom.xml b/pom.xml index 72053fe..6bb1a64 100644 --- a/pom.xml +++ b/pom.xml @@ -155,26 +155,26 @@ - - org.codehaus.mojo - build-helper-maven-plugin - 3.2.0 - - - add-source - generate-sources - - add-source - - - - src/main/java - src/main/scala - - - - - + + + + + + + + + + + + + + + + + + + + maven-compiler-plugin