keycloak-aplcache
Changes
connections/pom.xml 12(+0 -12)
dependencies/pom.xml 12(+0 -12)
distribution/adapters/pom.xml 12(+0 -12)
distribution/demo-dist/pom.xml 7(+0 -7)
distribution/docs-dist/pom.xml 7(+0 -7)
distribution/examples-dist/pom.xml 7(+0 -7)
distribution/pom.xml 12(+0 -12)
distribution/src-dist/pom.xml 7(+0 -7)
distribution/subsystem-war/pom.xml 7(+0 -7)
docbook/pom.xml 7(+0 -7)
examples/demo-template/pom.xml 11(+0 -11)
examples/pom.xml 7(+0 -7)
examples/saml/pom.xml 11(+0 -11)
examples/saml/post-basic/pom.xml 9(+1 -8)
examples/saml/redirect-basic/pom.xml 9(+1 -8)
model/invalidation-cache/pom.xml 11(+0 -11)
model/pom.xml 11(+0 -11)
proxy/pom.xml 11(+0 -11)
testsuite/docker-cluster/pom.xml 7(+0 -7)
testsuite/integration/pom.xml 7(+0 -7)
testsuite/jetty/jetty81/pom.xml 7(+0 -7)
testsuite/jetty/jetty91/pom.xml 7(+0 -7)
testsuite/jetty/jetty92/pom.xml 7(+0 -7)
testsuite/performance/pom.xml 9(+1 -8)
testsuite/pom.xml 7(+0 -7)
testsuite/proxy/pom.xml 7(+0 -7)
testsuite/tomcat6/pom.xml 7(+0 -7)
testsuite/tomcat7/pom.xml 7(+0 -7)
testsuite/tomcat8/pom.xml 7(+0 -7)
Details
connections/pom.xml 12(+0 -12)
diff --git a/connections/pom.xml b/connections/pom.xml
index 14755b4..1f9b973 100755
--- a/connections/pom.xml
+++ b/connections/pom.xml
@@ -21,16 +21,4 @@
<module>mongo-update</module>
<module>http-client</module>
</modules>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
dependencies/pom.xml 12(+0 -12)
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index e6280a5..6cfa960 100755
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -17,16 +17,4 @@
<module>server-min</module>
<module>server-all</module>
</modules>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
distribution/adapters/pom.xml 12(+0 -12)
diff --git a/distribution/adapters/pom.xml b/distribution/adapters/pom.xml
index fb32fe8..4b1d1cf 100755
--- a/distribution/adapters/pom.xml
+++ b/distribution/adapters/pom.xml
@@ -14,18 +14,6 @@
<artifactId>keycloak-adapters-distribution-parent</artifactId>
<packaging>pom</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
<modules>
<!--<module>as7-adapter-zip</module>-->
<module>eap6-adapter-zip</module>
distribution/demo-dist/pom.xml 7(+0 -7)
diff --git a/distribution/demo-dist/pom.xml b/distribution/demo-dist/pom.xml
index e8e3c1a..1db9014 100755
--- a/distribution/demo-dist/pom.xml
+++ b/distribution/demo-dist/pom.xml
@@ -36,13 +36,6 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
distribution/docs-dist/pom.xml 7(+0 -7)
diff --git a/distribution/docs-dist/pom.xml b/distribution/docs-dist/pom.xml
index f9b4a36..5504715 100755
--- a/distribution/docs-dist/pom.xml
+++ b/distribution/docs-dist/pom.xml
@@ -19,13 +19,6 @@
<finalName>keycloak-docs-${project.version}</finalName>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
distribution/examples-dist/pom.xml 7(+0 -7)
diff --git a/distribution/examples-dist/pom.xml b/distribution/examples-dist/pom.xml
index fec77ac..827383b 100755
--- a/distribution/examples-dist/pom.xml
+++ b/distribution/examples-dist/pom.xml
@@ -20,13 +20,6 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<inherited>false</inherited>
<executions>
distribution/pom.xml 12(+0 -12)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 128758c..e6ae987 100755
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -14,18 +14,6 @@
<artifactId>distribution-pom</artifactId>
<packaging>pom</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
<modules>
<module>adapters</module>
<!--<module>demo-dist</module>-->
distribution/src-dist/pom.xml 7(+0 -7)
diff --git a/distribution/src-dist/pom.xml b/distribution/src-dist/pom.xml
index 33ee447..480cc0d 100755
--- a/distribution/src-dist/pom.xml
+++ b/distribution/src-dist/pom.xml
@@ -17,13 +17,6 @@
<finalName>keycloak-src-${project.version}</finalName>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
distribution/subsystem-war/pom.xml 7(+0 -7)
diff --git a/distribution/subsystem-war/pom.xml b/distribution/subsystem-war/pom.xml
index 9cca612..783c184 100755
--- a/distribution/subsystem-war/pom.xml
+++ b/distribution/subsystem-war/pom.xml
@@ -19,13 +19,6 @@
<finalName>auth-server</finalName>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.jboss.as.plugins</groupId>
<artifactId>jboss-as-maven-plugin</artifactId>
<configuration>
docbook/pom.xml 7(+0 -7)
diff --git a/docbook/pom.xml b/docbook/pom.xml
index 50fb4e0..b52b1ad 100755
--- a/docbook/pom.xml
+++ b/docbook/pom.xml
@@ -45,13 +45,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
<version>2.3.8</version>
examples/demo-template/pom.xml 11(+0 -11)
diff --git a/examples/demo-template/pom.xml b/examples/demo-template/pom.xml
index e8f5928..03a7928 100755
--- a/examples/demo-template/pom.xml
+++ b/examples/demo-template/pom.xml
@@ -13,17 +13,6 @@
<artifactId>keycloak-examples-demo-parent</artifactId>
<packaging>pom</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
<modules>
<!-- <module>server</module> -->
<module>customer-app</module>
examples/pom.xml 7(+0 -7)
diff --git a/examples/pom.xml b/examples/pom.xml
index 39f0aca..cb10e09 100755
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -17,13 +17,6 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
examples/saml/pom.xml 11(+0 -11)
diff --git a/examples/saml/pom.xml b/examples/saml/pom.xml
index 22c4d9f..4b5d48e 100755
--- a/examples/saml/pom.xml
+++ b/examples/saml/pom.xml
@@ -13,17 +13,6 @@
<artifactId>keycloak-examples-saml-parent</artifactId>
<packaging>pom</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
<modules>
<module>post-basic</module>
<module>post-with-signature</module>
examples/saml/post-basic/pom.xml 9(+1 -8)
diff --git a/examples/saml/post-basic/pom.xml b/examples/saml/post-basic/pom.xml
index 062f04d..5b61192 100644
--- a/examples/saml/post-basic/pom.xml
+++ b/examples/saml/post-basic/pom.xml
@@ -48,13 +48,6 @@
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-war-plugin</artifactId>
<version>${version.war.plugin}</version>
<configuration>
@@ -103,4 +96,4 @@
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>
diff --git a/examples/saml/post-with-encryption/pom.xml b/examples/saml/post-with-encryption/pom.xml
index 139d4fc..72f7e59 100755
--- a/examples/saml/post-with-encryption/pom.xml
+++ b/examples/saml/post-with-encryption/pom.xml
@@ -56,13 +56,6 @@
</resources>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-war-plugin</artifactId>
<version>${version.war.plugin}</version>
<configuration>
diff --git a/examples/saml/post-with-signature/pom.xml b/examples/saml/post-with-signature/pom.xml
index 6873023..fb7aa6f 100755
--- a/examples/saml/post-with-signature/pom.xml
+++ b/examples/saml/post-with-signature/pom.xml
@@ -56,13 +56,6 @@
</resources>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-war-plugin</artifactId>
<version>${version.war.plugin}</version>
<configuration>
@@ -120,4 +113,4 @@
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>
examples/saml/redirect-basic/pom.xml 9(+1 -8)
diff --git a/examples/saml/redirect-basic/pom.xml b/examples/saml/redirect-basic/pom.xml
index 48ce309..5ab1bcc 100644
--- a/examples/saml/redirect-basic/pom.xml
+++ b/examples/saml/redirect-basic/pom.xml
@@ -48,13 +48,6 @@
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-war-plugin</artifactId>
<version>${version.war.plugin}</version>
<configuration>
@@ -106,4 +99,4 @@
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>
diff --git a/examples/saml/redirect-with-signature/pom.xml b/examples/saml/redirect-with-signature/pom.xml
index 1d41ffe..70b9747 100755
--- a/examples/saml/redirect-with-signature/pom.xml
+++ b/examples/saml/redirect-with-signature/pom.xml
@@ -56,13 +56,6 @@
</resources>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-war-plugin</artifactId>
<version>${version.war.plugin}</version>
<configuration>
model/invalidation-cache/pom.xml 11(+0 -11)
diff --git a/model/invalidation-cache/pom.xml b/model/invalidation-cache/pom.xml
index 9ad0429..83dd9a5 100755
--- a/model/invalidation-cache/pom.xml
+++ b/model/invalidation-cache/pom.xml
@@ -13,17 +13,6 @@
<artifactId>keycloak-invalidation-cache-model-pom</artifactId>
<packaging>pom</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
<modules>
<module>model-adapters</module>
<module>infinispan</module>
model/pom.xml 11(+0 -11)
diff --git a/model/pom.xml b/model/pom.xml
index a940777..ceed38d 100755
--- a/model/pom.xml
+++ b/model/pom.xml
@@ -13,17 +13,6 @@
<artifactId>keycloak-model-pom</artifactId>
<packaging>pom</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
<modules>
<module>api</module>
<module>invalidation-cache</module>
proxy/pom.xml 11(+0 -11)
diff --git a/proxy/pom.xml b/proxy/pom.xml
index a87a6ab..ad49bc5 100755
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -13,17 +13,6 @@
<artifactId>keycloak-proxy-pom</artifactId>
<packaging>pom</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
<modules>
<module>launcher</module>
<module>proxy-server</module>
testsuite/docker-cluster/pom.xml 7(+0 -7)
diff --git a/testsuite/docker-cluster/pom.xml b/testsuite/docker-cluster/pom.xml
index e28068a..2b818fc 100755
--- a/testsuite/docker-cluster/pom.xml
+++ b/testsuite/docker-cluster/pom.xml
@@ -39,13 +39,6 @@
<build>
<finalName>keycloak-docker-cluster</finalName>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
testsuite/integration/pom.xml 7(+0 -7)
diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml
index fa3c015..bd917a5 100755
--- a/testsuite/integration/pom.xml
+++ b/testsuite/integration/pom.xml
@@ -293,13 +293,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compiler.source}</source>
testsuite/jetty/jetty81/pom.xml 7(+0 -7)
diff --git a/testsuite/jetty/jetty81/pom.xml b/testsuite/jetty/jetty81/pom.xml
index da87645..25a1ad7 100755
--- a/testsuite/jetty/jetty81/pom.xml
+++ b/testsuite/jetty/jetty81/pom.xml
@@ -242,13 +242,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compiler.source}</source>
testsuite/jetty/jetty91/pom.xml 7(+0 -7)
diff --git a/testsuite/jetty/jetty91/pom.xml b/testsuite/jetty/jetty91/pom.xml
index 4d58b88..76ead1a 100755
--- a/testsuite/jetty/jetty91/pom.xml
+++ b/testsuite/jetty/jetty91/pom.xml
@@ -242,13 +242,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compiler.source}</source>
testsuite/jetty/jetty92/pom.xml 7(+0 -7)
diff --git a/testsuite/jetty/jetty92/pom.xml b/testsuite/jetty/jetty92/pom.xml
index de2de9f..6a429cf 100755
--- a/testsuite/jetty/jetty92/pom.xml
+++ b/testsuite/jetty/jetty92/pom.xml
@@ -249,13 +249,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compiler.source}</source>
testsuite/performance/pom.xml 9(+1 -8)
diff --git a/testsuite/performance/pom.xml b/testsuite/performance/pom.xml
index d464497..d9fd55f 100755
--- a/testsuite/performance/pom.xml
+++ b/testsuite/performance/pom.xml
@@ -91,13 +91,6 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compiler.source}</source>
@@ -259,4 +252,4 @@
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>
testsuite/pom.xml 7(+0 -7)
diff --git a/testsuite/pom.xml b/testsuite/pom.xml
index 5f2bf6f..9893589 100755
--- a/testsuite/pom.xml
+++ b/testsuite/pom.xml
@@ -17,13 +17,6 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skip>true</skip>
testsuite/proxy/pom.xml 7(+0 -7)
diff --git a/testsuite/proxy/pom.xml b/testsuite/proxy/pom.xml
index 2de9057..3ba494d 100755
--- a/testsuite/proxy/pom.xml
+++ b/testsuite/proxy/pom.xml
@@ -235,13 +235,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compiler.source}</source>
testsuite/tomcat6/pom.xml 7(+0 -7)
diff --git a/testsuite/tomcat6/pom.xml b/testsuite/tomcat6/pom.xml
index d1402c0..2a63ecd 100755
--- a/testsuite/tomcat6/pom.xml
+++ b/testsuite/tomcat6/pom.xml
@@ -227,13 +227,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compiler.source}</source>
testsuite/tomcat7/pom.xml 7(+0 -7)
diff --git a/testsuite/tomcat7/pom.xml b/testsuite/tomcat7/pom.xml
index 5379e64..de31a19 100755
--- a/testsuite/tomcat7/pom.xml
+++ b/testsuite/tomcat7/pom.xml
@@ -231,13 +231,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compiler.source}</source>
testsuite/tomcat8/pom.xml 7(+0 -7)
diff --git a/testsuite/tomcat8/pom.xml b/testsuite/tomcat8/pom.xml
index c966099..4841aeb 100755
--- a/testsuite/tomcat8/pom.xml
+++ b/testsuite/tomcat8/pom.xml
@@ -230,13 +230,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compiler.source}</source>