Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.1
-
Component/s: announcement
-
Labels:None
-
Number of attachments :
Description
Unable to use "toAddresses" field for mail announces.
Error raised :
>>> [INFO] Failed to configure plugin parameters for: org.apache.maven.plugins:maven-changes-plugin:2.1-SNAPSHOT
>>> Cause: Class 'java.util.List' cannot be instantiated
It seems that there was a similar error on changelog plugin before.
This patch may help :
>>> in — src/main/java/org/apache/maven/plugin/announcement/AnnouncementMailMojo.java
>>> - * @parameter expression="${changes.toAddresses}"
>>> + * @parameter
Can you show us the command line and POM configuration you use to get the error?