Skip to content

Commit 7ec9b28

Browse files
committed
update site settings
1 parent f1084ae commit 7ec9b28

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,17 @@ under the License.
8282
</developers>
8383

8484
<properties>
85-
<site.url.module.prefix>maven/plugins/eclipse-maven-plugin</site.url.module.prefix>
86-
8785
<mavenVersion>3.8.1</mavenVersion>
8886
<maven.test.jvmargs>-Xmx1024m</maven.test.jvmargs>
8987
<surefire.version>3.5.5</surefire.version>
9088
<mavenPluginToolsVersion>3.15.2</mavenPluginToolsVersion>
9189

90+
<!-- site settings -->
91+
<site.url.module.prefix>maven/plugins/eclipse-maven-plugin</site.url.module.prefix>
92+
<site.url>https://devops.wcm.io</site.url>
93+
<site.deploy.id>ssh-wcm.io</site.deploy.id>
94+
<site.deploy.url>scm:git:https://github.com/wcm-io-devops/wcm-io-devops.github.io.git</site.deploy.url>
95+
9296
<!-- repository settings -->
9397
<distribution.snapshotRepositoryId>sonatype-central-snapshots</distribution.snapshotRepositoryId>
9498
<distribution.snapshotRepositoryUrl>https://central.sonatype.com/repository/maven-snapshots</distribution.snapshotRepositoryUrl>

0 commit comments

Comments
 (0)