I'm new to maven and can't figure out how to use the cxf 2.2.2-SNAPSHOT release. I downloaded the tar ball and found the jars in lib and modules. I changed my pom to have cxf-version= 2.2.2-SNAPSHOT and copied all the cxf jars to my maven repository into cxf/<cxf-whatever>/2.2.2-SNAPSHOT directories. When that didn't work I discovered the mvn install:install-file command which did the same thing plus creating pom files with no dependencies.

Depending on exactly what I am trying I keep getting various non-cxf classes not found during compilation: e.g javax.jws, javax.xml.bind, javax.xml.bind.annotation

I tried running the wssec10 samples from the release and without editing the pom, it appears to just use the 2.2.1 jars that are in my repository. When I change the version to 2.2.2-SNAPSHOT it gets the same
missing packages errors.

Is there some recommended procedure to build against a SNAPSHOT.

Any clues would be appreciated,

Mary

Reply via email to