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]

Reply via email to