Also, another M2 build problem -- org/apache/geronimo/specs/specs was
not published for 1.1.1.  See there's only a 1.1 entry here:

http://ibiblio.org/maven2/org/apache/geronimo/specs/specs/

This is referenced by the JACC 1.1.1 spec here:

http://ibiblio.org/maven2/org/apache/geronimo/specs/geronimo-j2ee-jacc_1.0_spec/1.1.1/geronimo-j2ee-jacc_1.0_spec-1.1.1.pom

Which is used by the geronimo-security-1.1.1 JAR.

Thanks,
    Aaron

On 9/23/06, Aaron Mulder <[EMAIL PROTECTED]> wrote:
See:

http://ibiblio.org/maven2/geronimo/geronimo-kernel/1.1.1/geronimo-kernel-1.1.1.pom

Look for:

    <dependency>
      <groupId>org.apache.geronimo.specs</groupId>
      <artifactId>geronimo-qname_1.1_spec</artifactId>
      <version>1.0.1</version>
      <type>test</type>
    </dependency>

It's looking for an artifact of type *.test?  Presumably that should be

    <dependency>
      <groupId>org.apache.geronimo.specs</groupId>
      <artifactId>geronimo-qname_1.1_spec</artifactId>
      <version>1.0.1</version>
      <scope>test</scope>
    </dependency>

But whatever the case is, this prevents M2 builds from working against
the geronimo-kernel-1.1.1.jar because it can't fine the .test file --
what can we do to correct the POM and replace the version on ibiblio?

Thanks,
     Aaron

P.S. Thanks Matt for putting all the CARs up!!!

Reply via email to