Hello Andreas,
The correct values would be:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-idea-plugin</artifactId>
<configuration>
<jdkName>1.4</jdkName>
</configuration>
</plugin>
Regards
Johann Reyes
-----Original Message-----
From: Andreas Guther [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 14, 2006 4:15 PM
To: Maven Users List
Subject: [M2] IntelliJ Idea plugin and jdkName
Hi,
Does anyone know how to configure the idea plug-in to use a specific
JDK version?
The documentation reads to set the jdkName, but does not tell where:
http://maven.apache.org/plugins/maven-idea-plugin/idea-mojo.html
I tried to configure the plug-in in my build section with the following,
but that seems not the right groupId and artifactId. What are the
correct values?
<plugin>
<groupId>idea</groupId>
<artifactId>idea</artifactId>
<configuration>
<jdkName>1.4</jdkName>
</configuration>
</plugin>
Thanks in advance,
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]