Plugin compiler

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.5</source>
                    <target>1.5</target>
		    <encoding>utf-8</encoding>
                </configuration>
            </plugin>
 
www.softeu.cz
30/37