Skip to content

Commit

Permalink
fix hydrator-plugins build to include submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
itsankit-google committed Jan 27, 2025
1 parent 8ef7236 commit e776419
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_sha }}
submodules: recursive
- name: Cache
uses: actions/cache@v4
with:
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@

<modules>
<module>hydrator-common</module>
<module>amazon-s3-plugins</module>
<module>azure</module>
<module>condition-plugins</module>
<module>core-plugins</module>
<!-- TODO <module>cassandra-plugins</module> TO EVALUATE https://cdap.atlassian.net/browse/CDAP-21051 -->
<module>database-plugins</module>
Expand All @@ -41,11 +44,14 @@
<module>format-text</module>
<module>format-xls</module>
<!-- <module>hbase-plugins</module> TO EVALUATE https://cdap.atlassian.net/browse/CDAP-21052 -->
<module>google-cloud</module>
<module>kafka-plugins</module>
<module>http-plugins</module>
<module>mongodb-plugins</module>
<module>solrsearch-plugins</module>
<module>spark-plugins</module>
<module>transform-plugins</module>
<module>wrangler-transform</module>
</modules>

<licenses>
Expand Down

0 comments on commit e776419

Please sign in to comment.