[VOTE] Release Apache Maven Plugin Tools version 3.3

2014-05-03 Thread Hervé BOUTEMY
Hi, We solved 23 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleName=Html&version=18959 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11139&status=1 Staging repo: https://repository.apache.org/co

Re: ParseException when compiling a MOJO

2014-05-03 Thread Petar Tahchiev
Hi Robert, thanks - updating to plexus-component-metadata did work. 2014-05-03 20:33 GMT+03:00 Robert Scholte : > Hi, > > I'm pretty sure this has already been fixed in the latest version of QDox. > > However, if you go to the site of this plugin[1], you'll see that you > should use plexus-comp

Re: ParseException when compiling a MOJO

2014-05-03 Thread Robert Scholte
Hi, I'm pretty sure this has already been fixed in the latest version of QDox. However, if you go to the site of this plugin[1], you'll see that you should use plexus-component-metadata[2]. If this gives you the same problem, try to upgrade org.thoughtworks.qdox:qdox to 1.12.1 by adding this

ParseException when compiling a MOJO

2014-05-03 Thread Petar Tahchiev
Hi guys, I'm working on a maven plugin here, and I have a spring configuration that looks like this: - @Configuration @ComponentScan(basePackages = { "com.test"}) public class MyMavenPluginConfig extends WebSecurityConfigurerAdapter { } - This all c