We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f702ab commit 57a6ee5Copy full SHA for 57a6ee5
1 file changed
pom.xml
@@ -566,6 +566,21 @@
566
</plugins>
567
</build>
568
</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
579
580
+ <url>file:///space/web/maven-sites/${project.groupId}/${project.artifactId}-${project.version}</url>
581
+ </site>
582
+ </distributionManagement>
583
+ </profile>
584
</profiles>
585
<properties>
586
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments