|
45 | 45 | <scala-version>2.9.0-1</scala-version>
|
46 | 46 | </properties>
|
47 | 47 |
|
48 |
| - <url>http://${forge-project-id}.fusesource.org</url> |
| 48 | + <url>http://fusesource.github.io/${forge-project-id}</url> |
49 | 49 | <inceptionYear>2009</inceptionYear>
|
50 | 50 |
|
51 | 51 | <issueManagement>
|
|
141 | 141 | <artifactId>maven-compiler-plugin</artifactId>
|
142 | 142 | <version>3.6.1</version>
|
143 | 143 | <configuration>
|
144 |
| - <source>1.6</source> |
145 |
| - <target>1.6</target> |
| 144 | + <source>1.6</source><!-- parent pom 1.11 forces version instead of using maven.compiler.source property --> |
| 145 | + <target>1.6</target><!-- parent pom 1.11 forces version instead of using maven.compiler.target property --> |
146 | 146 | </configuration>
|
147 | 147 | </plugin>
|
148 | 148 | <plugin>
|
|
155 | 155 | <links>
|
156 | 156 | <link>http://download.oracle.com/javase/6/docs/api</link>
|
157 | 157 | </links>
|
158 |
| - <encoding>UTF-8</encoding> |
159 | 158 | <locale>en_US</locale>
|
160 | 159 | <linksource>true</linksource>
|
161 | 160 | <excludePackageNames>*.internal</excludePackageNames>
|
| 161 | + <notimestamp>true</notimestamp> |
| 162 | + <quiet>true</quiet> |
| 163 | + <docencoding>UTF-8</docencoding> |
| 164 | + <version>false</version> |
| 165 | + <author>true</author> |
| 166 | + <keywords>true</keywords> |
162 | 167 | </configuration>
|
163 | 168 | </plugin>
|
164 | 169 | <plugin>
|
|
187 | 192 | </goals>
|
188 | 193 | </execution>
|
189 | 194 | </executions>
|
190 |
| - <configuration> |
191 |
| - <reportPlugins> |
192 |
| - |
193 |
| - <plugin> |
194 |
| - <groupId>org.apache.maven.plugins</groupId> |
195 |
| - <artifactId>maven-project-info-reports-plugin</artifactId> |
196 |
| - <version>2.4</version> |
197 |
| - <configuration> |
198 |
| - <dependencyDetailsEnabled>false</dependencyDetailsEnabled> |
199 |
| - <dependencyLocationsEnabled>false</dependencyLocationsEnabled> |
200 |
| - </configuration> |
201 |
| - <!-- simpler configuration without reportSets available for usual cases --> |
202 |
| - <reports> |
203 |
| - <report>index</report> |
204 |
| - <report>dependencies</report> |
205 |
| - <report>issue-tracking</report> |
206 |
| - <report>license</report> |
207 |
| - <report>mailing-list</report> |
208 |
| - <report>modules</report> |
209 |
| - <report>project-team</report> |
210 |
| - <report>plugin-management</report> |
211 |
| - <report>plugins</report> |
212 |
| - <report>scm</report> |
213 |
| - </reports> |
214 |
| - </plugin> |
215 |
| - <plugin> |
216 |
| - <groupId>org.apache.maven.plugins</groupId> |
217 |
| - <artifactId>maven-javadoc-plugin</artifactId> |
218 |
| - <configuration> |
219 |
| - <charset>UTF-8</charset> |
220 |
| - <docencoding>UTF-8</docencoding> |
221 |
| - <version>false</version> |
222 |
| - <author>true</author> |
223 |
| - <keywords>true</keywords> |
224 |
| - |
225 |
| - <stylesheetfile>${project.build.directory}/javadoc-skin/stylesheet.css</stylesheetfile> |
226 |
| - <!-- |
227 |
| - <resourcesArtifacts> |
228 |
| - <resourcesArtifact> |
229 |
| - <groupId>org.fusesource.mvnplugins</groupId> |
230 |
| - <artifactId>fuse-javadoc-skin</artifactId> |
231 |
| - <version>1.9</version> |
232 |
| - </resourcesArtifact> |
233 |
| - </resourcesArtifacts> |
234 |
| - --> |
235 |
| - </configuration> |
| 195 | + </plugin> |
| 196 | + </plugins> |
| 197 | + </build> |
236 | 198 |
|
237 |
| - </plugin> |
238 |
| - |
239 |
| - <plugin> |
240 |
| - <groupId>org.apache.maven.plugins</groupId> |
241 |
| - <artifactId>maven-jxr-plugin</artifactId> |
242 |
| - <version>2.3</version> |
243 |
| - <configuration> |
244 |
| - <stylesheet>fuse-jxr-skin-stylesheet.css</stylesheet> |
245 |
| - <inputEncoding>UTF-8</inputEncoding> |
246 |
| - <outputEncoding>UTF-8</outputEncoding> |
247 |
| - <linkJavadoc>true</linkJavadoc> |
248 |
| - <docTitle>${project.name} Source Xref (${project.version})</docTitle> |
249 |
| - <windowTitle>${project.name} Source Xref (${project.version})</windowTitle> |
250 |
| - </configuration> |
251 |
| - </plugin> |
252 |
| - |
253 |
| - </reportPlugins> |
| 199 | + <reporting> |
| 200 | + <plugins> |
| 201 | + <plugin> |
| 202 | + <groupId>org.apache.maven.plugins</groupId> |
| 203 | + <artifactId>maven-project-info-reports-plugin</artifactId> |
| 204 | + <version>2.4</version> |
| 205 | + <configuration> |
| 206 | + <dependencyDetailsEnabled>false</dependencyDetailsEnabled> |
| 207 | + <dependencyLocationsEnabled>false</dependencyLocationsEnabled> |
254 | 208 | </configuration>
|
| 209 | + <reportSets> |
| 210 | + <reportSet> |
| 211 | + <reports> |
| 212 | + <report>index</report> |
| 213 | + <report>dependencies</report> |
| 214 | + <report>issue-tracking</report> |
| 215 | + <report>license</report> |
| 216 | + <report>mailing-list</report> |
| 217 | + <report>modules</report> |
| 218 | + <report>project-team</report> |
| 219 | + <report>plugin-management</report> |
| 220 | + <report>plugins</report> |
| 221 | + <report>scm</report> |
| 222 | + </reports> |
| 223 | + </reportSet> |
| 224 | + </reportSets> |
255 | 225 | </plugin>
|
256 | 226 | <plugin>
|
257 | 227 | <groupId>org.apache.maven.plugins</groupId>
|
258 |
| - <artifactId>maven-dependency-plugin</artifactId> |
| 228 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 229 | + </plugin> |
| 230 | + <plugin> |
| 231 | + <groupId>org.apache.maven.plugins</groupId> |
| 232 | + <artifactId>maven-jxr-plugin</artifactId> |
259 | 233 | <version>3.0.0</version>
|
260 |
| - <executions> |
261 |
| - <execution> |
262 |
| - <id>unpack</id> |
263 |
| - <phase>generate-sources</phase> |
264 |
| - <goals> |
265 |
| - <goal>unpack</goal> |
266 |
| - </goals> |
267 |
| - <configuration> |
268 |
| - <artifactItems> |
269 |
| - <artifactItem> |
270 |
| - <groupId>org.fusesource.mvnplugins</groupId> |
271 |
| - <artifactId>fuse-javadoc-skin</artifactId> |
272 |
| - <version>1.9</version> |
273 |
| - <type>jar</type> |
274 |
| - <overWrite>false</overWrite> |
275 |
| - <outputDirectory>${project.build.directory}/javadoc-skin</outputDirectory> |
276 |
| - </artifactItem> |
277 |
| - </artifactItems> |
278 |
| - </configuration> |
279 |
| - </execution> |
280 |
| - </executions> |
| 234 | + <configuration> |
| 235 | + <linkJavadoc>true</linkJavadoc> |
| 236 | + <docTitle>${project.name} Source Xref (${project.version})</docTitle> |
| 237 | + <windowTitle>${project.name} Source Xref (${project.version})</windowTitle> |
| 238 | + </configuration> |
281 | 239 | </plugin>
|
282 | 240 | </plugins>
|
283 |
| - </build> |
| 241 | + </reporting> |
| 242 | + |
284 | 243 | <profiles>
|
285 | 244 |
|
286 |
| - <!-- enables extra repositories which may have some |
287 |
| - goodies that have not reached central yet --> |
| 245 | + <!-- enables extra repositories which may have some goodies that have not reached central yet --> |
288 | 246 | <profile>
|
289 | 247 | <id>download</id>
|
290 | 248 | <repositories>
|
|
318 | 276 | </goals>
|
319 | 277 | </execution>
|
320 | 278 | </executions>
|
321 |
| - |
322 |
| - <configuration> |
323 |
| - <charset>UTF-8</charset> |
324 |
| - <docencoding>UTF-8</docencoding> |
325 |
| - <version>false</version> |
326 |
| - <author>true</author> |
327 |
| - <keywords>true</keywords> |
328 |
| - |
329 |
| - <stylesheetfile>${project.build.directory}/javadoc-skin/stylesheet.css</stylesheetfile> |
330 |
| - <!-- |
331 |
| - <resourcesArtifacts> |
332 |
| - <resourcesArtifact> |
333 |
| - <groupId>org.fusesource.mvnplugins</groupId> |
334 |
| - <artifactId>fuse-javadoc-skin</artifactId> |
335 |
| - <version>1.9</version> |
336 |
| - </resourcesArtifact> |
337 |
| - </resourcesArtifacts> |
338 |
| - --> |
339 |
| - </configuration> |
340 | 279 | </plugin>
|
341 |
| - |
342 | 280 | </plugins>
|
343 | 281 | </build>
|
344 | 282 | </profile>
|
|
0 commit comments