|
Olivier Lamy made changes - 04/Nov/08 03:49 AM
Dennis, <plugin> <artifactId>maven-changes-plugin</artifactId> <version>2.1-SNAPSHOT</version> <configuration> <toAddresses> <toAddress>foo@bar.com</toAddress> </toAddresses> </configuration> </plugin> Log : [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [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 [INFO] ------------------------------------------------------------------------ [DEBUG] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Error configuring: org.apache.maven.plugins:maven-changes-plugin. Reason: Unable to parse the created DOM for plugin configuration Good example from Olivier, with these informations : Issue is resolved when i remove "expression="${changes.toAddresses}" as shown in the description.
Olivier Lamy made changes - 05/Nov/08 03:10 PM
Olivier Lamy made changes - 05/Nov/08 03:21 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Can you show us the command line and POM configuration you use to get the error?