On Nov 17, 2005, at 11:30 PM, David Jencks wrote:

This relies on using the packaging plugin, which builds configurations and puts them into the local maven repository. As such, it uses the maven id as the configId: they typically look like

${groupId}/cars/${artifactId}-${pom.currentVersion}.car

I'd prefer not to encode the maven 1 repository layout into Geronimo. I think we should either go with a m2 parent element at the top of our configuration:

  <parent>
    <groupId>org.apache.geronimo</groupId>
    <artifactId>geronimo</artifactId>
    <version>1.0-SNAPSHOT</version>
    <type>car<type>
  </parent>


-dain

Reply via email to