I just sent this posting to the maven user list, but we may have the expertise to answer it in house. Can anyone help please?
Hello, I'm new to configuring maven, and I am trying to create a release for a project. The project includes a number of modules, one of which contains sample source code. I would like my distribution to contain the source and binary artifacts for the samples. I have discovered the maven-source-plugin and have been able to run mvn source:jar against the project, which creates a jar of source for me. How do I get the overall project build to package both the source and the compiled artifacts. Am I heading in the right direction here? Is there a specific project archetype for a samples project? Regards, Kelvin.
