mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-14 13:15:03 -05:00
24 lines
468 B
Plaintext
Executable File
24 lines
468 B
Plaintext
Executable File
set -x
|
|
|
|
|
|
#mkdir build
|
|
#cd build
|
|
#svn checkout http://svn.apache.org/repos/asf/james/current/ james
|
|
#cd james
|
|
#mvn clean
|
|
#mvn package -Pwith-assembly -DskipTests=true
|
|
|
|
|
|
|
|
tar xzf apache-james-3.0-beta5*.tar.gz
|
|
ln -fs apache-james-3.0-beta5*/ apache-james
|
|
cd apache-james
|
|
|
|
mv conf conf-original
|
|
ln -s ../apache-james-conf conf
|
|
|
|
cd lib
|
|
ln -fs ~/deploy/apache-james-mailbox-memory.jar apache-james-mailbox-memory*.jar
|
|
|
|
echo The final pieces will be installed during deploy
|