diff --git a/loader/pom.xml b/loader/pom.xml index 4aeb556..5621fed 100644 --- a/loader/pom.xml +++ b/loader/pom.xml @@ -42,4 +42,21 @@ test + + + + + src/test/resources + + true + + com/github/gtache/fxml/compiler/impl/*.properties + com/github/gtache/fxml/compiler/impl/*.fxml + com/github/gtache/fxml/compiler/impl/*.css + com/github/gtache/fxml/compiler/impl/*.txt + com/github/gtache/fxml/compiler/parsing/listener/* + + + + \ No newline at end of file diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 6afb70b..6bbe055 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -63,6 +63,7 @@ org.apache.maven maven-core ${maven.core.version} + provided diff --git a/pom.xml b/pom.xml index 1df3c52..65fdb68 100644 --- a/pom.xml +++ b/pom.xml @@ -182,15 +182,6 @@ report-integration - - default-check - - check - - - true - - @@ -268,6 +259,10 @@ org.apache.maven.plugins maven-compiler-plugin + + org.apache.maven.plugins + maven-dependency-plugin + org.apache.maven.plugins maven-deploy-plugin