[OS-JIRA] Created: (WOL-316) Import maven archetype woapplication into woproject

From: Henrique Prange (JIRA) ("Henrique)
Date: Fri Sep 29 2006 - 00:13:28 EDT

  • Next message: Henrique Prange: "Re: Maven Plugins notes..."

    Import maven archetype woapplication into woproject
    ---------------------------------------------------

             Key: WOL-316
             URL: http://objectstyle.org/jira/browse/WOL-316
         Project: WOProject/WOLips
            Type: Task
      Components: maven plugins
        Reporter: Henrique Prange
        Priority: Minor

    You can test the maven-archetype-woapplication with the following command:

    mvn archetype:create -DartifactId=the-project-name -DgroupId=the.group.id -DarchetypeArtifactId=maven-archetype-woapplication -DarchetypeGroupId=org.objectstyle.woproject.maven2.archetypes -DarchetypeVersion=2.0-SNAPSHOT

    For a while, the value of packaging tag in the generated maven pom.xml for WO applications is WAR.

    I need to get the xCode template for web.xml file in case of WAR deployment. The current web.xml has a fake content.

    I've set webobjects libs as dependencies in pom.xml. These libs are not available on central maven repository at ibiblio (only in my local repository). I've mapped like this:

    <dependency>
            <groupId>webobjects.apple</groupId>
            <artifactId>java-wo-extensions</artifactId>
            <version>5.2.4</version>
    </dependency>

    Maybe we could create a repository for webobjects libs and become available at objectstyle server. I don't know, however, about legal impediments.

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators:
       http://objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see:
       http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Fri Sep 29 2006 - 00:13:34 EDT