You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2012/01/11 14:33:33 UTC

svn commit: r1230017 - /incubator/amber/trunk/pom.xml

Author: simonetripodi
Date: Wed Jan 11 13:33:33 2012
New Revision: 1230017

URL: http://svn.apache.org/viewvc?rev=1230017&view=rev
Log:
no need to specify the output encoding, taken automatically

Modified:
    incubator/amber/trunk/pom.xml

Modified: incubator/amber/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/pom.xml?rev=1230017&r1=1230016&r2=1230017&view=diff
==============================================================================
--- incubator/amber/trunk/pom.xml (original)
+++ incubator/amber/trunk/pom.xml Wed Jan 11 13:33:33 2012
@@ -452,9 +452,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <version>3.0</version>
-        <configuration>
-          <outputEncoding>${project.reporting.outputEncoding}</outputEncoding>
-        </configuration>
       </plugin>
 
     </plugins>