[mojo-dev] [jira] (MRPM-185) Predictable final RPM location

2015-05-07 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

Re[2]: [mojo-dev] can not perform release - site fails

2015-05-02 Thread Sergei Ivanov
I am using GitHub site-maven-plugin, which publishes directly to gh-pages and can be bound to site-deploy phase. Note: the default maven-site-plugin in that case needs to have its site deployment suppressed (i.e. use it for site generation only). https://raw.githubusercontent.com/sergei-ivanov

[mojo-dev] [jira] (MVERSIONS-286) NullPointerException in versions:set

2015-05-01 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MVERSIONS-287) versions:set NPE Regression failure

2015-05-01 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MJAXB-129) Mojo params have incorrectly stated 'since' values

2015-04-30 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

Re[2]: [mojo-dev] Releasing a Mojo plugin nowadays...?

2015-04-29 Thread Sergei Ivanov
} 3. You also need to call buildContext.refresh(outputDirectory) before exiting the mojo execute() method in all cases where execution succeeded (even if it was skipped due to other checks). Try it and see whether it works. Kind regards, -- Sergei Ivanov Среда, 29 апреля 2015, 20:17 +02:00 от

Re[2]: [mojo-dev] Re: Sources migration to GitHub (was: [DISCUSS] Codehaus EOL and MOJO migration)

2015-04-08 Thread Sergei Ivanov
015 11:12, "Sergei Ivanov" < sergei_iva...@mail.ru > a écrit : >>Baptiste, >> >>While it is not too late, can you please rename MojoHaus organisation to all >>lower case, so that it looks better in URLs? Just go into organisation >>profile and click Ren

Re: [mojo-dev] Re: Sources migration to GitHub (was: [DISCUSS] Codehaus EOL and MOJO migration)

2015-04-08 Thread Sergei Ivanov
Baptiste, While it is not too late, can you please rename MojoHaus organisation to all lower case, so that it looks better in URLs? Just go into organisation profile and click Rename Organisation at the bottom of the page. That change will only affect repos and github pages URLs. You can then

Re: [mojo-dev] Sources migration to GitHub (was: [DISCUSS] Codehaus EOL and MOJO migration)

2015-04-08 Thread Sergei Ivanov
Site publication for each mojo can be performed as part of the release using github's own site plugin (default maven site deployment needs to be suppressed). It pushes the generated site into gh-pages branch of the same project, which is then rendered and delivered by github. Then you'll have a

[mojo-dev] [jira] (MEXEC-153) System scoped tools.jar is no longer included as a dependency (works in <= 1.1.1)

2015-04-02 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MEXEC-153) System scoped tools.jar is no longer included as a dependency (works in <= 1.1.1)

2015-04-01 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

Re[2]: [mojo-dev] [DISCUSS] Codehaus EOL and MOJO migration

