diff --git a/NCPBuildBase/pom.xml b/NCPBuildBase/pom.xml index 3a40252e..81e36b92 100644 --- a/NCPBuildBase/pom.xml +++ b/NCPBuildBase/pom.xml @@ -31,43 +31,16 @@ Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather. - - - - - com.google.code.maven-replacer-plugin - maven-replacer-plugin - 1.4.1 - - - validate - - replace - - - - - true - src/main/resources/_BuildParameters.properties - src/main/resources/BuildParameters.properties - false - - - @GENERATED_NOTE@ - !!! THIS FILE IS AUTO GENERATED, ANY MANUAL CHANGES TO IT WILL GET LOST !!! - - - @TEST_LEVEL@ - ${TEST_LEVEL} - - - @DEBUG_LEVEL@ - ${DEBUG_LEVEL} - - - - - + + + . + true + ../NCPBuildBase/src/main/resources + + BuildParameters.properties + + + \ No newline at end of file diff --git a/NCPBuildBase/src/main/resources/_BuildParameters.properties b/NCPBuildBase/src/main/resources/BuildParameters.properties similarity index 65% rename from NCPBuildBase/src/main/resources/_BuildParameters.properties rename to NCPBuildBase/src/main/resources/BuildParameters.properties index 8f51acce..faa71b42 100644 --- a/NCPBuildBase/src/main/resources/_BuildParameters.properties +++ b/NCPBuildBase/src/main/resources/BuildParameters.properties @@ -1,5 +1,4 @@ -# @GENERATED_NOTE@ # These parameters are filled in during building (maven), they are not strictly needed. # Replacement mappings are defined in the pom.xml. -TEST_LEVEL=@TEST_LEVEL@ -DEBUG_LEVEL=@DEBUG_LEVEL@ \ No newline at end of file +TEST_LEVEL=${TEST_LEVEL} +DEBUG_LEVEL=${DEBUG_LEVEL} \ No newline at end of file diff --git a/NCPPlugin/pom.xml b/NCPPlugin/pom.xml index ccc60d0b..8b609ed9 100644 --- a/NCPPlugin/pom.xml +++ b/NCPPlugin/pom.xml @@ -93,14 +93,6 @@ LICENSE.txt - - . - true - ../NCPBuildBase/src/main/resources - - BuildParameters.properties - -