Repository: syncope
Updated Branches:
  refs/heads/master f19e261cf -> 85945187a


Fixing build with -PskipTests without all


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/85945187
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/85945187
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/85945187

Branch: refs/heads/master
Commit: 85945187aaae0fa15e17e444c37e85a11cf2e388
Parents: f19e261
Author: Francesco Chicchiriccò <[email protected]>
Authored: Fri Aug 12 11:51:55 2016 +0200
Committer: Francesco Chicchiriccò <[email protected]>
Committed: Fri Aug 12 11:51:55 2016 +0200

----------------------------------------------------------------------
 standalone/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/85945187/standalone/pom.xml
----------------------------------------------------------------------
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 3311ca0..e79798c 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -190,7 +190,7 @@ under the License.
                 </copy>
 
                 <!-- Other custom Tomcat resources -->
-                <copy file="../fit/core-reference/target/classes/context.xml" 
todir="${work.dir}/apache-tomcat-${tomcat.version}/conf" overwrite="true" />
+                <copy 
file="../fit/core-reference/src/main/resources/context.xml" 
todir="${work.dir}/apache-tomcat-${tomcat.version}/conf" overwrite="true" />
                 <copy file="src/main/resources/setenv.sh" 
todir="${work.dir}/apache-tomcat-${tomcat.version}/bin" />
                 <copy file="src/main/resources/setenv.bat" 
todir="${work.dir}/apache-tomcat-${tomcat.version}/bin" />
                 <replace 
file="${work.dir}/apache-tomcat-${tomcat.version}/conf/server.xml" token="8080" 
value="${cargo.servlet.port}" />

Reply via email to