Skip to content

Commit

Permalink
[build] Fix docker organization parameter (apache#2597)
Browse files Browse the repository at this point in the history
*Motivation*

docker orgnization is missing for building test image. so the build will be failing with `-Pdocker`.

*Changes*

Move the docker organization parameter to root pom file.
  • Loading branch information
sijie authored Sep 18, 2018
1 parent 8d50617 commit fb396bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
<groupId>org.apache.pulsar</groupId>
<artifactId>docker-images</artifactId>
<name>Apache Pulsar :: Docker Images</name>
<properties>
<docker.organization>apachepulsar</docker.organization>
</properties>
<modules>
<module>pulsar</module>
<module>grafana</module>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ flexible messaging model and an intuitive client API.</description>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<testRealAWS>false</testRealAWS>
<testRetryCount>1</testRetryCount>
<docker.organization>apachepulsar</docker.organization>

<!-- pin the protobuf-shaded version to make the pulsar build friendly to intellij -->
<pulsar.protobuf.shaded.version>2.1.0-incubating</pulsar.protobuf.shaded.version>
Expand Down

0 comments on commit fb396bf

Please sign in to comment.