Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README file needs more info? #3

Open
hotternative opened this issue Feb 15, 2019 · 1 comment
Open

README file needs more info? #3

hotternative opened this issue Feb 15, 2019 · 1 comment

Comments

@hotternative
Copy link

I am beginner level developer. This looks like a useful work however the README file is a bit too concise for me to follow. I guess there are other people with a similar interest but face similar problem.

Could you briefly explain when to use mvn clean install
and when to use the following instead?
docker run -it --rm --name my-maven-project -v "$PWD":/usr/src/mymaven -w /usr/src/mymaven -v /var/run/:/var/run/ maven mvn clean install

Could you briefly explain what to do after cloning the repo to local PC?
Many thanks.

@yutosasaki
Copy link

@hotternative @jirkapinkas
If you use mvn clean install, you need to install Maven and JDK in advance, and you also need to set the PATH. Please see Maven's official page for details.
https://maven.apache.org/install.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants