Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Khalid Ali
cas-server
Commits
a86de206
Commit
a86de206
authored
Jun 12, 2015
by
Misagh Moayyed
Browse files
updated build
parent
58cb7d60
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a86de206
...
@@ -22,5 +22,11 @@ and configured to satisfy local CAS installation needs. Current files are:
...
@@ -22,5 +22,11 @@ and configured to satisfy local CAS installation needs. Current files are:
# Deployment
# Deployment
## Maven
*
Execute
`mvn clean package`
*
Execute
`mvn clean package`
*
Deploy resultant
`target/cas.war`
to a Servlet container of choice.
*
Deploy resultant
`target/cas.war`
to a Servlet container of choice.
## Ant
*
Define
`CATALINA_HOME`
and
`MAVEN_HOME`
*
Execute
`ant deploy`
build.xml
View file @
a86de206
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<property
name=
"cas.resources.dir"
value=
"/etc/cas"
/>
<property
name=
"cas.resources.dir"
value=
"/etc/cas"
/>
<!-- ******************* MAVEN PROPERTIES******************** -->
<!-- ******************* MAVEN PROPERTIES******************** -->
<condition
property=
"mavenExecutableFile"
value=
"mvn.
bat
"
else=
"mvn"
>
<condition
property=
"mavenExecutableFile"
value=
"mvn.
cmd
"
else=
"mvn"
>
<os
family=
"windows"
/>
<os
family=
"windows"
/>
</condition>
</condition>
<var
name=
"mavenExecutable"
value=
"${env.M2_HOME}\bin\${mavenExecutableFile}"
/>
<var
name=
"mavenExecutable"
value=
"${env.M2_HOME}\bin\${mavenExecutableFile}"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment