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

Reply via email to