summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorChristopher Tubbs <ctubbsii@apache.org>2021-01-13 16:00:03 +0000
committerDamien Diederen <ddiederen@apache.org>2021-01-13 16:00:03 +0000
commitd7ed7f305661c08927eb954700f7141cd18d4ff9 (patch)
treec9af41215f65d8ac25944c3112f539dff7fae544 /pom.xml
parent7fad7ea33365304f8c268279689a6cbeed6698bc (diff)
downloadzookeeper-d7ed7f305661c08927eb954700f7141cd18d4ff9.tar.gz
ZOOKEEPER-3973: Add GitHub Actions for CI
* Add GitHub Actions workflows * Add a CI workflow for PRs and branches * Add a manual workflow for custom builds * Remove redundant builds from Travis config (leave only s390x) * Update build status badges on README * Move inline links to bottom of the Markdown page for readability * Other: normalize URLs by using https and removing trailing slashes and unnecessary trailing .html, and fix syntax for section header * Remove extraneous unactivated configuration from pom.xml files (and update an XML comment to remove an extra confusing backslash) * Add ability to disable cppunit tests independently of surefire tests * Build only selected tests in CI workflow for now Author: Christopher Tubbs <ctubbsii@apache.org> Reviewers: Enrico Olivelli <eolivelli@apache.org>, Damien Diederen <ddiederen@apache.org> Closes #1508 from ctubbsii/ZOOKEEPER-3973-github-actions
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml12
1 files changed, 2 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 0dd3a60de..14116db39 100755
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
- <!-- to change version: mvn -\-batch-mode release:update-versions -DdevelopmentVersion=3.6.0-SNAPSHOT -->
+ <!-- to change version: mvn -B release:update-versions -DdevelopmentVersion=3.6.0-SNAPSHOT -->
<version>3.7.0-SNAPSHOT</version>
<name>Apache ZooKeeper</name>
<description>
@@ -778,15 +778,6 @@
<includeTestResources>false</includeTestResources>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
</configuration>
- <executions>
- <execution>
- <id>checkstyle</id>
- <phase>validate</phase>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
</plugin>
<!-- we don't need this plugin-->
<plugin>
@@ -843,6 +834,7 @@
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
+ <id>set-hostname-property</id>
<phase>validate</phase>
<goals>
<goal>run</goal>