To create the jar/war/... run "mvn package"
To compile: you can run "mvn compile".
See http://maven.apache.org/guides/getting-started/index.html

On Fri, Feb 10, 2006 at 11:43:26AM -0500, Mang Jun Lau wrote:
In this case, you need to call a "mvn install" on the module that is being depended on so that the module is built to your local repository. Then, it should find the jar in your local repository and not on the web.

Cool.. but do I need to make install everytime something changes in the
sources for that JAR? I just would like to be able to compile sources from one
module with dependencies in another module, without building JARs and
installing them to some directory?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to