Open
Conversation
Added basic support for maven both the library and the example project. Added maven 'target' directory to .gitignore. Moved the dependencies and plugins version to properties in the parent.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, a while back I created a very specific branch which I mavenized for my needs. The changes made where somewhat internal for my internal publishing needs. Recently I got a few interests about that maven support.
To be able to properly support others using the maven scripts I ended up creating a brand new branch and simply adding the basic maven support to it without any specifics of mine which is what I've should of done the first time.
If you're comfortable including this pull-request in your master branch I'll gladly tell the others to use your master branch directly.
Keep in mind that this the maven support is very very basic.
Let me know if you have any questions.
Thanks!