Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Checkout sources

Committers should work directly on the apache git repo and can directly push there.

Code Block
languagebash
titlefor committers
git clone 

Building and testing

...

https://git-wip-us.apache.org/repos/asf/cxf-dosgi.git

Non committers should clone from our github mirrior as it makes it easier to provide pull requests

Code Block
languagebash
titlefor non committers
git clone git@github.com:apache/cxf-dosgi.git

Full Build

Use jdk 8 and maven 3
Then build & test using:

Code Block
mvn clean install

...