I want to distribute the war of my web application generated with Maven with the source code inside it. How to do that with Maven?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It is possible configure the maven-war-plugin to include the source directory as it was a web resource:
The java sources will be included in a |
|||
|
|
|
Usually I think you would go this way: (this won't include the source files, but provides them as separate files)
|
|||
|
|