https://issues.apache.org/bugzilla/show_bug.cgi?id=45388
--- Comment #2 from coheigea <cohei...@apache.org> 2009-05-29 06:59:59 PST --- Created an attachment (id=23727) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23727) A patch for this issue Please see attached for a patch for this issue. The patch consists of a "pom.xml" that should be added to trunk. Using this pom it's possible to build the java component of XML-Security with maven, run the unit tests and install an OSGi bundle into the local maven repository. 1) mvn compile - compiles the Java source code under src 2) mvn test - runs the unit tests under src_unitTests (doesn't run the javax unit tests yet) 3) mvn install - compile, run the tests and install the bundle into the local repository 4) mvn -Pfastinstall - compile and install without running the tests I've tested the built artifact with both WSS4J and CXF. The pom will likely need some tweaking before 1.4.3 goes out, but it'll do for now. Colm. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.