An open API service indexing awesome lists of open source software.

https://github.com/arnauld/technbolts-mq


https://github.com/arnauld/technbolts-mq

Last synced: 28 days ago
JSON representation

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