Creating maven presets/template(?) for pom.xml
已回答
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?
请先登录再写评论。
There is a template for Maven Project:
Just found it. I think I made it work the way I wanted it to. Thanks ^^