2015-03-14 Thread Sergei Ivanov
That name must have been my largest contribution to the cause so far :) -- Sergei > >Saturday, 14 March 2015 12:43 + from Hervé BOUTEMY >: >ok, we have a clear winner: MojoHaus >(and we'll have a statement like "formerly known as Codehaus Mojo project" on >our website once migrated) >I creat

Re[2]: [mojo-dev] [DISCUSS] Codehaus EOL and MOJO migration

2015-03-10 Thread Sergei Ivanov
Another idea for a GitHub org that I recently had was a MojoHaus mash-up. That would have at least some heritage of CodeHaus Mojo brand preserved. A quick google search reveals that the name is only used on the music scene, so should be clear to use in software world. -- Sergei > >Tuesday, 10 M

Re[2]: [mojo-dev] [DISCUSS] Codehaus EOL and MOJO migration

2015-03-05 Thread Sergei Ivanov
I think the community needs a unique and recognisable name. If CodeHaus is subject to copyright or any other rights outside of public domain, then we need a replacement. To please the French people on this list, I was about to suggest CodeMaison as a replacement for CodeHaus brand, but it looks

Re[2]: Re[2]: Re[2]: [mojo-dev] [DISCUSS] Codehaus EOL and MOJO migration

2015-03-02 Thread Sergei Ivanov
sufficient for our needs? Or do we need >another location for actual mailing lists which are Discussion-oriented and >not related to a particular commit? >2015-03-02 11:06 GMT+01:00 Sergei Ivanov < sergei_iva...@mail.ru > : >>Mailing lists _are_ important. I was not trying to imply

Re[2]: Re[2]: [mojo-dev] [DISCUSS] Codehaus EOL and MOJO migration

2015-03-02 Thread Sergei Ivanov
wee bit more than just pushing and reviewing >code. >2015-03-02 9:46 GMT+01:00 Sergei Ivanov < sergei_iva...@mail.ru > : >>Mailing lists are a completely orthogonal feature to the development stack. I >>am struggling to understand why can they not be hosted somewhere e

Re[2]: [mojo-dev] [DISCUSS] Codehaus EOL and MOJO migration

2015-03-02 Thread Sergei Ivanov
Mailing lists are a completely orthogonal feature to the development stack. I am struggling to understand why can they not be hosted somewhere else and why the lack of mailing lists is an impediment to migration to git and GitHub. -- Sergei > >Monday, 2 March 2015 08:38 + from Trygve Laugstø

Re[2]: [mojo-dev] [DISCUSS] Codehaus EOL and MOJO migration

2015-02-27 Thread Sergei Ivanov
Hi, I should say, if Codehaus is no more, GitHub would be my obvious first choice of an alternative platform. 1. Version control. SVN is a dinosaur and a major impediment for contributing and integrating patches. Git provides a much more streamlined workflow from both committer's and contribu

Re: [mojo-dev] Re: [PATCH] Unable to build and run jspc-maven-plugin under JDK9

2015-02-18 Thread Sergei Ivanov
some framework for invoking Java9 tools as soon as the API and the JDK structure fully crystallise. -- Sergei Ivanov > >Wednesday, 18 February 2015 08:30 + from Jörg Schaible >: >Hi Tiago, >just because Java 9 requires minimum source/target to be 1.6 for building, >it does not

Re[2]: [mojo-dev] [DISCUSS] Minimum requirements for Mojo Plugins

2015-02-13 Thread Sergei Ivanov
is likely complicated and ugly. Configuration variants with profiles: http://stackoverflow.com/questions/15886209/maven-is-not-working-in-java-8-when-javadoc-tags-are-incomplete/22981151#22981151 Watch this space: https://jira.codehaus.org/browse/MJAVADOC-387 Kind regards, -- Sergei Ivanov П

Re[2]: [mojo-dev] [VOTE] Release JAXB2-Maven-Plugin version 2.0

2015-02-11 Thread Sergei Ivanov
@Lennart: is it a coincidence that your email signature follows the same format pattern? ;) Anyway, I agree with Anders: instead of dumping a huge multi line message into the log, can you please split it into one log statement per line? The advantages are: 1) you don't need to take care of emit

Re[2]: [mojo-dev] Disable JDK 8 JavaDoc Lint checks for test javadocs?

2015-02-11 Thread Sergei Ivanov
ward. Also, as part of the clean-up, I was able to delete the legacy mojo and plexus taglet handlers from javadoc plugin configuration. There is no need for them now, as everything is annotation-driven these days. -- Sergei > >Tuesday, 10 February 2015 17:44 +0000 from Sergei Ivanov

Re: [mojo-dev] Disable JDK 8 JavaDoc Lint checks for test javadocs?

2015-02-10 Thread Sergei Ivanov
Hi, I would argue for keeping the doclint turned on, even though I know it can cause a lot of pain. Unfortunately, doclint enforces an all-or-nothing approach, where one cannot suppress it for particular classes or methods. However, most (if not all) custom javadoc tags in maven world have alre

[mojo-dev] [jira] (MJAXB-121) XJC logging during execution of other plugins

2015-02-10 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MJAXB-121) XJC logging during execution of other plugins

2015-02-10 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MJAXB-121) XJC logging during execution of other plugins

2015-02-10 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MOJO-2067) Introduce a new NSIS toolchain and use it in nsis-maven-plugin make/compile goal

2015-02-06 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov created an issue

Re: [mojo-dev] Class 'java.util.List' cannot be instantiated...

2015-02-04 Thread Sergei Ivanov
Hi Lennart, I believe using String[] instead might do the trick. Or if the problem only manifests itself under maven2, then it would make more sense to discontinue support for maven2 instead of wasting resources on legacy platform. Kind regards, -- Sergei > >Wednesday, 4 February 2015 07:59 +

Re: [mojo-dev] Maven 3 as a minimum for a major plugin upgrade?

