Author: hlship
Date: Fri Apr 3 00:09:52 2009
New Revision: 761486
URL: http://svn.apache.org/viewvc?rev=761486&view=rev
Log:
TAP5-483: Maven warning in build: [WARNING] Using platform encoding (MacRoman
actually) to copy filtered resources, i.e. build is platform dependent
Modified:
tapestry/tapestry5/trunk/pom.xml
Modified: tapestry/tapestry5/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=761486&r1=761485&r2=761486&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Fri Apr 3 00:09:52 2009
@@ -305,6 +305,14 @@
<updateReleaseInfo>${update-release-info}</updateReleaseInfo>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>