diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..452a37b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+target/
+pom.xml.tag
+pom.xml.releaseBackup
+pom.xml.versionsBackup
+pom.xml.next
+release.properties
+dependency-reduced-pom.xml
+buildNumber.properties
+.mvn/timing.properties
+
diff --git a/README.md b/README.md
index d9d1209..07bcbf7 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,11 @@
# beeswax-api
Beeswax API for custom bidders
+
+Dependency Information:
+We recommend [JitPack.io](https://jitpack.io/#BeeswaxIO/beeswax-api)
+
+
+ com.github.BeeswaxIO
+ beeswax-api
+ 2016-05-30
+
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..c3d141d
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,96 @@
+
+ 4.0.0
+ com.beeswax
+ beeswax-api
+ 20160530
+ Beeswax API
+ jar
+ Builds a jar for all Proto Classes in Beeswax
+
+ https://github.com/BeeswaxIO/beeswax-api
+
+
+
+ Copyright 2016, Beeswax.IO Inc.
+
+
+
+
+ Beeswax Corporation
+ http://beeswax.com
+
+
+
+ https://github.com/BeeswaxIO/beeswax-api
+
+
+
+ https://github.com/BeeswaxIO/beeswax-api/issues
+ GitHub Issues
+
+
+
+ UTF-8
+
+
+
+
+
+
+ maven-compiler-plugin
+ 3.2
+
+
+ 1.8
+
+
+
+ org.xolstice.maven.plugins
+ protobuf-maven-plugin
+ 0.5.0
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.5.1
+
+
+ 1.6
+
+
+
+ org.xolstice.maven.plugins
+ protobuf-maven-plugin
+ 0.5.0
+
+ /usr/bin/protoc
+ ${basedir}/
+ true
+
+
+
+
+ compile
+ test-compile
+
+
+
+
+
+
+
+
+
+ com.google.protobuf
+ protobuf-java
+ 3.0.0-beta-3
+
+
+
+