Skip to content

Commit a7124e5

Browse files
authoredApr 27, 2024··
Update pom.xml of FXThemes module adding the install plugin and its version
1 parent 1797a8f commit a7124e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎FXThemes/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,11 @@
199199
<artifactId>maven-surefire-plugin</artifactId>
200200
<version>3.1.2</version>
201201
</plugin>
202+
<plugin>
203+
<groupId>org.apache.maven.plugins</groupId>
204+
<artifactId>maven-install-plugin</artifactId>
205+
<version>3.1.1</version>
206+
</plugin>
202207
</plugins>
203208
<pluginManagement>
204209
<plugins>

0 commit comments

Comments
 (0)
Please sign in to comment.