M
M
Maxim2013-06-23 20:06:53
Java
Maxim, 2013-06-23 20:06:53

maven - build application

There is an application - java, maven, git.
All sources are under the control of git, I pull maven and get the assembled jar-nickname - everything is fine.
But besides this, the assembled application must also contain configuration files, documentation, examples, samples, etc.
In Ante, I would make a new target, for example “build_app”, pull it after assembly, and create a new folder in it, copy the jar nickname, documentation, configs, etc. there, and then pack it and maybe upload it to the download site, etc.

How to organize this in maven, perhaps there is a special. plugins for this?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
alexandy, 2013-06-23
@mgramin

It?

J
javax, 2013-06-23
@javax

Switch to Gradle, everything non-standard is easier to do there than in maven. And the standard is not more difficult

M
miolini, 2013-06-24
@miolini

There is also a shade plugin.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question