diff --git a/pom.xml b/pom.xml index f780804..eb17a47 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ ${basedir}/src/main/webapp/resources - META-INF/resources/webjars/resources + META-INF/resources/webjars @@ -105,7 +105,7 @@ **/*.class - META-INF/resources/webjars/resources/** + META-INF/resources/webjars/** diff --git a/src/main/webapp/resources/js/test.js b/src/main/webapp/resources/js/test.js new file mode 100644 index 0000000..73aa676 --- /dev/null +++ b/src/main/webapp/resources/js/test.js @@ -0,0 +1 @@ +var testVar = "aaaa"; \ No newline at end of file