Re: Using POJO Tests: setUp() and tearDown() methods

2018-09-28 Thread Bruce Alspaugh
not provide functionnalities to replace a unit test framework. Unfortunately it does not help you that much on this POJO test topic. Matthieu On Fri, Sep 28, 2018 at 6:04 AM Bruce Alspaugh wrote: I was using Surefire's ability to run POJO tests as described here: https://maven.apache.org/surefire

Using POJO Tests: setUp() and tearDown() methods

2018-09-27 Thread Bruce Alspaugh
I was using Surefire's ability to run POJO tests as described here: https://maven.apache.org/surefire/maven-surefire-plugin/examples/pojo-test.html I noticed my setUp() and tearDown() methods were not being called. However, when I make those methods static they are called. I didn't see a

Project Jigsaw Multi-module Compilation

2018-09-22 Thread Bruce Alspaugh
The quick-start guide for project Jigsaw describes how to compile multiple Java 9 modules with one javac command: http://openjdk.java.net/projects/jigsaw/quick-start How do I configure Maven to do that rather than compile each module separately? Bruce

Assembly Plugin: Indexing a jar with dependencies

2010-01-19 Thread Bruce Alspaugh
I have successfully used the assembly plugin to create an executable jar with dependencies as explained here: http://www.sonatype.com/people/2009/08/how-to-make-an-executable-jar-in-maven/ The jar plugin has an option that will index the jar to speed up classloading. I have not been able to

Multimodule code coverage report

2007-09-24 Thread Bruce Alspaugh
I'm having some trouble using the 2.0 version of the Cobertura plugin for a multiple module build. I configured the reporting section of my top level POM to generate a Cobertura report as part of my website. What it does is to generate reports for each of the modules below it, but I don't

Javadoc in an assembly

2007-09-12 Thread Bruce Alspaugh
I am able to generate Javadoc as part of the website generation for my multiple module project with no problems, but when I try to include Javadoc in my assembly I run into problems. When I type mvn javadoc:jar Maven will say No goals needed for project - skipping for each of my modules.

Rulesets on PMD Site Report

2007-08-15 Thread Bruce Alspaugh
Is there a way to configure the PMD site report to show which rulesets were used to check your source code? Bruce - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Rulesets on PMD site report

2007-08-15 Thread Bruce Alspaugh
Is there a way to configure the PMD site report to show which rulesets were used to check the source code? Bruce - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]