[VOTE] Release Apache Maven Clean Plugin version 2.6

2014-09-21 Thread Karl Heinz Marbaise
Hi, We solved N issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11128&version=18533 There are still a couple of issues left in JIRA: http://jira.codehaus.org/issues/?jql=project%20%3D%20MCLEAN%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC Staging

Re: [RESULT] [VOTE] Release Apache Maven Javadoc Plugin version 2.10

2014-09-21 Thread Mark Derricutt
Hrm, just tried updating to this: symbol: class NotNull location: class GuardedFinder /Users/amrk/IdeaProjects/securemx/smx3/com.smxemail.rest/src/main/java/com/smxemail/rest/mounting/GuardedFinder.java:240: error: cannot find symbol private void processBeforeAdvice(@NotNul

Re: Problem while getting injected parameters from plugin configuration.

2014-09-21 Thread animator
Thanks for answers! I removed reporting section and unfortunately it doesn't work.. (*1)(btw. before that I added reporting api and declared InstrumentMojo extends AbstractMavenReport but this doesn't work too). I suppose may be there is problem with plexus, because when I added Component annot

[ANN] Apache Maven Dependency Plugin Version 2.9 Released

2014-09-21 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Plugin, version 2.9 The dependency plugin provides the capability to manipulate artifacts. It can copy and/or unpack artifacts from local or remote repositories to a specified location. http://maven.apache.or

[ANN] Apache Maven Javadoc Plugin 2.10 Released

2014-09-21 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 2.10. This release is focused on Java 8 compatibility. The Apache Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project. http://maven.apache.org/pl

[RESULT] [VOTE] Release Apache Maven Dependency Plugin version 2.9

2014-09-21 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 (binding): Hervé Boutemy, Benson Margulies, Karl-Heinz Marbaise +1 (non binding): none I will promote the artifacts to the central repo. Kind regards Karl-Heinz Marbaise -

Re: [VOTE] Release Apache Maven Dependency Plugin version 2.9

2014-09-21 Thread Benson Margulies
+1 On Sun, Sep 21, 2014 at 4:10 PM, Hervé BOUTEMY wrote: > +1 > > Regards, > > Hervé > > Le jeudi 18 septembre 2014 21:39:17 Karl Heinz Marbaise a écrit : >> Hi, >> >> We solved 17 issues: >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11214&version=192 >> 29 >> >> There are still

Re: [VOTE] Release Apache Maven Dependency Plugin version 2.9

2014-09-21 Thread Hervé BOUTEMY
+1 Regards, Hervé Le jeudi 18 septembre 2014 21:39:17 Karl Heinz Marbaise a écrit : > Hi, > > We solved 17 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11214&version=192 > 29 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/issues/?jql=pro

Re: [VOTE] Release Apache Maven Dependency Plugin version 2.9

2014-09-21 Thread Karl Heinz Marbaise
Hi, someone else? Kind regards Karl-Heinz Marbaise On 9/20/14 4:44 PM, Karl Heinz Marbaise wrote: +1 from me. Kind regards Karl-Heinz Marbaise On 9/18/14 9:39 PM, Karl Heinz Marbaise wrote: Hi, We solved 17 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11214&version=1922

[ANN] Apache Maven Checkstyle Plugin 2.13 Released

2014-09-21 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Checkstyle Plugin, version 2.13 This plugin generates a report regarding the code style used by the developers. http://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's

[RESULT] [VOTE] Release Apache Maven Checkstyle Plugin version 2.13

2014-09-21 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 (binding): Karl Heinz Marbaise, Benson Margulies, Hervé Boutemy +1 (binding): Robert Scholte I will promote the artifacts to the central repo. - To unsubscribe, e-mail: dev-

Re: Problem while getting injected parameters from plugin configuration.

2014-09-21 Thread Hervé BOUTEMY
no, there is absolutely nothing related to reporting plugins: reporting plugins are exactly like plugins I didn't see test-polyglot-project, I just had a reaction when looking at the mojo source when I look at test-polyglot-project, I see another problem: why is it reclared in reporting secti

Re: [VOTE] Release Apache Maven Checkstyle Plugin version 2.13

2014-09-21 Thread Benson Margulies
+1 On Sun, Sep 21, 2014 at 11:59 AM, Hervé BOUTEMY wrote: > one more vote, please... > > Le jeudi 18 septembre 2014 00:57:37 Hervé BOUTEMY a écrit : >> Hi, >> >> We solved 24 issues: >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&styleName=H >> tml&version=20185 >> >> There a

Re: Problem while getting injected parameters from plugin configuration.

2014-09-21 Thread Igor Fedorenko
On 2014-09-21, 12:14, Hervé BOUTEMY wrote: hte attribute "without property" seems to be expected to be a Plexus component, but you didn't declare it: Is this specific to reporting plugins? I believe regular plugins can have @Parameter's without properties and/or default values. -- Regards, Igo

[ANN] Apache Maven Shared Component: Maven Reporting Implementation version 2.3

2014-09-21 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Reporting Implementation, version 2.3 This component provides abstract classes to manage report generation, which can be run both: - as part of a site generation, as a maven-reporting-api's Maven

Re: Problem while getting injected parameters from plugin configuration.

2014-09-21 Thread Hervé BOUTEMY
hte attribute "without property" seems to be expected to be a Plexus component, but you didn't declare it: 1. in ClojureExecutorImpl, you should use Plexus @Component annotation like http://maven.apache.org/plugins-archives/maven-checkstyle-plugin-LATEST/xref/org/apache/maven/plugin/checkstyle/e

Re: [VOTE] Release Apache Maven Checkstyle Plugin version 2.13

2014-09-21 Thread Hervé BOUTEMY
one more vote, please... Le jeudi 18 septembre 2014 00:57:37 Hervé BOUTEMY a écrit : > Hi, > > We solved 24 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&styleName=H > tml&version=20185 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/s

Re: Problem while getting injected parameters from plugin configuration.

2014-09-21 Thread animator
Yes, of course, plugin: https://github.com/lgadawski/cloverage-maven-plugin , test project: https://github.com/lgadawski/test-polyglot-project Mojo class: https://github.com/lgadawski/cloverage-maven-plugin/blob/master/src/main/java/com/gadawski/maven/plugins/cloverage/goals/InstrumentMojo.java

Re: Problem while getting injected parameters from plugin configuration.

2014-09-21 Thread Karl Heinz Marbaise
Hi, can you please show the full pom file of your plugin project ? Is this project somewhere available on Github or so ? So we can take a look at it... Kind regards Karl-Heinz Marbaise On 9/21/14 12:28 PM, animator wrote: Hi, I'm developing custom reporting plugin for my own needs. I use

Re: [VOTE] Maven Release Plugin 2.5.1, take 2

2014-09-21 Thread Benson Margulies
+1 On Sun, Sep 21, 2014 at 7:47 AM, Kristian Rosenvold wrote: > +1 > > 2014-09-19 23:16 GMT+02:00 Benson Margulies : >> Hi, >> >> Here is a respin of 2.5.1. This includes one more commit that allows >> builds on Maven 2.2.1 of the plugin. >> >> We solved 4 issues: >> >> http://jira.codehaus.org/s

Re: [VOTE] Maven Release Plugin 2.5.1, take 2

2014-09-21 Thread Kristian Rosenvold
+1 2014-09-19 23:16 GMT+02:00 Benson Margulies : > Hi, > > Here is a respin of 2.5.1. This includes one more commit that allows > builds on Maven 2.2.1 of the plugin. > > We solved 4 issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11144&version=20578 > > > There are still a

Problem while getting injected parameters from plugin configuration.

2014-09-21 Thread animator
Hi, I'm developing custom reporting plugin for my own needs. I use Java 7, Maven 3.1. I have a problem with getting injected parameters from plugin configuration. In Mojo class I've field like: @Parameter private String srcDirClj; and in different project that I want to execute on this