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

adding build management system(Maven) support #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

liuchg1011
Copy link

adding build management system(Maven) support, executables will be placed in the target folder (installing the third parties libraries to local maven repository by the install_jars_maven.sh script)
To build the ONE simulator, use 'mvn compile';
To run the test cases under 'src/test', use 'mvn test';
To run the ONE simulator, use 'mvn exec:java' (POM has been configured using the Exec-Maven-Plugin, see http://www.mojohaus.org/exec-maven-plugin/)
Hope this will make integrating the ONE simulator with Travis CI easier.

…in the target folder (installing the third parties libraries to local maven repository by the install_jars_maven.sh script)
@julianofischer
Copy link
Contributor

(y)

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

Successfully merging this pull request may close these issues.

3 participants