take a look at master parent pom for building struts in struts/src

<project>
 <modelVersion>4.0.0</modelVersion>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts2-parent</artifactId>
    <version>2.3.4</version>
    <packaging>pom</packaging>
....
 <modules>
        <module>xwork-core</module>
        <module>core</module>
        <module>apps</module>
        <module>plugins</module>
        <module>bundles</module>
        <module>archetypes</module>
    </modules>
...
</project

*Martin*
______________________________________________ 
Maven: yiddish for 'all-knowing'


 
> From: lukaszlen...@apache.org
> Date: Wed, 26 Jun 2013 11:19:41 +0200
> Subject: Re: Difficulty in understanding Struts 2 distribution
> To: user@struts.apache.org
> 
> Yes, you are right that's why we are using Maven to manage
> dependencies and not to do it by hand.
> 
> 
> Regards
> -- 
> Ɓukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> 
> 2013/6/26 Sreekanth S. Nair <sreekanth.n...@egovernments.org>:
> > Thanks for clarifying all these but don't you think its better to make the
> > same thing in distribution itself, which will help developer to make
> > strust2 project development and plugin integration and do many more strust2
> > things faster and easier.
> >
> > --
> > Thanks & Regards
> > Srikanth
> > Software Developer
> > --------------------------------
> > eGovernments Foundations
> > www.egovernments.org
> > Mob : 9980078913
> > --------------------------------
> >
> >
> > On Wed, Jun 26, 2013 at 2:38 PM, Umesh Awasthi 
> > <umeshawas...@gmail.com>wrote:
> >
> >> There is a colum with header "Optional" which indicate what all is optional
> >> and what is not optional
> >>
> >> On Wed, Jun 26, 2013 at 2:32 PM, Sreekanth S. Nair <
> >> sreekanth.n...@egovernments.org> wrote:
> >>
> >> > I dont think this is correct, we are not using velocity then how come
> >> > struts2 depends on velocity, same for junit. These all are not required
> >> > dependency for strust2 to up and running.
> >> >
> >> > --
> >> > Thanks & Regards
> >> > Srikanth
> >> > Software Developer
> >> > --------------------------------
> >> > eGovernments Foundations
> >> > www.egovernments.org
> >> > Mob : 9980078913
> >> > --------------------------------
> >> >
> >> >
> >> > On Wed, Jun 26, 2013 at 2:18 PM, Umesh Awasthi <umeshawas...@gmail.com
> >> > >wrote:
> >> >
> >> > > Though in most of the cases people use some kind of dependency
> >> management
> >> > > system like
> >> > > Maven, Ivy etc
> >> > >
> >> > > which take care of all these aspects.
> >> > > Though this is clearly mentioned in the Project dependencies page what
> >> > all
> >> > > is required
> >> > > for details refer
> >> > > http://struts.apache.org/release/2.3.x/struts2-core/dependencies.html
> >> > >
> >> > > On Wed, Jun 26, 2013 at 2:00 PM, Sreekanth S. Nair <
> >> > > sreekanth.n...@egovernments.org> wrote:
> >> > >
> >> > > > Hi,
> >> > > >      Now the struts2 distribution is a single zip file which includes
> >> > all
> >> > > > optional and required jars together which is making life very
> >> difficult
> >> > > to
> >> > > > understand, which are the jars required for struts2 to make up and
> >> > > running
> >> > > > and what are the other optional and dependency jar for plugin and
> >> other
> >> > > > framework support.
> >> > > >
> >> > > > It would be better if the distribution can modular in such a way that
> >> > > > required
> >> > > > optional---
> >> > > >            plugin---
> >> > > >                     convenstional---- jars and its dependency
> >> > > >                     json----   jars and its dependency
> >> > > >            spring---  jars and its dependency
> >> > > >            xyz---     jars and its dependency
> >> > > >
> >> > > >
> >> > > > --
> >> > > > Thanks & Regards
> >> > > > Srikanth
> >> > > > Software Developer
> >> > > > --------------------------------
> >> > > > eGovernments Foundations
> >> > > > www.egovernments.org
> >> > > > Mob : 9980078913
> >> > > > --------------------------------
> >> > > >
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > With Regards
> >> > > Umesh Awasthi
> >> > > http://www.travellingrants.com/
> >> > >
> >> >
> >>
> >>
> >>
> >> --
> >> With Regards
> >> Umesh Awasthi
> >> http://www.travellingrants.com/
> >>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
                                          

Reply via email to