Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven build #15

Merged
merged 9 commits into from
Aug 22, 2012
Merged

Maven build #15

merged 9 commits into from
Aug 22, 2012

Commits on Jun 27, 2012

  1. Initial checkin for maven building

    Added options to .proto files for java package and class names
    Created pom that currently builds source and binary jar files
    pom also creates CPP source and header files
    Brian Roach committed Jun 27, 2012
    2 Configuration menu
    Copy the full SHA
    2ee9442 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2012

  1. added gpg plugin and publishing to maven central

    Brian Roach committed Jun 28, 2012
    Configuration menu
    Copy the full SHA
    fba72e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2012

  1. Merge branch 'master' into maven-build

    Brian Roach committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    93eeb57 View commit details
    Browse the repository at this point in the history
  2. added options in makefile for building java / .jar

    Brian Roach committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    a32d5b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2012

  1. Add Maven plugin repository for the protoc compiler and adjust to a r…

    …eleased version.
    Sean Cribbs committed Aug 2, 2012
    Configuration menu
    Copy the full SHA
    5aaffe4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2012

  1. Ignore the target/ directory, add the github uploader plugin and remo…

    …ve the release plugin, adjust the Makefile for releases.
    Sean Cribbs committed Aug 3, 2012
    Configuration menu
    Copy the full SHA
    110474e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2012

  1. Maven foo and Makefile conditionals.

    If you have RELEASE_GPG_KEYNAME environment variable
    set the makefile will allow you to perform a java_release and
    maven will allow a deploy. If it's not set both make and maven
    will fail if you try to release/deploy
    Brian Roach committed Aug 17, 2012
    Configuration menu
    Copy the full SHA
    0214e5f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into maven-build

    Brian Roach committed Aug 17, 2012
    Configuration menu
    Copy the full SHA
    70cb4ac View commit details
    Browse the repository at this point in the history
  3. Merge branch 'maven-build' of github.com:basho/riak_pb into maven-build

    Conflicts:
    	Makefile
    	pom.xml
    Brian Roach committed Aug 17, 2012
    Configuration menu
    Copy the full SHA
    6e151d5 View commit details
    Browse the repository at this point in the history