|
18 | 18 | </license> |
19 | 19 | </licenses> |
20 | 20 |
|
| 21 | + <issueManagement> |
| 22 | + <system>GitHub</system> |
| 23 | + <url>https://github.com/eclipse-jetty/eclipse-jetty-plugin/issues/</url> |
| 24 | + </issueManagement> |
| 25 | + |
21 | 26 | <developers> |
22 | 27 | <developer> |
23 | 28 | <id>ckoeberl</id> |
|
32 | 37 | </developers> |
33 | 38 |
|
34 | 39 | <properties> |
| 40 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
35 | 41 | <tycho-version>0.20.0</tycho-version> |
36 | 42 | </properties> |
37 | 43 |
|
|
58 | 64 | <version>${tycho-version}</version> |
59 | 65 | <extensions>true</extensions> |
60 | 66 | </plugin> |
61 | | - |
62 | | - <plugin> |
63 | | - <groupId>org.apache.maven.plugins</groupId> |
64 | | - <artifactId>maven-site-plugin</artifactId> |
65 | | - <version>3.3</version> |
66 | | - <configuration> |
67 | | - <reportPlugins> |
68 | | - <plugin> |
69 | | - <groupId>org.apache.maven.plugins</groupId> |
70 | | - <artifactId>maven-project-info-reports-plugin</artifactId> |
71 | | - <version>2.7</version> |
72 | | - <configuration> |
73 | | - <generateSitemap>true</generateSitemap> |
74 | | - <dependencyDetailsEnabled>false</dependencyDetailsEnabled> |
75 | | - <dependencyLocationsEnabled>false</dependencyLocationsEnabled> |
76 | | - </configuration> |
77 | | - <reportSets> |
78 | | - <reportSet> |
79 | | - <reports> |
80 | | - <report>project-team</report> |
81 | | - <report>issue-tracking</report> |
82 | | - <report>license</report> |
83 | | - <report>scm</report> |
84 | | - </reports> |
85 | | - </reportSet> |
86 | | - </reportSets> |
87 | | - </plugin> |
88 | | - <plugin> |
89 | | - <groupId>org.apache.maven.plugins</groupId> |
90 | | - <artifactId>maven-changes-plugin</artifactId> |
91 | | - <version>2.10</version> |
92 | | - <reportSets> |
93 | | - <reportSet> |
94 | | - <reports> |
95 | | - <report>changes-report</report> |
96 | | - </reports> |
97 | | - </reportSet> |
98 | | - </reportSets> |
99 | | - </plugin> |
100 | | - </reportPlugins> |
101 | | - </configuration> |
102 | | - </plugin> |
103 | 67 | </plugins> |
104 | 68 |
|
105 | 69 | <pluginManagement> |
|
114 | 78 | </configuration> |
115 | 79 | </plugin> |
116 | 80 |
|
| 81 | + <plugin> |
| 82 | + <groupId>org.apache.maven.plugins</groupId> |
| 83 | + <artifactId>maven-site-plugin</artifactId> |
| 84 | + <version>3.4</version> |
| 85 | + </plugin> |
| 86 | + |
117 | 87 | <!--This plugin's configuration is used to store Eclipse m2e settings |
118 | 88 | only. It has no influence on the Maven build itself. --> |
119 | 89 | <plugin> |
|
144 | 114 | </pluginManagement> |
145 | 115 | </build> |
146 | 116 |
|
| 117 | + <reporting> |
| 118 | + <plugins> |
| 119 | + <plugin> |
| 120 | + <groupId>org.apache.maven.plugins</groupId> |
| 121 | + <artifactId>maven-project-info-reports-plugin</artifactId> |
| 122 | + <version>2.8.1</version> |
| 123 | + <configuration> |
| 124 | + <generateSitemap>true</generateSitemap> |
| 125 | + <dependencyDetailsEnabled>false</dependencyDetailsEnabled> |
| 126 | + <dependencyLocationsEnabled>false</dependencyLocationsEnabled> |
| 127 | + </configuration> |
| 128 | + <reportSets> |
| 129 | + <reportSet> |
| 130 | + <reports> |
| 131 | + <report>project-team</report> |
| 132 | + <report>issue-tracking</report> |
| 133 | + <report>license</report> |
| 134 | + <report>scm</report> |
| 135 | + </reports> |
| 136 | + </reportSet> |
| 137 | + </reportSets> |
| 138 | + </plugin> |
| 139 | + <plugin> |
| 140 | + <groupId>org.apache.maven.plugins</groupId> |
| 141 | + <artifactId>maven-changes-plugin</artifactId> |
| 142 | + <version>2.11</version> |
| 143 | + <configuration> |
| 144 | + <issueManagementSystems> |
| 145 | + <issueManagementSystem>SourceForge</issueManagementSystem> |
| 146 | + </issueManagementSystems> |
| 147 | + <issueLinkTemplatePerSystem> |
| 148 | + <SourceForge>http://sourceforge.net/p/eclipse-jetty/feature-requests/%ISSUE%</SourceForge> |
| 149 | + </issueLinkTemplatePerSystem> |
| 150 | + </configuration> |
| 151 | + <reportSets> |
| 152 | + <reportSet> |
| 153 | + <reports> |
| 154 | + <report>changes-report</report> |
| 155 | + </reports> |
| 156 | + </reportSet> |
| 157 | + </reportSets> |
| 158 | + </plugin> |
| 159 | + </plugins> |
| 160 | + </reporting> |
| 161 | + |
147 | 162 | <repositories> |
148 | 163 | <repository> |
149 | 164 | <id>eclipse-indigo</id> |
|
0 commit comments