Quynh Nguyen created JAMES-1737:
-----------------------------------
Summary: Wrong destination in the README.txt file for building
James on java 8
Key: JAMES-1737
URL: https://issues.apache.org/jira/browse/JAMES-1737
Project: James Server
Issue Type: Improvement
Components: Documentation
Affects Versions: Trunk
Reporter: Quynh Nguyen
Fix For: Trunk
In order to run the build, you have to launch the following command:
The old one is:
$ docker run -v $PWD/.m2:/root/.m2 -v $PWD:/origin -v
$PWD/dockerfiles/run/spring/destination:/destination -t james/project -s SHA1
It should be:
docker run -v $PWD/.m2:/root/.m2 -v $PWD:/origin -v
$PWD/dockerfiles/run/guice/destination:/destination -t james/project -s SHA1
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]