Re: Maven Skepticism

From: Lachlan Deck (lachlan.dec..mail.com)
Date: Thu Jul 03 2008 - 00:21:39 EDT

  • Next message: David Avendasora (JIRA): "[OS-JIRA] Created: (WOL-850) Validate all Model resources for references (key paths) to Entities/Attributes/Relationships that are no longer in the model."

    On 03/07/2008, at 12:57 PM, Chuck Hill wrote:

    > What about building the package,

    # basic compilation of project
    $ mvn compile

    # Note the following also compiles but it then causes every sub-module
    to be packaged up and placed in the 'target' dir of its relevant
    project. This can be copied/installed to wherever if desired.
    # Note: does not require custom frameworks to be pre-installed
    $ mvn package

    # The following (which packages first) additionally places your stuff
    into your local repository (or elsewhere if defined)
    $ mvn install

    See [1] and [2] for more details.

    > deploying, etc?

    See [3].

    with regards,

    --
    

    Lachlan Deck

    [1] http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html [2] http://maven.apache.org/plugins/index.html [3] http://maven.apache.org/plugins/maven-deploy-plugin/



    This archive was generated by hypermail 2.0.0 : Thu Jul 03 2008 - 00:22:26 EDT