2015-02-04 Thread Sergei Ivanov
Hi Lennart, Yes to all three from me: it is time to move on and ditch the legacy. Kind regards, -- Sergei > >Wednesday, 4 February 2015 08:35 + from Lennart Jörelid >: >Hello all, >Since I'm in the process of performing a major upgrade to the jaxb2 plugin, >I'm contemplating setting maven

Re[2]: [mojo-dev] JAXB plugin: schemaListFileName parameter usage?

2014-12-30 Thread Sergei Ivanov
Wild guess. Could it be a workaround for a command line length limitation on Windows (and to a much lesser extent on Linux)? -- Sergei Ivanov > >Tuesday, 30 December 2014 22:00 + from Anders Hammar : >I'm fine with deprecating it. There has often been a "tradition&qu

[mojo-dev] [jira] (MFINDBUGS-205) Wrong dependency scope

2014-11-06 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MBUILDNUM-123) Support for Accurev SCM

2014-09-30 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MVERSIONS-123) Version properties inparent not picked up by e.g. display-property-updates

2014-09-30 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MVERSIONS-123) Version properties inparent not picked up by e.g. display-property-updates

2014-09-29 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MSONAR-101) Remove dev@mojo.codehaus.org from MSONAR notifications

2014-09-29 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov created an issue

[mojo-dev] [jira] (MVERSIONS-115) Missing version update inside dependency

2014-09-23 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MVERSIONS-115) Missing version update inside dependency

2014-09-22 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MVERSIONS-115) Missing version update inside dependency

2014-09-22 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov edited a comment on an issue

[mojo-dev] [jira] (MVERSIONS-115) Missing version update inside dependency

2014-09-21 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MVERSIONS-196) Switch to Maven 3.0 as minimum

2014-09-21 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MVERSIONS-267) Checking of API compatibility before updating of dependencies

2014-09-17 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

Re[2]: [mojo-dev] verify.groovy going insane?

2014-09-16 Thread Sergei Ivanov
Have you seen my patch attached to the JIRA? -- Sergei Ivanov > >Tuesday, 16 September 2014 22:17 +0100 from Jörg Hohwiller >: >Hi there, > >unfortunately there seems to be no other idea and I am lost with this. >As the result of the Mojo is correct and only groovy is nut

Re[2]: Re[2]: [mojo-dev] The Tools.jar (or equivalent dependency)

2014-09-09 Thread Sergei Ivanov
process for ajdoc, passing the generated classpath on the command line. See exec-maven-plugin:java mojo for an example of forking a new java process with a proper support for toolchains. Or, I guess, the standard javadoc-maven-plugin does a similar thing. -- Sergei Ivanov Wed, 10 Sep 2014 00

[mojo-dev] [jira] (MASPECTJ-136) Misconfigured dependencyResolution in AjcReportMojo

2014-09-09 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov created an issue

Re[2]: [mojo-dev] The Tools.jar (or equivalent dependency)

2014-09-09 Thread Sergei Ivanov
ls.jar (or equivalent) is, taking java toolchain into account if present. Then it could simply fork an ajdoc process with the newly built classpath using the right java executable (again taken from a java toolchain if present). -- Sergei Ivanov Tue, 9 Sep 2014 23:42:05 +0200 от Lennart Jörelid :

[mojo-dev] [jira] (MOJO-2042) flatten-maven-plugin: adds central repository to flattened POM

2014-09-04 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov updated an issue

[mojo-dev] [jira] (MBUILDHELPER-60) Version with build number not properly recognized as greater than version without build number.

2014-09-01 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MBUILDHELPER-60) Version with build number not properly recognized as greater than version without build number.

2014-08-31 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MNBMODULE-246) unable to use Proguard Obfuscator due to maven single phase order problem

2014-08-21 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

Re[2]: [mojo-dev] status of aspectj-maven-plugin

2014-08-19 Thread Sergei Ivanov
Hi Dan, Looks like the drive letter C: differs in case between expected and actual. You may want to change the test script to use case-insensitive comparison on windows. Regards, -- Sergei Ivanov > >Wednesday, 20 August 2014 07:26 +0100 from Dan Tran : >no problem building on linux

[mojo-dev] Re: [jira] (SONARJNKNS-204) Jenkins Sonar plugin does not use node-specific tool paths

