Add repo for deploying
This commit is contained in:
parent
b116654a54
commit
1657df966a
1 changed files with 7 additions and 3 deletions
10
pom.xml
10
pom.xml
|
|
@ -21,6 +21,13 @@
|
||||||
<module>all</module>
|
<module>all</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>zhdev-repo</id>
|
||||||
|
<url>https://maven.zhdev.org/repository/</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>install</defaultGoal>
|
<defaultGoal>install</defaultGoal>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
@ -107,9 +114,6 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-deploy-plugin</artifactId>
|
<artifactId>maven-deploy-plugin</artifactId>
|
||||||
<version>2.7</version>
|
<version>2.7</version>
|
||||||
<configuration>
|
|
||||||
<altDeploymentRepository>local::default::file:${project.basedir}/target/deploy</altDeploymentRepository>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>deploy</id>
|
<id>deploy</id>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue