diff options
author | jakefeasel <jfeasel@gmail.com> | 2012-10-15 09:24:04 -0700 |
---|---|---|
committer | jakefeasel <jfeasel@gmail.com> | 2012-10-15 09:24:04 -0700 |
commit | d590751e97a9664815d699c44c9cc3f52e6ffa36 (patch) | |
tree | 57dc5ff6120a4c45cc9094a9ae26a7148ef495cb | |
parent | 7b26b2e91435d9285316b9278561005748f43eeb (diff) | |
download | sqlfiddle-d590751e97a9664815d699c44c9cc3f52e6ffa36.zip sqlfiddle-d590751e97a9664815d699c44c9cc3f52e6ffa36.tar.gz sqlfiddle-d590751e97a9664815d699c44c9cc3f52e6ffa36.tar.bz2 |
Fixing path reference to local mvn repo
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |