Skip to content

Commit 40c6782

Browse files
committed
updated parent pom & site publication
1 parent 5a9fc77 commit 40c6782

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

pom.xml

+23-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.codehaus.plexus</groupId>
77
<artifactId>plexus</artifactId>
8-
<version>3.3.3</version>
8+
<version>4.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>plexus-interpolation</artifactId>
@@ -24,10 +24,32 @@
2424
<system>JIRA</system>
2525
<url>https://github.com/codehaus-plexus/plexus-interpolation/issues</url>
2626
</issueManagement>
27+
<distributionManagement>
28+
<site>
29+
<id>github:gh-pages</id>
30+
<url>${project.scm.developerConnection}</url>
31+
</site>
32+
</distributionManagement>
2733

2834

2935
<build>
3036
<plugins>
37+
<plugin>
38+
<groupId>org.apache.maven.plugins</groupId>
39+
<artifactId>maven-scm-publish-plugin</artifactId>
40+
<configuration>
41+
<content>${project.reporting.outputDirectory}</content><!-- mono-module doesn't require site:stage -->
42+
</configuration>
43+
<executions>
44+
<execution>
45+
<id>scm-publish</id>
46+
<phase>site-deploy</phase><!-- deploy site with maven-scm-publish-plugin -->
47+
<goals>
48+
<goal>publish-scm</goal>
49+
</goals>
50+
</execution>
51+
</executions>
52+
</plugin>
3153
<plugin>
3254
<groupId>org.apache.maven.plugins</groupId>
3355
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)