Skip to content

Commit ffe76a7

Browse files
committed
Bump to plexus parent 15
1 parent 31468bd commit ffe76a7

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

pom.xml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
32
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.codehaus.plexus</groupId>
76
<artifactId>plexus</artifactId>
8-
<version>10</version>
7+
<version>15</version>
98
</parent>
109

1110
<artifactId>plexus-site</artifactId>
@@ -22,8 +21,8 @@
2221
<scm>
2322
<connection>scm:git:git@github.com:codehaus-plexus/codehaus-plexus.github.io.git</connection>
2423
<developerConnection>scm:git:git@github.com:codehaus-plexus/codehaus-plexus.github.io.git</developerConnection>
25-
<url>https://github.com/codehaus-plexus/codehaus-plexus.github.io/tree/${project.scm.tag}/</url>
2624
<tag>source</tag>
25+
<url>https://github.com/codehaus-plexus/codehaus-plexus.github.io/tree/${project.scm.tag}/</url>
2726
</scm>
2827
<issueManagement>
2928
<system>github</system>
@@ -51,8 +50,10 @@
5150
<artifactId>maven-scm-publish-plugin</artifactId>
5251
<configuration>
5352
<pubScmUrl>${project.scm.developerConnection}</pubScmUrl>
54-
<scmBranch>master</scmBranch><!-- see https://help.github.com/articles/user-organization-and-project-pages/ -->
55-
<content>${project.reporting.outputDirectory}</content><!-- mono-module doesn't require site:stage -->
53+
<!-- see https://help.github.com/articles/user-organization-and-project-pages/ -->
54+
<scmBranch>master</scmBranch>
55+
<!-- mono-module doesn't require site:stage -->
56+
<content>${project.reporting.outputDirectory}</content>
5657
</configuration>
5758
</plugin>
5859
</plugins>
@@ -63,11 +64,12 @@
6364
<artifactId>maven-scm-publish-plugin</artifactId>
6465
<executions>
6566
<execution>
67+
<!-- deploy site with maven-scm-publish-plugin -->
6668
<id>scm-publish</id>
67-
<phase>site-deploy</phase><!-- deploy site with maven-scm-publish-plugin -->
6869
<goals>
6970
<goal>publish-scm</goal>
7071
</goals>
72+
<phase>site-deploy</phase>
7173
</execution>
7274
</executions>
7375
</plugin>
@@ -81,12 +83,14 @@
8183
<groupId>org.apache.maven.plugins</groupId>
8284
<artifactId>maven-project-info-reports-plugin</artifactId>
8385
<reportSets>
84-
<reportSet><!-- don't execute inherited reports, since some are useless and cannot be removed -->
86+
<reportSet>
87+
<!-- don't execute inherited reports, since some are useless and cannot be removed -->
8588
<configuration>
8689
<skip>true</skip>
8790
</configuration>
8891
</reportSet>
89-
<reportSet><!-- execute only reports necessary for main site, in a dedicated reportSet -->
92+
<reportSet>
93+
<!-- execute only reports necessary for main site, in a dedicated reportSet -->
9094
<id>site-mpir</id>
9195
<reports>
9296
<report>team</report>
@@ -98,5 +102,5 @@
98102
</reportSets>
99103
</plugin>
100104
</plugins>
101-
</reporting>
105+
</reporting>
102106
</project>

0 commit comments

Comments
 (0)