2014-06-03 Thread Sergei Ivanov
/MavenSite for Sonar Maven Plugin. I hope that it will help to a certain extent reduce the amount of incorrectly raised issues. Kind regards, -- Sergei Ivanov Tue, 3 Jun 2014 15:51:10 -0500 (CDT) от "Julien HENRY (JIRA)" : >Julien HENRY assigned an issue to Julien HENRY >  &g

[mojo-dev] [jira] (MSONAR-76) Jenkins Sonar plugin does not use node-specific tool paths

2014-05-30 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov created an issue

Re[2]: [mojo-dev] Re: [mojo-scm] [19715] trunk/mojo/flatten-maven-plugin/src/site/xdoc/usage.xml: MOJO-2027: added documentation

2014-05-23 Thread Sergei Ivanov
etter that way:      keepOrAdd  keepIfExists  remove  ...     Kind regards, -- Sergei Ivanov Friday, 23 May 2014 23:58 +0100 from Jörg Hohwiller : Hi there, I did not get any feedback yet. Meanwhile I refactored the Mojo and invented FlattenDescriptor that can be configured like

[mojo-dev] [jira] (MWEBSTART-268) Transitive dependencies not working when using Maven 3.1.1

2014-05-22 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MNBMODULE-241) java.lang.ClassNotFoundException: org.codehaus.plexus.interpolation.ValueSource

2014-05-21 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MNBMODULE-240) building nbm project with m2 and opening in netbeans (m3 offline) fails

2014-05-21 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MNBMODULE-241) java.lang.ClassNotFoundException: org.codehaus.plexus.interpolation.ValueSource

2014-05-21 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov created an issue

Re: [mojo-dev] Fwd: How to resolve and get the right packaging type?

2014-05-14 Thread Sergei Ivanov
nProjectBuilder.buildFromRepository( projectArtifact, remoteRepositories, localRepository, true );     String type = project.getPackaging(); // this is the packaging type as declared at the top of the project POM } I hope the above works for you. Kind regards, -- Sergei Ivanov Tue, 13 May 2014

[mojo-dev] [jira] (MOJO-2030) flatten-maven-plugin overrides basedir and sets it to target/, so src/site/site.xml is not used and any documentation beneath src/site is not rendered

2014-05-13 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

Re[2]: [mojo-dev] flatten-maven-plugin last steps towards release

2014-04-08 Thread Sergei Ivanov
(dictated by nbm-maven-plugin), but the projects are built for both java 6 and 7. +1 for ditching java5 support -- Sergei Ivanov Tuesday, 8 April 2014 07:20 +0100 from Anders Hammar : I'd say it's up to you as the developer to decide on java requirement. Personally I would ditch java

[mojo-dev] [jira] (MEXEC-128) Plugin does not find EXE on customized toolchain path

2014-02-22 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MEXEC-128) Plugin does not find EXE on customized toolchain path

2014-02-20 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MEXEC-128) Plugin does not find EXE on customized toolchain path

2014-02-20 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

[mojo-dev] [jira] (MEXEC-128) Plugin does not find EXE on customized toolchain path

2014-02-19 Thread Sergei Ivanov (JIRA)
Title: Message Title Sergei Ivanov commented on an issue

Re: [mojo-dev] New plugin proposal: protobuf-maven-plugin

2014-01-28 Thread Sergei Ivanov
Hello, Due to an apparent lack of interest, I am afraid I'll have to drop the idea of hosting the plugin at CodeHaus Mojo. Sorry for bothering you. Kind regards, -- Sergei Ivanov Среда, 15 января 2014, 3:02 +04:00 от Sergei Ivanov : >Hello, > >I have been maintaining a fork of

[mojo-dev] [jira] (MVERSIONS-248) update-properties in parent pom of multi-module

2014-01-23 Thread Sergei Ivanov (JIRA)
Sergei Ivanov

Re[2]: [mojo-dev] how to write IT tests

2014-01-21 Thread Sergei Ivanov
mainly for performance reasons, because it may take quite a few minutes to go through a reasonably large suite of Invoker integration tests. The run-its profile is always auto-activated during plugin release though. Kind regards, -- Sergei Ivanov Среда, 22 января 2014, 7:03 +08:00 от "B. K.

[mojo-dev] [jira] (MOJO-2005) Make properties read with properties-maven-plugin available to other plugins

2014-01-20 Thread Sergei Ivanov (JIRA)
Sergei Ivanov

Re: [mojo-dev] Re: New plugin proposal: protobuf-maven-plugin

