Results 4 issues of Peter Szatmary

- Final changes for pom.xml file. - README.md created This configuration was used for successful deployment of neo-devpack-java artifakt to maven repository.

I was not able to create hello world smart contract with neo-devpack-java. 1. [maybe documentation is old](http://docs.neo.org/en-us/sc/getting-started-java.html) 2. or in neo-devpack-java are some java files missing Documentation tells us to...

help wanted

[Travis CI](https://travis-ci.org) can be used for open source projects to have continuous builds and nice mark telling if project can be build or not.

enhancement

There is an implementation to control request and response headers with shouldLogRequestHeader and shouldLogResponseHeader. It's working for logs but … There is a line in the [implementation](https://github.com/OpenFeign/feign/blob/master/core/src/main/java/feign/Logger.java#L133 ) which logs...