You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Manfred Geiler <ma...@gmail.com> on 2006/02/17 14:22:28 UTC

Set maven-compiler-plugin configuration to jdk 1.3?

I would like to add the following to the myfaces-master pom:

    <plugins>
      <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-compiler-plugin</artifactId>
          <configuration>
              <source>1.3</source>
              <target>1.3</target>
          </configuration>
       </plugin>
    </plugins>

Just tried a clean build. Looks fine.
Any objections?

Manfred