Add the maven-source-plugin to the package phase. See http://maven.apache.org/plugins/maven-source-plugin/jar-mojo.html
On 10/4/06, Akbarr <[EMAIL PROTECTED]> wrote:
Hi all, I'd like to create a jar with the sources of my project every time a install is executed, ie, to install the .java sources always together to the .class binaries. I've looked at the configuration of maven-install-plugin and I don't see such a choice. Anyone knows how can I do that? Thanks in advance, [Akbarr]
