summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cd5df59..598f8c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
<copy file="src/main/webapp/WEB-INF/web.xml.example" tofile="src/main/webapp/WEB-INF/web.xml" overwrite="false" />
<copy file="src/main/webapp/config/environment.cfm.example" tofile="src/main/webapp/config/environment.cfm" overwrite="false" />
<copy file="src/main/webapp/config/development/settings.cfm.example" tofile="src/main/webapp/config/development/settings.cfm" overwrite="false" />
- <copy file="railo-server.xml.example" tofile="~/.m2/repository/org/getrailo/railo/3.3.5.004/railo-server/context/railo-server.xml" overwrite="false" />
+ <copy file="railo-server.xml.example" tofile="${settings.localRepository}/org/getrailo/railo/3.3.5.004/railo-server/context/railo-server.xml" overwrite="false" />
</target>
</configuration>