You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Ebersole, Steven" <st...@vignette.com> on 2004/01/12 21:57:30 UTC

Maven and java version

The majority of our projects utilize java 1.3.x, however we have begun migrating some over to 1.4.x.  Is there a way I can specify this distinction to maven (something like maven.java.home) per-project?  Or is setting JAVA_HOME prior to running the maven command the only way?

RE: Maven and java version

Posted by Eric Giguere <er...@videotron.ca>.
Hi Steven
Yep. I had an issue with the javadoc plugin that wouldn't work with jdk 1.4 unless you specify its parameter (in the plugin.properties file in the javadoc plugin directory) : 

maven.javadoc.useexternalfile = true

Hope it helps

Eric.


> -----Original Message-----
> From: Ebersole, Steven [mailto:steven.ebersole@vignette.com]
> Sent: January 12, 2004 3:58 PM
> To: Maven Users List
> Subject: Maven and java version
> 
> 
> The majority of our projects utilize java 1.3.x, however we have 
> begun migrating some over to 1.4.x.  Is there a way I can specify 
> this distinction to maven (something like maven.java.home) 
> per-project?  Or is setting JAVA_HOME prior to running the maven 
> command the only way?
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org