diff --git a/li.strolch.agent/pom.xml b/li.strolch.agent/pom.xml index 2dfa8442c..09d105b62 100644 --- a/li.strolch.agent/pom.xml +++ b/li.strolch.agent/pom.xml @@ -32,6 +32,16 @@ + + src/main/resources + false + + **/agentVersion.properties + + + **/*.properties + + src/main/resources true diff --git a/li.strolch.model/pom.xml b/li.strolch.model/pom.xml index dd86e4b8b..d63b4b64c 100644 --- a/li.strolch.model/pom.xml +++ b/li.strolch.model/pom.xml @@ -35,11 +35,21 @@ src/main/resources - true + false + + **/componentVersion.properties + **/*.properties + + src/main/resources + true + + **/componentVersion.properties + + diff --git a/li.strolch.performancetest/pom.xml b/li.strolch.performancetest/pom.xml index f88a784f6..9c8fbaee5 100644 --- a/li.strolch.performancetest/pom.xml +++ b/li.strolch.performancetest/pom.xml @@ -56,17 +56,20 @@ src/main/resources - true + false + + **/appVersion.properties + **/*.properties src/main/resources - false - - **/*.properties - + true + + **/appVersion.properties + diff --git a/li.strolch.persistence.postgresql/pom.xml b/li.strolch.persistence.postgresql/pom.xml index 9dd7e9599..ca134f614 100644 --- a/li.strolch.persistence.postgresql/pom.xml +++ b/li.strolch.persistence.postgresql/pom.xml @@ -1,6 +1,5 @@ - + li.strolch @@ -48,17 +47,20 @@ src/main/resources - true + false + + **/componentVersion.properties + **/*.properties src/main/resources - false - - **/componentVersion.properties - + true + + **/componentVersion.properties + diff --git a/li.strolch.planningwebapp/pom.xml b/li.strolch.planningwebapp/pom.xml index ffe379bde..2fb292802 100644 --- a/li.strolch.planningwebapp/pom.xml +++ b/li.strolch.planningwebapp/pom.xml @@ -55,20 +55,24 @@ ${warFinalName} + src/main/resources - true + false + + **/appVersion.properties + **/*.properties src/main/resources - false - - **/*.properties - + true + + **/appVersion.properties + diff --git a/li.strolch.privilege/pom.xml b/li.strolch.privilege/pom.xml index 853107392..2eb6735e4 100644 --- a/li.strolch.privilege/pom.xml +++ b/li.strolch.privilege/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 @@ -23,6 +22,17 @@ + + + + src/main/resources + false + + **/*.properties + + + + org.apache.maven.plugins diff --git a/li.strolch.rest/pom.xml b/li.strolch.rest/pom.xml index 2042396cc..7908e93ed 100644 --- a/li.strolch.rest/pom.xml +++ b/li.strolch.rest/pom.xml @@ -90,15 +90,27 @@ + src/main/resources - true + false + + **/componentVersion.properties + **/*.properties + + src/main/resources + true + + **/componentVersion.properties + + + org.codehaus.mojo diff --git a/li.strolch.service/pom.xml b/li.strolch.service/pom.xml index aa7807ada..d1ec03e60 100644 --- a/li.strolch.service/pom.xml +++ b/li.strolch.service/pom.xml @@ -51,12 +51,23 @@ + + + src/main/resources + false + + **/componentVersion.properties + + + **/*.properties + + src/main/resources true - **/*.properties + **/componentVersion.properties diff --git a/li.strolch.tutorialapp/pom.xml b/li.strolch.tutorialapp/pom.xml index ebce2294e..24d322804 100644 --- a/li.strolch.tutorialapp/pom.xml +++ b/li.strolch.tutorialapp/pom.xml @@ -38,22 +38,27 @@ + src/main/resources - true + false + + **/appVersion.properties + **/*.properties src/main/resources - false - - **/*.properties - + true + + **/appVersion.properties + + org.codehaus.mojo diff --git a/li.strolch.tutorialwebapp/pom.xml b/li.strolch.tutorialwebapp/pom.xml index fb76f54d4..1e6bffdc5 100644 --- a/li.strolch.tutorialwebapp/pom.xml +++ b/li.strolch.tutorialwebapp/pom.xml @@ -60,17 +60,20 @@ src/main/resources - true + false + + **/appVersion.properties + **/*.properties src/main/resources - false - - **/*.properties - + true + + **/appVersion.properties +