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]
