https://github.com/arnauld/technbolts-mq
https://github.com/arnauld/technbolts-mq
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnauld/technbolts-mq
- Owner: Arnauld
- Created: 2010-05-13T21:59:46.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-06-07T22:20:10.000Z (about 16 years ago)
- Last Synced: 2025-02-28T05:34:09.344Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 320 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.textile
Awesome Lists containing this project
README
h1. GIT
* git status
* git add src/main/...
* git commit
* git push
h1. Protocol buffer
* apt-get install protobuf-compiler
* svn co http://protobuf.googlecode.com/svn/branches/maven-plugin/tools/maven-plugin
** cd maven-plugin
** modify the pom.xml: add java 1.5 build + remove parent dependency
** mvn install