You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/02/06 22:12:53 UTC

directory-fortress-enmasse git commit: FC-56 - change deploy to use 'text'

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master c1476cc6d -> 02d861cb8


FC-56 - change deploy to use 'text'


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/02d861cb
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/02d861cb
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/02d861cb

Branch: refs/heads/master
Commit: 02d861cb88075278e66782ca351f55a45509ea67
Parents: c1476cc
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Feb 6 15:12:35 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Feb 6 15:12:35 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/02d861cb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 57c2159..2d6b15b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -306,7 +306,7 @@
         <configuration>
           <warFile>target/${project.artifactId}.war</warFile>
           <server>local-tomcat</server>
-          <url>http://localhost:8080/manager/html</url>
+          <url>http://localhost:8080/manager/text</url>
           <path>/${project.artifactId}-${project.version}</path>
 <!--          <path>/enmasse-${version}</path>-->
           <!-- Warning the tomcat manager creds here are for deploying into a demo environment only. -->