Skip to content

Commit

Permalink
🐵🐶🐻
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Jul 12, 2024
1 parent d4c9090 commit 0b3d720
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion web-tester-fixture/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,28 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
</plugin>
</pluginManagement>
</build>
<pluginRepositories>
<!-- Used to install project-build-plugin -->
Expand Down

0 comments on commit 0b3d720

Please sign in to comment.