On Wed, 2008-08-06 at 16:33 +0200, Paul Sandoz wrote:
> Martin Grotzke wrote:
> > On Wed, 2008-08-06 at 13:49 +0200, Paul Sandoz wrote:
> If we push the built samples to the maven repo how does the developer
> run those samples?
>
> For example how would i run the generate-wadl sample given the artifacts
> from here:
>
> http://download.java.net/maven/2/com/sun/jersey/samples/generate-wadl/0.9-ea-SNAPSHOT/
>
> ?
>
> Maybe we are pushing the wrong type of artifacts for samples and instead
> we should be zipping up the source+pom. A developer can download that
> unzip it and execute mvn to build/run.
Ok, now I got it :)
Probably the best would be to provide a source distribution, this seems
to be a job for the assembly plugin [1].
Cheers,
Martin
[1]
http://maven.apache.org/plugins/maven-assembly-plugin/
>
> Paul.