Creating maven presets/template(?) for pom.xml
Answered
Hey, I really do not have much experience with maven, so this might be a noobish question but here is the deal.
Ok, so when I work with maven I typically always have the same dependencies and such. And it's a little bit of a pain to add everything in.
So my question would be if there is any way to edit the template to where it also adds the dependencies?
Please sign in to leave a comment.
There is a template for Maven Project:
Just found it. I think I made it work the way I wanted it to. Thanks ^^