提交 77c2fc40 编写于 作者: J jglick

jetty:run was not working when mvn invoked with -f from another cwd; this seems to fix it.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5056 71c3de6d-444a-0410-be80-ed276b4c234a
上级 9cb25698
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
<userRealms> <userRealms>
<userRealm implementation="org.mortbay.jetty.security.HashUserRealm"> <userRealm implementation="org.mortbay.jetty.security.HashUserRealm">
<name>default</name> <name>default</name>
<config>src/realm.properties</config> <config>${basedir}/src/realm.properties</config>
</userRealm> </userRealm>
</userRealms> </userRealms>
<systemProperties> <systemProperties>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册