Skip to content

Commit e1761db

Browse files
committed
Fix incorrect location for Maven website deployment
1 parent 9579fba commit e1761db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@
604604
<site>
605605
<id>pavlab</id>
606606
<name>PavLab</name>
607-
<url>scpexe://${pavlab.server}${pavlab.siteDir}/${project.groupId}/gsec-${project.version}</url>
607+
<url>scpexe://${pavlab.server}${pavlab.siteDir}/${project.groupId}/${project.artifactId}-${project.version}</url>
608608
</site>
609609
</distributionManagement>
610610
<pluginRepositories>

0 commit comments

Comments
 (0)