2014-01-16 Thread Sergei Ivanov
, -- Sergei Ivanov Thursday, 16 January 2014 10:45 + from khmarbaise : Hi, you just want to get to codehaus to get on Maven Central ? Or do i misunderstand a thing. There is no need to get to codeaus if you just want to get into Maven Central. Just follow this guide: https://docs.sonatype.org

[mojo-dev] New plugin proposal: protobuf-maven-plugin

2014-01-14 Thread Sergei Ivanov
the plugin in production environment (mission-critical finance applications) for the last two years or so. The current home for the plugin is: http://sergei-ivanov.github.io/maven-protoc-plugin/ (Plugin Documentation) https://github.com/sergei-ivanov/maven-protoc-plugin (Git repo) The proposed

[mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plugin:3.12 requires JDK 1.7 to run

2014-01-14 Thread Sergei Ivanov (JIRA)
Sergei Ivanov

[mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plugin:3.12 requires JDK 1.7 to run

2014-01-07 Thread Sergei Ivanov (JIRA)
Sergei Ivanov

[mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plugin:3.12 requires JDK 1.7 to run

2014-01-06 Thread Sergei Ivanov (JIRA)
Sergei Ivanov

[mojo-dev] [jira] (MNBMODULE-232) nbm-maven-plugin:3.12 requires JDK 1.7 to run

2014-01-06 Thread Sergei Ivanov (JIRA)
Beans Module Maven Plugin Priority: Major Reporter: Sergei I

[mojo-dev] [jira] (MVERSIONS-205) Regression: NPE in 'display-plugin-updates' goal when bound to 'verify' phase

2012-12-27 Thread Sergei Ivanov (JIRA)
, family: "windows" Project: Maven 2.x Versions Plugin Priority:

[mojo-dev] [jira] (MWEBSTART-200) Allow to pass arbitrary properties into velocity template for JNLP file

2012-08-17 Thread Sergei Ivanov (JIRA)
Sergei Ivanov

[mojo-dev] [jira] (MWEBSTART-200) Allow to pass arbitrary properties into velocity template for JNLP file

2012-08-17 Thread Sergei Ivanov (JIRA)
t Plugin Priority:

[mojo-dev] [jira] Commented: (MCOBERTURA-75) Ability to skip execution

2011-01-31 Thread Sergei Ivanov (JIRA)
[ http://jira.codehaus.org/browse/MCOBERTURA-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=253653#action_253653 ] Sergei Ivanov commented on MCOBERTURA-75: - @Gayathri: it's not currently possib

[mojo-dev] [jira] Commented: (MEMMA-14) Add 'skip' property to suppress mojo execution

2010-05-24 Thread Sergei Ivanov (JIRA)
[ http://jira.codehaus.org/browse/MEMMA-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=222472#action_222472 ] Sergei Ivanov commented on MEMMA-14: Please see MCOBERTURA-75 for implementation details. &

[mojo-dev] [jira] Commented: (MCOBERTURA-75) Ability to skip execution

2010-05-17 Thread Sergei Ivanov (JIRA)
[ http://jira.codehaus.org/browse/MCOBERTURA-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=221524#action_221524 ] Sergei Ivanov commented on MCOBERTURA-75: - log entry in skipMojo() seems to be mislea

[mojo-dev] [jira] Commented: (MCOBERTURA-75) Ability to skip execution

2010-05-13 Thread Sergei Ivanov (JIRA)
[ http://jira.codehaus.org/browse/MCOBERTURA-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=221151#action_221151 ] Sergei Ivanov commented on MCOBERTURA-75: - I think there are two separate issues b

[mojo-dev] [jira] Created: (MCOBERTURA-125) Cobertura reporting plugin does not co-exist with Emma plugin

2010-05-13 Thread Sergei Ivanov (JIRA)
Apache Maven 2.2.1 (r801777; 2009-08-06 20:16:01+0100) Java version: 1.6.0_20 Default locale: en_GB, platform encoding: Cp1252 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" Reporter: Sergei Ivanov When Cobertura plugin is

[mojo-dev] [jira] Created: (MEMMA-14) Add 'skip' property to suppress mojo execution

2010-04-20 Thread Sergei Ivanov (JIRA)
Add 'skip' property to suppress mojo execution -- Key: MEMMA-14 URL: http://jira.codehaus.org/browse/MEMMA-14 Project: Mojo EMMA Plugin Issue Type: New Feature Reporter: Ser