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
+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
+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
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
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
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
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
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
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
+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
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
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-
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
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
+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
+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
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
-
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
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
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
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
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
22 matches
Mail list logo