2009/12/3 Alexander <[email protected]> > Yeah, thats right. > > There are some problems? > I have tested it ,and I found that the module configed in the pom just referred to the module directory so the module artifact id can changed as one want .
> > 2009/12/3 maven apache <[email protected]> > > > 2009/12/3 Alexander <[email protected]> > > > > > Maven way is to name module directory as module artifact id. > > > > > I want to rename the module since the old project are not well named.So I > > should rename both the module directory and module artifact id? > > > > > > > > 2009/12/3 maven apache <[email protected]> > > > > > > > Hi: > > > > I want to know how do maven find the module of the parent project: > > > > for example in the root project whose packaging is pom and the > > directory > > > is > > > > C:/project, I define the following modules: > > > > ----- > > > > <module>maven</module> > > > > <module>platform</module> > > > > <module>main</module> > > > > -------------- > > > > So the module "maven" should be a directory under the > C:/project/maven > > or > > > > the directory contains module "maven" can be named as others and its > > > > artifactId should be "maven"? > > > > > > > > > > > > > > > > -- > > > Regards, > > > Alexander > > > > > > > > > -- > Regards, > Alexander >
