Skip to content

Commit

Permalink
chore(build): add maven profile to enable samples (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Aug 13, 2020
1 parent c25dca3 commit a2d27df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Expand Up @@ -216,4 +216,13 @@
<module>google-cloud-firestore-bom</module>
</modules>

<profiles>
<profile>
<id>enable-samples</id>
<modules>
<module>samples</module>
</modules>
</profile>
</profiles>

</project>

0 comments on commit a2d27df

Please sign in to comment.