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

Add ability to do Maven builds #10

Closed
sshanks-kx opened this issue Oct 16, 2020 · 2 comments
Closed

Add ability to do Maven builds #10

sshanks-kx opened this issue Oct 16, 2020 · 2 comments

Comments

@sshanks-kx
Copy link
Collaborator

http://maven.apache.org/

Currently using a Makefile, which some Windows based java devs may not have installed or be knowledgeable on.
One of the most popular now for Java is Maven, which also helps out in package management/versioning/etc.

@sshanks-kx
Copy link
Collaborator Author

sshanks-kx commented Oct 16, 2020

file structure would be

src/main/java/kx
src/test/java/kx

rather than
src/kx

@sshanks-kx
Copy link
Collaborator Author

May also be worth splitting examples via multi-module project https://mkyong.com/maven/maven-how-to-create-a-multi-module-project/

sshanks-kx added a commit to sshanks-kx/javakdb that referenced this issue Oct 20, 2020
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

1 participant