Skip to content

Commit

Permalink
Merge pull request #675 from loicmathieu/it-module
Browse files Browse the repository at this point in the history
Publish back the integration-tests module.
  • Loading branch information
loicmathieu authored Sep 20, 2024
2 parents e200f31 + ba421e8 commit 6926922
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<module>bigtable</module>
<module>secret-manager</module>
<module>logging</module>
<module>integration-tests</module>
</modules>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -108,17 +109,5 @@
<module>docs</module>
</modules>
</profile>
<profile>
<id>it</id>
<activation>
<property>
<name>performRelease</name>
<value>!true</value>
</property>
</activation>
<modules>
<module>integration-tests</module>
</modules>
</profile>
</profiles>
</project>

0 comments on commit 6926922

Please sign in to comment.