# HG changeset patch # User Severin Gehwolf # Date 1489576013 -3600 # Node ID f763eea4655f79b63d3bca53529c7bbbd2133bd1 # Parent fb5ff9be280e62aa23b168645c558999e1480113 Use maven-resources-plugin v2.6 syntax (take 2) Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-March/022500.html diff -r fb5ff9be280e -r f763eea4655f host-cpu/agent/pom.xml --- a/host-cpu/agent/pom.xml Tue Mar 14 17:35:38 2017 +0100 +++ b/host-cpu/agent/pom.xml Wed Mar 15 12:06:53 2017 +0100 @@ -87,7 +87,9 @@ ../../common/portability/target - ${sharedlib.prefix}thermostat-common-portability${sharedlib.suffix} + + ${sharedlib.prefix}thermostat-common-portability${sharedlib.suffix} + diff -r fb5ff9be280e -r f763eea4655f host-memory/agent/pom.xml --- a/host-memory/agent/pom.xml Tue Mar 14 17:35:38 2017 +0100 +++ b/host-memory/agent/pom.xml Wed Mar 15 12:06:53 2017 +0100 @@ -87,7 +87,9 @@ ../../common/portability/target - ${sharedlib.prefix}thermostat-common-portability${sharedlib.suffix} + + ${sharedlib.prefix}thermostat-common-portability${sharedlib.suffix} + diff -r fb5ff9be280e -r f763eea4655f system-backend/pom.xml --- a/system-backend/pom.xml Tue Mar 14 17:35:38 2017 +0100 +++ b/system-backend/pom.xml Wed Mar 15 12:06:53 2017 +0100 @@ -145,7 +145,9 @@ ../common/portability/target - ${sharedlib.prefix}thermostat-common-portability${sharedlib.suffix} + + ${sharedlib.prefix}thermostat-common-portability${sharedlib.suffix} + diff -r fb5ff9be280e -r f763eea4655f vm-cpu/agent/pom.xml --- a/vm-cpu/agent/pom.xml Tue Mar 14 17:35:38 2017 +0100 +++ b/vm-cpu/agent/pom.xml Wed Mar 15 12:06:53 2017 +0100 @@ -87,7 +87,9 @@ ../../common/portability/target - ${sharedlib.prefix}thermostat-common-portability${sharedlib.suffix} + + ${sharedlib.prefix}thermostat-common-portability${sharedlib.suffix} + diff -r fb5ff9be280e -r f763eea4655f vm-io/agent/pom.xml --- a/vm-io/agent/pom.xml Tue Mar 14 17:35:38 2017 +0100 +++ b/vm-io/agent/pom.xml Wed Mar 15 12:06:53 2017 +0100 @@ -86,7 +86,9 @@ ../../common/portability/target - ${sharedlib.prefix}thermostat-common-portability${sharedlib.suffix} + + ${sharedlib.prefix}thermostat-common-portability${sharedlib.suffix} +