Index: trunk/lucene-search-3/pom.xml |
— | — | @@ -22,6 +22,30 @@ |
23 | 23 | <version>0.0.1-SNAPSHOT</version> |
24 | 24 | <packaging>pom</packaging> |
25 | 25 | |
| 26 | + <organization> |
| 27 | + <name>mediawiki</name> |
| 28 | + <url>www.mediawiki.org</url> |
| 29 | + </organization> |
| 30 | + <name>search lucene 3</name> |
| 31 | + <description>A search engine extention for MediaWiki</description> |
| 32 | + <inceptionYear>18/1/2012</inceptionYear> |
| 33 | + <url>http://www.mediawiki.org/wiki/User:OrenBochman/Search</url> |
| 34 | + <scm> |
| 35 | + <developerConnection>oren</developerConnection> |
| 36 | + <url>http://svn.wikimedia.org/svnroot/mediawiki/trunk/lucene-search-3</url> |
| 37 | + <connection>svn+ssh</connection> |
| 38 | + </scm> |
| 39 | + |
| 40 | + <ciManagement> |
| 41 | + <system>jenkins</system> |
| 42 | + <url>https://integration.mediawiki.org/ci/</url> |
| 43 | + </ciManagement> |
| 44 | + <issueManagement> |
| 45 | + <url>https://bugzilla.wikimedia.org</url> |
| 46 | + <system>bugzilla</system> |
| 47 | + </issueManagement> |
| 48 | + |
| 49 | + |
26 | 50 | <properties> |
27 | 51 | <!-- |
28 | 52 | | libraries version |
— | — | @@ -418,25 +442,21 @@ |
419 | 443 | |
420 | 444 | </dependencies> |
421 | 445 | |
422 | | - <organization> |
423 | | - <name>mediawiki</name> |
424 | | - <url>www.mediawiki.org</url> |
425 | | - </organization> |
426 | | - <name>search lucene 3</name> |
427 | | - <description>A search engine extention for MediaWiki</description> |
428 | | - <inceptionYear>18/1/2012</inceptionYear> |
429 | | - <url>http://www.mediawiki.org/wiki/User:OrenBochman/Search</url> |
430 | | - <scm> |
431 | | - <developerConnection>oren</developerConnection> |
432 | | - <url>http://svn.wikimedia.org/svnroot/mediawiki/trunk/lucene-search-3</url> |
433 | | - <connection>svn+ssh</connection> |
434 | | - </scm> |
435 | | - <ciManagement> |
436 | | - <system>jenkins</system> |
437 | | - <url>https://integration.mediawiki.org/ci/</url> |
438 | | - </ciManagement> |
439 | | - <issueManagement> |
440 | | - <url>https://bugzilla.wikimedia.org</url> |
441 | | - <system>bugzilla</system> |
442 | | - </issueManagement> |
| 446 | + <reporting> |
| 447 | + <plugins> |
| 448 | + <plugin> |
| 449 | + <groupId>org.apache.maven.plugins</groupId> |
| 450 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 451 | + <configuration> |
| 452 | + <links> |
| 453 | + <link>http://commons.apache.org/lang/api</link> |
| 454 | + <link>http://java.sun.com/j2se/1.5.0/docs/api</link> |
| 455 | + <link>http://this-one-will-not-work</link> |
| 456 | + </links> |
| 457 | + <show>protected</show> |
| 458 | + <linksource>true</linksource> |
| 459 | + </configuration> |
| 460 | + </plugin> |
| 461 | + </plugins> |
| 462 | + </reporting> |
443 | 463 | </project> |