diff --git a/.blazar-enabled b/.blazar-enabled
new file mode 100644
index 000000000..e69de29bb
diff --git a/.blazar.yaml b/.blazar.yaml
new file mode 100644
index 000000000..050515922
--- /dev/null
+++ b/.blazar.yaml
@@ -0,0 +1,9 @@
+env:
+ SET_VERSION_OVERRIDE: 1.0-$GIT_BRANCH-SNAPSHOT
+ MAVEN_ARGS: -DskipTests -DskipITs
+
+buildpack:
+ host: git.hubteam.com
+ organization: HubSpot
+ repository: Blazar-Buildpack-Java
+ branch: v2
diff --git a/.build-jdk8 b/.build-jdk8
new file mode 100644
index 000000000..e69de29bb
diff --git a/api/.blazar.yaml b/api/.blazar.yaml
new file mode 100644
index 000000000..b958e00c6
--- /dev/null
+++ b/api/.blazar.yaml
@@ -0,0 +1,15 @@
+env:
+ SET_VERSION_OVERRIDE: 1.0-$GIT_BRANCH-SNAPSHOT
+ MAVEN_ARGS: -DskipITs
+ MAVEN_OPTS: -Xmx4096m -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Djansi.force=true
+ MAVEN_TEST_HEAP: 4g
+
+buildpack:
+ host: git.hubteam.com
+ organization: HubSpot
+ repository: Blazar-Buildpack-Java
+ branch: v2
+
+
+buildResources:
+ memoryMb: 4096
diff --git a/pom.xml b/pom.xml
index 44b2a0ce5..b74f5d6f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,14 @@
3.0.1
1.6.8
2.7
+ 2.8.2
+
+
+ 1.6
+ 3.0.0
+ 3.1.2
+ 3.2.4
+ 3.0.0-M1
java-control-plane
@@ -102,158 +110,13 @@
-
-
- sonatype-nexus-snapshots
- https://oss.sonatype.org/content/repositories/snapshots
-
-
-
org.apache.maven.plugins
- maven-checkstyle-plugin
- ${maven-checkstyle-plugin.version}
-
-
- com.puppycrawl.tools
- checkstyle
- ${checkstyle.version}
-
-
-
-
- validate
- validate
-
- buildscripts/checkstyle.xml
- true
- UTF-8
- true
- true
- warning
-
-
- check
-
-
-
-
-
-
- maven-javadoc-plugin
- ${maven-javadoc-plugin.version}
-
- false
- true
- accessibility,html,reference,syntax
- true
- false
-
-
-
- attach-javadocs
-
- jar
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- ${maven-source-plugin.version}
-
-
- attach-sources-no-fork
- package
-
- jar-no-fork
-
-
-
-
-
-
- org.jacoco
- jacoco-maven-plugin
- ${jacoco-maven-plugin.version}
-
-
- jacoco-prepare-ut-agent
-
- prepare-agent
-
-
-
- jacoco-prepare-it-agent
-
- prepare-agent-integration
-
-
-
+ maven-deploy-plugin
+ ${maven.deploy.plugin.version}
-
-
-
- ci
-
-
-
- org.apache.maven.plugins
- maven-release-plugin
- ${maven-release-plugin.version}
-
- true
- v@{project.version}
-
-
-
-
- org.codehaus.mojo
- versions-maven-plugin
- ${versions-maven-plugin.version}
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- ${nexus-staging-maven-plugin.version}
- true
-
- sonatype-nexus-staging
- https://oss.sonatype.org/
- true
- 20
-
-
-
-
-
-
- signing
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- ${maven-gpg-plugin.version}
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
-
-
-
-
diff --git a/server/.blazar.yaml b/server/.blazar.yaml
new file mode 100644
index 000000000..bde6b6e10
--- /dev/null
+++ b/server/.blazar.yaml
@@ -0,0 +1,9 @@
+env:
+ SET_VERSION_OVERRIDE: 1.0-$GIT_BRANCH-SNAPSHOT
+ MAVEN_ARGS: -DskipITs
+
+buildpack:
+ host: git.hubteam.com
+ organization: HubSpot
+ repository: Blazar-Buildpack-Java
+ branch: v2