Re: Invoking 1.3.1 javac from Maven running on Java 1.4.2

2004-12-05 Thread Brett Porter
cd maven-plugins/java maven plugin:install Actually, I released the 1.5 Java plugin, though didn't do an announcement. Let me send that now. Basically, you can do: maven plugin:download -DgroupId=maven -DartifactId=maven-java-plugin -Dversion=1.5 Cheers, Brett Doug Knesek wrote: Brett, I chec

Re: Invoking 1.3.1 javac from Maven running on Java 1.4.2

2004-12-05 Thread Doug Knesek
Brett, I checked out maven-plugins. But how do I do a plugin:install pointing to the local directory in which I checked out the latest plugins? --- Brett Porter <[EMAIL PROTECTED]> wrote: > try checking out maven-plugins CVS and running > plugin:install on the > java plugin. This has been fixed