|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | - |
3 | 2 | <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"> |
4 | 3 | <modelVersion>4.0.0</modelVersion> |
5 | 4 | <parent> |
6 | 5 | <groupId>org.codehaus.plexus</groupId> |
7 | 6 | <artifactId>plexus</artifactId> |
8 | | - <version>10</version> |
| 7 | + <version>15</version> |
9 | 8 | </parent> |
10 | 9 |
|
11 | 10 | <artifactId>plexus-site</artifactId> |
|
22 | 21 | <scm> |
23 | 22 | < connection>scm:git: [email protected]:codehaus-plexus/codehaus-plexus.github.io.git</ connection> |
24 | 23 | < developerConnection>scm:git: [email protected]:codehaus-plexus/codehaus-plexus.github.io.git</ developerConnection> |
25 | | - <url>https://github.com/codehaus-plexus/codehaus-plexus.github.io/tree/${project.scm.tag}/</url> |
26 | 24 | <tag>source</tag> |
| 25 | + <url>https://github.com/codehaus-plexus/codehaus-plexus.github.io/tree/${project.scm.tag}/</url> |
27 | 26 | </scm> |
28 | 27 | <issueManagement> |
29 | 28 | <system>github</system> |
|
51 | 50 | <artifactId>maven-scm-publish-plugin</artifactId> |
52 | 51 | <configuration> |
53 | 52 | <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> |
56 | 57 | </configuration> |
57 | 58 | </plugin> |
58 | 59 | </plugins> |
|
63 | 64 | <artifactId>maven-scm-publish-plugin</artifactId> |
64 | 65 | <executions> |
65 | 66 | <execution> |
| 67 | + <!-- deploy site with maven-scm-publish-plugin --> |
66 | 68 | <id>scm-publish</id> |
67 | | - <phase>site-deploy</phase><!-- deploy site with maven-scm-publish-plugin --> |
68 | 69 | <goals> |
69 | 70 | <goal>publish-scm</goal> |
70 | 71 | </goals> |
| 72 | + <phase>site-deploy</phase> |
71 | 73 | </execution> |
72 | 74 | </executions> |
73 | 75 | </plugin> |
|
81 | 83 | <groupId>org.apache.maven.plugins</groupId> |
82 | 84 | <artifactId>maven-project-info-reports-plugin</artifactId> |
83 | 85 | <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 --> |
85 | 88 | <configuration> |
86 | 89 | <skip>true</skip> |
87 | 90 | </configuration> |
88 | 91 | </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 --> |
90 | 94 | <id>site-mpir</id> |
91 | 95 | <reports> |
92 | 96 | <report>team</report> |
|
98 | 102 | </reportSets> |
99 | 103 | </plugin> |
100 | 104 | </plugins> |
101 | | - </reporting> |
| 105 | + </reporting> |
102 | 106 | </project> |
0 commit comments