Skip to content

Commit

Permalink
Skip deployment for test module build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lli committed Nov 15, 2023
1 parent 91a567e commit c80a1b9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,17 @@
<module>.</module>
<module>web-tester-fixture</module>
</modules>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit c80a1b9

Please sign in to comment.