How can I automatically copy a jar file from the target folder into another folder on my PC when installing with maven?

Answered

I'm working on learning Spigot MC plugins and I'm using maven to help organize it. However, it's really annoying every time I run the install maven goal to have to copy over the jar file from the target folder to my server plugins folder. Is there some way I can automate this?

0
1 comment

Please sign in to leave a comment.