diff --git a/account-ui/pom.xml b/account-ui/pom.xml index f08f62e..29ef81d 100644 --- a/account-ui/pom.xml +++ b/account-ui/pom.xml @@ -19,6 +19,9 @@ ${maven.build.timestamp} 10 10 + + + development @@ -72,6 +75,10 @@ + + ${basedir}/src/main/filters/${filter.name}.properties + + diff --git a/account-ui/src/main/filters/development.properties b/account-ui/src/main/filters/development.properties new file mode 100644 index 0000000..6717186 --- /dev/null +++ b/account-ui/src/main/filters/development.properties @@ -0,0 +1 @@ +jsf.projectStage=Development diff --git a/account-ui/src/main/filters/production.properties b/account-ui/src/main/filters/production.properties new file mode 100644 index 0000000..f9b33c0 --- /dev/null +++ b/account-ui/src/main/filters/production.properties @@ -0,0 +1 @@ +jsf.projectStage=Production