|
3 | 3 | <parent>
|
4 | 4 | <groupId>org.codehaus.plexus</groupId>
|
5 | 5 | <artifactId>plexus</artifactId>
|
6 |
| - <version>1.0.10</version> |
| 6 | + <version>3.3.3</version> |
7 | 7 | </parent>
|
| 8 | + |
8 | 9 | <artifactId>plexus-site</artifactId>
|
9 |
| - <version>1.0-alpha-1-SNAPSHOT</version> |
| 10 | + <version>1.0-SNAPSHOT</version> |
10 | 11 | <packaging>pom</packaging>
|
| 12 | + |
11 | 13 | <name>Plexus Site</name>
|
12 |
| - <build> |
13 |
| - <plugins> |
14 |
| - <plugin> |
15 |
| - <artifactId>maven-site-plugin</artifactId> |
16 |
| - <version>2.0-beta-7</version> |
17 |
| - </plugin> |
18 |
| - <plugin> |
19 |
| - <groupId>org.apache.maven.doxia</groupId> |
20 |
| - <artifactId>doxia-maven-plugin</artifactId> |
21 |
| - <executions> |
22 |
| - <execution> |
23 |
| - <phase>pre-site</phase> |
24 |
| - <goals> |
25 |
| - <goal>render-books</goal> |
26 |
| - </goals> |
27 |
| - </execution> |
28 |
| - </executions> |
29 |
| - <configuration> |
30 |
| - <books> |
31 |
| - <book> |
32 |
| - <directory>src/site</directory> |
33 |
| - <descriptor>src/books/writing-components-trail.xml</descriptor> |
34 |
| - <formats> |
35 |
| - <!--format> |
36 |
| - <id>pdf</id> |
37 |
| - </format--> |
38 |
| - <format> |
39 |
| - <id>latex</id> |
40 |
| - </format> |
41 |
| - <format> |
42 |
| - <id>xdoc</id> |
43 |
| - </format> |
44 |
| - </formats> |
45 |
| - </book> |
46 |
| - Plexus Developer reference |
47 |
| - <book> |
48 |
| - <directory>src/site</directory> |
49 |
| - <descriptor>src/books/developer-reference.xml</descriptor> |
50 |
| - <formats> |
51 |
| - <!--format> |
52 |
| - <id>pdf</id> |
53 |
| - </format--> |
54 |
| - <format> |
55 |
| - <id>latex</id> |
56 |
| - </format> |
57 |
| - <format> |
58 |
| - <id>xdoc</id> |
59 |
| - </format> |
60 |
| - </formats> |
61 |
| - </book> |
62 |
| - </books> |
63 |
| - </configuration> |
64 |
| - </plugin> |
65 |
| - </plugins> |
66 |
| - </build> |
| 14 | + <url>http://codehaus-plexus.github.io/</url> |
| 15 | + <organization> |
| 16 | + <name>Codehaus Plexus</name> |
| 17 | + <url>http://codehaus-plexus.github.io/</url> |
| 18 | + </organization> |
| 19 | + |
| 20 | + <scm> |
| 21 | + <connection>scm:git:git@github.com:codehaus-plexus/codehaus-plexus.github.io.git</connection> |
| 22 | + <developerConnection>scm:git:git@github.com:codehaus-plexus/codehaus-plexus.github.io.git</developerConnection> |
| 23 | + <url>http://github.com/codehaus-plexus/codehaus-plexus.github.io/tree/source</url> |
| 24 | + <tag>source</tag> |
| 25 | + </scm> |
| 26 | + <issueManagement> |
| 27 | + <system>github</system> |
| 28 | + <url>https://github.com/codehaus-plexus/codehaus-plexus.github.io/issues</url> |
| 29 | + </issueManagement> |
| 30 | + |
67 | 31 | <reporting>
|
68 | 32 | <excludeDefaults>true</excludeDefaults>
|
69 | 33 | <plugins>
|
70 | 34 | <plugin>
|
71 | 35 | <groupId>org.apache.maven.plugins</groupId>
|
72 | 36 | <artifactId>maven-project-info-reports-plugin</artifactId>
|
73 | 37 | <reportSets>
|
74 |
| - <reportSet> |
| 38 | + <reportSet><!-- don't execute inherited reports, since some are useless and cannot be removed --> |
| 39 | + <configuration> |
| 40 | + <skip>true</skip> |
| 41 | + </configuration> |
| 42 | + </reportSet> |
| 43 | + <reportSet><!-- execute only reports necessary for main site, in a dedicated reportSet --> |
| 44 | + <id>site-mpir</id> |
75 | 45 | <reports>
|
76 |
| - <report>cim</report> |
| 46 | + <report>project-team</report> |
77 | 47 | <report>issue-tracking</report>
|
78 |
| - <report>mailing-list</report> |
79 | 48 | <report>license</report>
|
80 |
| - <report>project-team</report> |
81 | 49 | <report>scm</report>
|
82 | 50 | </reports>
|
83 | 51 | </reportSet>
|
84 | 52 | </reportSets>
|
85 | 53 | </plugin>
|
86 | 54 | </plugins>
|
87 | 55 | </reporting>
|
88 |
| - <!-- repeated here so that plexus-site is not appended --> |
89 |
| - <scm> |
90 |
| - <connection>scm:svn:http://svn.codehaus.org/plexus/trunks/</connection> |
91 |
| - <developerConnection>scm:svn:https://svn.codehaus.org/plexus/trunks/</developerConnection> |
92 |
| - <url>http://fisheye.codehaus.org/browse/plexus/</url> |
93 |
| - </scm> |
94 |
| - <distributionManagement> |
95 |
| - <site> |
96 |
| - <id>plexus-site</id> |
97 |
| - <name>Plexus Website</name> |
98 |
| - <url>dav:https://dav.codehaus.org/plexus/</url> |
99 |
| - </site> |
100 |
| - </distributionManagement> |
101 |
| - |
102 | 56 | </project>
|
0 commit comments