You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jesse McConnell (JIRA)" <ji...@codehaus.org> on 2005/08/16 22:47:08 UTC

[jira] Created: (MNG-743) example maven project architecture (jars, wars, ejbs, and an ear)

example maven project architecture (jars, wars, ejbs, and an ear)
-----------------------------------------------------------------

         Key: MNG-743
         URL: http://jira.codehaus.org/browse/MNG-743
     Project: Maven 2
        Type: Improvement
 Reporter: Jesse McConnell
    Priority: Trivial
 Attachments: sample-m2-project.jar

someone on the mailing lists asked me for a working sample layout for a project containing muliple source directories, nesting subprojects, servlets in war files, ejbs, and ultimately into a ear file.

this is a small sample project, no source but it builds out all the artifacts. also includes an example of dependencyManagement of versions at the root pom file.

post comments and I'll make the changes if you want.  anyway, on irc I said I would make it and post it in an issue for review so here it is.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-743) example maven project architecture (jars, wars, ejbs, and an ear)

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-743?page=comments#action_44586 ] 

John Casey commented on MNG-743:
--------------------------------

This is great! When I get a second (probably tonight) I'll go back over the existing archetypes to refresh my memory, and then convert this attachment into a real archetype.

> example maven project architecture (jars, wars, ejbs, and an ear)
> -----------------------------------------------------------------
>
>          Key: MNG-743
>          URL: http://jira.codehaus.org/browse/MNG-743
>      Project: Maven 2
>         Type: Improvement
>     Reporter: Jesse McConnell
>     Priority: Trivial
>  Attachments: sample-m2-project.jar
>
>
> someone on the mailing lists asked me for a working sample layout for a project containing muliple source directories, nesting subprojects, servlets in war files, ejbs, and ultimately into a ear file.
> this is a small sample project, no source but it builds out all the artifacts. also includes an example of dependencyManagement of versions at the root pom file.
> post comments and I'll make the changes if you want.  anyway, on irc I said I would make it and post it in an issue for review so here it is.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-743) example maven project architecture (jars, wars, ejbs, and an ear)

Posted by "Jesse McConnell (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-743?page=all ]

Jesse McConnell updated MNG-743:
--------------------------------

    Attachment: maven-archetype-j2ee.jar

jar xvf maven-archetype-j2ee.jar

in this directory:  maven-components/maven-archetype/maven-archetypes

installs and builds off of the installation by out of the box.  I have axis and fop jars as sample dependencies in there showing how dependencyManagement works as well.

> example maven project architecture (jars, wars, ejbs, and an ear)
> -----------------------------------------------------------------
>
>          Key: MNG-743
>          URL: http://jira.codehaus.org/browse/MNG-743
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-archetype-plugin
>     Reporter: Jesse McConnell
>     Assignee: Jason van Zyl
>     Priority: Minor
>      Fix For: 2.0.1
>  Attachments: maven-archetype-j2ee.jar, sample-m2-project.jar
>
>
> someone on the mailing lists asked me for a working sample layout for a project containing muliple source directories, nesting subprojects, servlets in war files, ejbs, and ultimately into a ear file.
> this is a small sample project, no source but it builds out all the artifacts. also includes an example of dependencyManagement of versions at the root pom file.
> post comments and I'll make the changes if you want.  anyway, on irc I said I would make it and post it in an issue for review so here it is.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-743) example maven project architecture (jars, wars, ejbs, and an ear)

Posted by "Jesse McConnell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-743?page=comments#action_49121 ] 

Jesse McConnell commented on MNG-743:
-------------------------------------

btw,

I wanted to have the src/main/java and src/test/java dirs show up but you need to have something in them for the archetype               plugin to work..so perhaps we tweak the plugin to accept dirs in the archetype.xml file or just add in some empty source example files

> example maven project architecture (jars, wars, ejbs, and an ear)
> -----------------------------------------------------------------
>
>          Key: MNG-743
>          URL: http://jira.codehaus.org/browse/MNG-743
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-archetype-plugin
>     Reporter: Jesse McConnell
>     Assignee: Jason van Zyl
>     Priority: Minor
>      Fix For: 2.0.1
>  Attachments: maven-archetype-j2ee.jar, sample-m2-project.jar
>
>
> someone on the mailing lists asked me for a working sample layout for a project containing muliple source directories, nesting subprojects, servlets in war files, ejbs, and ultimately into a ear file.
> this is a small sample project, no source but it builds out all the artifacts. also includes an example of dependencyManagement of versions at the root pom file.
> post comments and I'll make the changes if you want.  anyway, on irc I said I would make it and post it in an issue for review so here it is.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-743) example maven project architecture (jars, wars, ejbs, and an ear)

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-743?page=all ]
     
