Skip to content

Commit 39b9da1

Browse files
committed
Add ciManagement element to POM
1 parent 98eb769 commit 39b9da1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,10 @@
595595
<url>scm:svn:${commons.scmPubUrl}</url>
596596
</site>
597597
</distributionManagement>
598+
<ciManagement>
599+
<system>GitHub</system>
600+
<url>https://github.com/apache/commons-vfs/actions</url>
601+
</ciManagement>
598602
<!-- Releasing VFS as a multi-module build with binary artifacts is somewhat painful. This profile hooks into the commons-parent
599603
and the apache-pom to get the build done and then uses the assembly to package it up. -->
600604
<profiles>

0 commit comments

Comments
 (0)