There is no Super POM in the filesystem somewhere. It is merely a concept. /home/brian/java/projects/pom.xml /home/brian/java/projects/proj1/pom.xml (parent = ../pom.xml) /home/brian/java/projects/proj1/lib/pom.xml (parent = ../pom.xml) /home/brian/java/projects/proj1/web/pom.xml (parent = ../pom.xml) /home/brian/java/projects/proj2/pom.xml (parent = ../pom.xml) /home/brian/java/projects/proj2/lib/pom.xml (parent = ../pom.xml) /home/brian/java/projects/proj2/web/pom.xml (parent = ../pom.xml)
Thus all projects will share the /projects/pom.xml as a "super pom". Wayne On 4/6/06, Brian Robinson <[EMAIL PROTECTED]> wrote: > Can anyone tell me where I can find the Super POM on the file system? > > > > I want to have one place where I can have all projects use our > repository, and I would like to avoid using <parent> tags in each > pom.xml in my many projects. Also, ideally we won't have to have every > developer use their own settings.xml to set this up either. It seems > like the super POM is the right place to put it, but I can't find it. > Maybe I'm misunderstanding what the Super POM is? > > > > Thanks, > > -Brian > > > > "Even when you've played the game of your life, it's the feeling of > teamwork that you'll remember." - John C. Maxwell > > > > >
