Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Hi!
I found the solution, propably you would like to commit this:
In the pom.xml of poly2tri-core, you have to add a configuration item for
maven-compiler-plugin:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>ISO-8859-1</encoding>
</configuration>
</plugin>
Then maven will build it correctly.
Original comment by furtelw...@gmail.com
on 25 Apr 2011 at 3:17
Didn't know my name sucked that bad :P
Thanks for the fix :)
Original comment by thahlen@gmail.com
on 25 Apr 2011 at 4:51
Original issue reported on code.google.com by
furtelw...@gmail.com
on 25 Apr 2011 at 3:02