[jboss-jira] [JBoss JIRA] (AS7-2437) EE6 WAR and EAR Maven Archetypes

Pete Muir (Commented) (JIRA) jira-events at lists.jboss.org
Mon Oct 31 13:00:45 EDT 2011


    [ https://issues.jboss.org/browse/AS7-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638585#comment-12638585 ] 

Pete Muir commented on AS7-2437:
--------------------------------

I want to lock down requirements for this.

Can we confirm that a maven command that removes the code is ok? You would call it like:

{code}mvn clean -Pblank{code}

and we could offer this as an option when generating:

{code}
mvn archetype:generate \
        -DarchetypeArtifactId=jboss-javaee6-webapp \
        -DarchetypeGroupId=org.jboss.spec.archetypes \
        -DarchetypeVersion=7.0.2.Final
        -Dblank=true
{code}

(see the last line).

Burr, please approve this, and I will add it.
                
> EE6 WAR and EAR Maven Archetypes
> --------------------------------
>
>                 Key: AS7-2437
>                 URL: https://issues.jboss.org/browse/AS7-2437
>             Project: Application Server 7
>          Issue Type: Enhancement
>            Reporter: Burr Sutter
>            Assignee: Pete Muir
>
> Blank or empty archetypes
> At this time, the current EE6 WAR and EAR archetypes add several demo/example files to the resulting project - this is wonderful for the new user and the getting started experience but less desirable for the advanced Maven user who just wants the project layout and initial pom.xml.
> Provide an option for either a blank/empty archetype or easy removal of the demo/example code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list