Skip to content

Commit 419a998

Browse files
committed
CI: use maven deploy plugin
1 parent e2db566 commit 419a998

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
<target>8</target>
2020
</configuration>
2121
</plugin>
22+
<plugin>
23+
<artifactId>maven-deploy-plugin</artifactId>
24+
<version>2.8.2</version>
25+
<configuration>
26+
<altDeploymentRepository>internal.repo::default::file://${repositoryPath}</altDeploymentRepository>
27+
</configuration>
28+
</plugin>
2229
</plugins>
2330
</build>
2431

0 commit comments

Comments
 (0)