Skip to content

Commit

Permalink
Add "dashboard" to list of modules so that pom version gets auto upda…
Browse files Browse the repository at this point in the history
…ted (apache#2838)

* Add "dashboard" to list of modules so that pom version gets auto updated

* Fixed version

* Fixed license exclusion for dashboard
  • Loading branch information
merlimat authored Oct 26, 2018
1 parent 3f6612c commit 519cbe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.pulsar</groupId>
<artifactId>docker-images</artifactId>
<version>2.1.0-incubating-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<relativePath>../docker</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ flexible messaging model and an intuitive client API.</description>
<module>pulsar-zookeeper</module>
<module>pulsar-log4j2-appender</module>
<module>pulsar-sql</module>
<module>dashboard</module>

<!-- jclouds shaded for gson conflict: https://issues.apache.org/jira/browse/JCLOUDS-1166 -->
<module>jclouds-shaded</module>
Expand Down Expand Up @@ -1035,7 +1036,7 @@ flexible messaging model and an intuitive client API.</description>
<exclude>**/*.graffle</exclude>
<exclude>**/*.hgrm</exclude>
<exclude>**/CMakeFiles/**</exclude>
<exclude>dashboard/django/stats/migrations/*.py</exclude>
<exclude>**/django/stats/migrations/*.py</exclude>
<exclude>site/vendor/**</exclude>
<exclude>site/scripts/doxygen/**</exclude>
<exclude>site/api/**</exclude>
Expand Down Expand Up @@ -1142,7 +1143,7 @@ flexible messaging model and an intuitive client API.</description>
<exclude>**/META-INF/services/com.facebook.presto.spi.Plugin</exclude>

<!-- Django generated code -->
<exclude>dashboard/django/stats/migrations/*.py</exclude>
<exclude>**/django/stats/migrations/*.py</exclude>
<exclude>**/conf/uwsgi_params</exclude>

<!-- Exclude certificates used for tests -->
Expand Down

0 comments on commit 519cbe9

Please sign in to comment.