[ https://jira.codehaus.org/browse/MCHANGES-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benson Margulies closed MCHANGES-262. ------------------------------------- Resolution: Fixed Fix Version/s: 2.7 ------------------------------------------------------------------------ r1328931 | bimargulies | 2012-04-22 14:48:15 -0400 (Sun, 22 Apr 2012) | 2 lines [MCHANGES-262] Using custom issue types mapping (MCHANGES-245) throws a llegalArgumentException ------------------------------------------------------------------------ > Using custom issue types mapping (MCHANGES-245) throws a > llegalArgumentException > -------------------------------------------------------------------------------- > > Key: MCHANGES-262 > URL: https://jira.codehaus.org/browse/MCHANGES-262 > Project: Maven 2.x Changes Plugin > Issue Type: Bug > Components: announcement > Affects Versions: 2.6 > Reporter: Alan Parkinson > Assignee: Benson Margulies > Priority: Critical > Fix For: 2.7 > > Attachments: MCHANGES-262-maven-changes-plugin.patch > > > When using the following plugin configuration a IllegalArgumentException is > thrown during a execution > <configuration> > ... > <issueTypes> > <add>Story</add> > </issueTypes> > ... > </configuration> > java.lang.IllegalArgumentException: No enum const class > org.apache.maven.plugin.changes.IssueType.STORY > at java.lang.Enum.valueOf(Enum.java:196) > at org.apache.maven.plugin.changes.IssueType.valueOf(IssueType.java:25) > at > org.apache.maven.plugin.changes.IssueType.lookupByKey(IssueType.java:48) > at > org.apache.maven.plugin.issues.AbstractIssueManagementSystem.applyConfiguration(AbstractIssueManagementSystem.java:69) > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira