Skip to content

Commit 5b16e21

Browse files
committed
Add a local-deploy profile to use local disk
1 parent a9f1d3d commit 5b16e21

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,21 @@
566566
</plugins>
567567
</build>
568568
</profile>
569+
<profile>
570+
<id>local-deploy</id>
571+
<distributionManagement>
572+
<repository>
573+
<id>pavlab</id>
574+
<name>PavLab</name>
575+
<url>file:///space/maven2</url>
576+
</repository>
577+
<site>
578+
<id>pavlab</id>
579+
<name>PavLab</name>
580+
<url>file:///space/web/maven-sites/${project.groupId}/${project.artifactId}-${project.version}</url>
581+
</site>
582+
</distributionManagement>
583+
</profile>
569584
</profiles>
570585
<properties>
571586
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)