
(source: gyazo.com)
The basic tutorial on the maven website only shows how to make a new project from scratch. I’m confused about using maven with an existing project
I just want to compile the .java files into bin, not package them into a jar
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you set up the default maven configuration, the compiled .class files will be placed in target/classes.
Note: make sure your project has the correct layout for maven to work (without additional hassle):