I believe the core is already compiled using:
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.3</source>
<target>1.3</target>
</configuration>
</plugin>
</plugins>
This plugin is configured in the master pom. I have "released"
myfaces-maven-1.0.1 but I'm not going to have the maven guys push it
to ibiblio until we are ready to push shared and core.
So if you want to test, build the tagged version of myfaces-maven on
your local machine. Please confirm ASAP since we would like to
release.
Sean
On 3/7/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote:
> Hi Sean!
> > Dennis mentioned that we are not using JDK 1.3 compile option on the
> > core branch.
> Its not only to set the target/source options, but also to
> a) set the bootclasspath for the compiler to the jdk1.3 libraries - see:
> http://jroller.com/page/scolebourne?entry=compiling_for_older_jdks and
> its comments
> or even better
> b) user a jdk1.3 compiler for the build.
>
>
> Ciao,
> Mario
>
>