Plugin configuration not being picked up from parent pom.xml
------------------------------------------------------------
Key: MIDEA-73
URL: http://jira.codehaus.org/browse/MIDEA-73
Project: Maven 2.x Idea Plugin
Issue Type: Bug
Affects Versions: 2.0
Reporter: Charles Crouch
If I include the following snippet in my regular pom.xml, mvn idea:idea works
as expected.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-idea-plugin</artifactId>
<configuration>
<jdkName>1.5.0_07</jdkName>
</configuration>
</plugin>
However if I include it in a parent/grandparent pom, the configuration property
is not picked up and I get the "[INFO] jdkName is not set" message when running
mvn idea:idea. Several other plugins have their configuration properties set
from a parent pom, so I don't think this is a general mvn issue.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira