>>>>> Steinar Bang <[email protected]>:
>>>>> JB Onofré <[email protected]>:

>>> If you can share your project, I can take a look. 

>> Several projects.

To make it simple (since karaf.version is current 4.3.0 they should all build):
 git clone https://github.com/steinarb/beans.git
 cd beans
 git remote add scratch https://github.com/steinarb/scratch.git
 git fetch scratch
 git checkout beans/on-karaf-43x
 mvn install
 cd ..
 git clone https://github.com/steinarb/adapters-for-osgi-services.git
 cd adapters-for-osgi-services
 git remote add scratch https://github.com/steinarb/scratch.git
 git fetch scratch
 git checkout adapters-for-osgi-services/on-karaf-430
 mvn install
 cd ..
 git clone https://github.com/steinarb/servlet.git
 cd servlet
 git remote add scratch https://github.com/steinarb/scratch.git
 git fetch scratch
 git checkout servlet/on-karaf-430
 mvn install
 cd ..
 git clone https://github.com/steinarb/osgi-service.git
 cd osgi-service
 git remote add scratch https://github.com/steinarb/scratch.git
 git fetch scratch
 git checkout osgi-service/on-karaf-43x
 mvn install
 cd ..
 git clone https://github.com/steinarb/authservice.git
 cd authservice
 git remote add scratch https://github.com/steinarb/scratch.git
 git fetch scratch
 git checkout authservice/on-karaf-430
 mvn install
 cd ..



Reply via email to