Mansour, If you include the maven-source-plugin in your build, you can run the command "source:jar" to create a source-only jar.
Paul On Tue, Feb 10, 2009 at 11:43 PM, Mansour <[email protected]> wrote: > Hello all, > I am having two problems. The first one is I don't want to compile the > classes when creating the artifact (jar). I want the source only to be > there. Later on, if I need to build a whole program and wrap it in > assembly, Then I would like to include only the sources. How can I do > this ? > > The second part is going through the whole build cycle (compile, test, > package. ...etc) when I do deploy. There's no need for this, as the > processes takes time to recreate a package again. can this be prevent. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