Jason van Zyl closed MNG-743:
-----------------------------

    Resolution: Fixed

Has been integrated into the archetypes.

> example maven project architecture (jars, wars, ejbs, and an ear)
> -----------------------------------------------------------------
>
>          Key: MNG-743
>          URL: http://jira.codehaus.org/browse/MNG-743
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-archetype-plugin
>     Reporter: Jesse McConnell
>     Assignee: Jason van Zyl
>     Priority: Minor
>      Fix For: 2.0.1
>  Attachments: maven-archetype-j2ee.jar, sample-m2-project.jar
>
>
> someone on the mailing lists asked me for a working sample layout for a project containing muliple source directories, nesting subprojects, servlets in war files, ejbs, and ultimately into a ear file.
> this is a small sample project, no source but it builds out all the artifacts. also includes an example of dependencyManagement of versions at the root pom file.
> post comments and I'll make the changes if you want.  anyway, on irc I said I would make it and post it in an issue for review so here it is.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-743) example maven project architecture (jars, wars, ejbs, and an ear)

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-743?page=all ]

Brett Porter updated MNG-743:
-----------------------------

    Fix Version: 2.0-beta-2

> example maven project architecture (jars, wars, ejbs, and an ear)
> -----------------------------------------------------------------
>
>          Key: MNG-743
>          URL: http://jira.codehaus.org/browse/MNG-743
>      Project: Maven 2
>         Type: Improvement
>     Reporter: Jesse McConnell
>     Assignee: John Casey
>     Priority: Trivial
>      Fix For: 2.0-beta-2
>  Attachments: sample-m2-project.jar
>
>
> someone on the mailing lists asked me for a working sample layout for a project containing muliple source directories, nesting subprojects, servlets in war files, ejbs, and ultimately into a ear file.
> this is a small sample project, no source but it builds out all the artifacts. also includes an example of dependencyManagement of versions at the root pom file.
> post comments and I'll make the changes if you want.  anyway, on irc I said I would make it and post it in an issue for review so here it is.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-743) example maven project architecture (jars, wars, ejbs, and an ear)

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-743?page=all ]

Brett Porter updated MNG-743:
-----------------------------

    Component: maven-archetype-plugin

> example maven project architecture (jars, wars, ejbs, and an ear)
> -----------------------------------------------------------------
>
>          Key: MNG-743
>          URL: http://jira.codehaus.org/browse/MNG-743
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-archetype-plugin
>     Reporter: Jesse McConnell
>     Assignee: Jason van Zyl
>     Priority: Minor
>      Fix For: 2.0-beta-4
>  Attachments: sample-m2-project.jar
>
>
> someone on the mailing lists asked me for a working sample layout for a project containing muliple source directories, nesting subprojects, servlets in war files, ejbs, and ultimately into a ear file.
> this is a small sample project, no source but it builds out all the artifacts. also includes an example of dependencyManagement of versions at the root pom file.
> post comments and I'll make the changes if you want.  anyway, on irc I said I would make it and post it in an issue for review so here it is.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-743) example maven project architecture (jars, wars, ejbs, and an ear)

Posted by "Jesse McConnell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-743?page=comments#action_44588 ] 

Jesse McConnell commented on MNG-743:
-------------------------------------

I think it is worth it alone to have a working example of dependencyManagement with that version injection, that is just too cool

> example maven project architecture (jars, wars, ejbs, and an ear)
> -----------------------------------------------------------------
>
>          Key: MNG-743
>          URL: http://jira.codehaus.org/browse/MNG-743
>      Project: Maven 2
>         Type: Improvement
>     Reporter: Jesse McConnell
>     Assignee: John Casey
>     Priority: Trivial
>  Attachments: sample-m2-project.jar
>
>
> someone on the mailing lists asked me for a working sample layout for a project containing muliple source directories, nesting subprojects, servlets in war files, ejbs, and ultimately into a ear file.
> this is a small sample project, no source but it builds out all the artifacts. also includes an example of dependencyManagement of versions at the root pom file.
> post comments and I'll make the changes if you want.  anyway, on irc I said I would make it and post it in an issue for review so here it is.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org