Author: mickw
Date: 2006-04-05 11:00:20 +0200 (Wed, 05 Apr 2006)
New Revision: 2716
Modified:
trunk/pom.xml
Log:
maven2 reporting
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-04-05 08:24:14 UTC (rev 2715)
+++ trunk/pom.xml 2006-04-05 09:00:20 UTC (rev 2716)
@@ -42,6 +42,7 @@
<scm>
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-front-html/trunk/</connection>
+ <url>https://dev.schibstedsok.no/svn/search-front-html/trunk/</url>
</scm>
<organization>
@@ -417,24 +418,28 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <charset>UTF-8</charset>
+ <docencoding>UTF-8</docencoding>
+ </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jxr-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>surefire-report-maven-plugin</artifactId>
- </plugin>
- <!--
- Uncomment when
- http://jira.codehaus.org/browse/MEV-362
- is resolved
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>changelog-maven-plugin</artifactId>
- </plugin>
- -->
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>surefire-report-maven-plugin</artifactId>
+ </plugin>
+ <!--
+ Uncomment when
+ http://jira.codehaus.org/browse/MEV-362
+ is resolved
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>changelog-maven-plugin</artifactId>
+ </plugin>
+ -->
</plugins>
</reporting>
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits