Hello Bill,
I would prefer directory name == artifactId
Bill Dudney schrieb:
Hi all,
Here is a discussion starter to get things going on artifactId's and
directory names;
TTFN,
-bd-
myfaces/api/pom.xml => parent pom
groupId = org.apache.myfaces
artifactiId = myfaces-project
myfaces-project is a good idea
myfaces/api/api/pom.xml => child to myfaces/api/pom.xml
groupId = org.apache.myfaces
artifactiId = myfaces-api
myfaces/api/myfaces-api/pom.xml
myfaces/api/myfaces-assembly/pom.xml => child to myfaces/api/pom.xml
groupId = org.apache.myfaces
artifactiId = myfaces-assembly
myfaces/commons/pom.xml => child to myfaces/api/pom.xml
groupId = org.apache.myfaces
artifactiId = myfaces-commons
myfaces/impl/pom.xml => child to myfaces/api/pom.xml
groupId = org.apache.myfaces
artifactiId = myfaces-impl
myfaces/sandbox/pom.xml => parent to sandbox, sandbox-assembly and
sandbox-examples - child to myfaces/api/pom.xml
groupId = org.apache.myfaces
artifactiId = myfaces-sandbox-module
I think sandbox is the sandbox for tomahawk
myfaces/sandbox/pom.xml => parent to tomahawk-sandbox,
tomahawk-sandbox-assembly and
tomahawk-sandbox-examples - child to myfaces/tomahawk/pom.xml
groupId = org.apache.myfaces.tomahawk
artifactiId = tomahawk-sandbox-project
myfaces/sandbox/sandbox/pom.xml => child to myfaces/sandbox/pom.xml
groupId = org.apache.myfaces
artifactiId = myfaces-sandbox
myfaces/sandbox/tomahawk-sandbox/pom.xml => child to
myfaces/sandbox/pom.xml
groupId = org.apache.myfaces.tomahawk
artifactiId = tomahawk-sandbox
myfaces/sandbox/sandbox-assembly/pom.xml => child to
myfaces/sandbox/pom.xml
groupId = org.apache.myfaces
artifactiId = myfaces-sandbox-assembly
myfaces/sandbox/tomahawk-sandbox-assembly/pom.xml => child to
myfaces/sandbox/pom.xml
groupId = org.apache.myfaces.tomahawk
artifactiId = tomahawk-sandbox-assembly
myfaces/sandbox/sandbox-examples/pom.xml => child to
myfaces/sandbox/pom.xml
groupId = org.apache.myfaces
artifactiId = myfaces-sandbox-examples
> myfaces/sandbox/tomahawk-sandbox-examples/pom.xml => child to
> myfaces/sandbox/pom.xml
> groupId = org.apache.myfaces.tomahawk
> artifactiId = tomahawk-sandbox-examples
myfaces/tomahawk/pom.xml => parent to tomahawk, tomahawk-assembly and
tomahawk-examples - child to myfaces/api/pom.xml
groupId = org.apache.myfaces
artifactiId = myfaces-tomahawk-module
groupId = org.apache.myfaces.tomahawk
artifactiId = tomahawk-project
myfaces/tomahawk/tomahawk/pom.xml => child to myfaces/tomahawk/pom.xml
groupId = org.apache.myfaces
artifactiId = myfaces-tomahawk
groupId = org.apache.myfaces.tomahawk
artifactiId = tomahawk
myfaces/tomahawk/tomahawk-assembly/pom.xml => child to
myfaces/tomahawk/pom.xml
groupId = org.apache.myfaces
artifactiId = myfaces-tomahawk-assembly
groupId = org.apache.myfaces.tomahawk
artifactiId = tomahawk-assembly
myfaces/tomahawk/ tomahawk-examples/pom.xml => child to
myfaces/tomahawk/pom.xml
groupId = org.apache.myfaces
artifactiId = myfaces-tomahawk-examples
myfaces/tomahawk/tomahawk-examples/pom.xml => child to
myfaces/tomahawk/pom.xml
groupId = org.apache.myfaces.tomahawk
artifactiId = tomahawk-examples
tiles
artifactId = tomahawk-example-tiles
blank
artifactId = tomahawk-example-blank
..
Best Regards
Bernd