Configuration from plugin management is not considered
------------------------------------------------------
Key: MANT-51
URL: http://jira.codehaus.org/browse/MANT-51
Project: Maven 2.x Ant Plugin
Issue Type: Bug
Affects Versions: 2.1
Reporter: Benjamin Bentmann
For a POM snippet with
{code:xml}
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<target>1.3</target>
<source>1.4</source>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<!-- NOTE: It's essential part of this test to not define the
maven-compiler-plugin here! -->
</plugins>
</build>
{code}
i.e. where only plugin management is present, the Ant Plugin doesn't properly
extract the configuration.
--
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