https://github.com/base2services/b2-cdi
base2Services CDI extensions
https://github.com/base2services/b2-cdi
Last synced: about 1 year ago
JSON representation
base2Services CDI extensions
- Host: GitHub
- URL: https://github.com/base2services/b2-cdi
- Owner: base2Services
- License: apache-2.0
- Created: 2012-04-30T04:26:23.000Z (about 14 years ago)
- Default Branch: develop
- Last Pushed: 2012-07-24T16:51:25.000Z (almost 14 years ago)
- Last Synced: 2025-02-01T20:46:24.777Z (over 1 year ago)
- Language: Java
- Homepage: http://base2services.github.com/b2-cdi
- Size: 201 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# b2-cdi
Copyright © 2012-, base2Service Pty Ptd. Licensed under ASL 2.0 License.
[](https://buildhive.cloudbees.com/job/base2Services/job/b2-cdi/)
## About
A number of CDI extensions to make the life of any JEE developer easier.
## Developer Notes
### GitHub Setup
1. Fork Repo into your base2 github account
2. Run on your local machine:
git clone git@github.com:/b2-cdi.git
cd b2-cdi
git remote add upstream git@github.com:base2Services/b2-cdi.git
You can now pull from the upstream repository to rebase your code from main repo
git pull upstream master
And push now push these changes to your forked repository
git push
Also you should run the following
git config --global user.name "Your Name"
git config --global user.email @yourdomain.com
### Building
This project using maven 3+ to build the lastest version execute:
mvn clean install