Maven changelog plugin HTML output?

2014-03-18 Thread Todd Chapman
Anyone know how to get HTML output from the maven-changelog-plugin?

Maven user-defined properties inside plugin configuration.

2014-01-23 Thread Todd Chapman
Hi, I'm using Maven properties inside a .properties file: $ cat test/Platform.properties client.identifier=${test.client.identifier} client.environment.code=${test.client.environment} admin.environment.code=${test.admin.environment} admin.environment.xml=${test.admin.environment.xml} I'm trying

Re: Excluding a submodule from package/install phases.

2014-01-22 Thread Todd Chapman
excludes the "my-eclipse-specific-module" module completely from the > command-line build. > > If you aren't using Eclipse, perhaps your IDE sets a similar property. > > Regards, > Curtis > > > On Tue, Jan 21, 2014 at 10:52 AM, Todd Chapman wrote: > > &g

Excluding a submodule from package/install phases.

2014-01-21 Thread Todd Chapman
Hello, In our multi-module project we have one module that is only used for development in our IDE. Is there a way to configure this project so that it is always excluded from package phase? Thanks, -Todd

Re: Running cleanup code after tests in multi-module project.

2014-01-13 Thread Todd Chapman
with situation I have now. Thanks! -Todd On Mon, Jan 13, 2014 at 2:48 PM, Anders Hammar wrote: > IMO each Maven project should be independent, even test projects. So there > should be cleanup code in each module. > > > On Fri, Jan 10, 2014 at 10:59 PM, Todd Chapman wrote: > &

Running cleanup code after tests in multi-module project.

2014-01-10 Thread Todd Chapman
What is the best way to run cleanup code after testing a multi-module project? Basically, post-integration-test for the entire reactor. Is the best way to create another module that is last to run in the reactor order? Thanks! -Todd

Need advice automating a Java test suite.

2014-01-08 Thread Todd Chapman
Hello, We have a java multi-module project that has a somewhat painful to run test suite that I would like to get under control using Maven. Currently it takes 5 separate Maven commands to setup, run, and teardown all the tests and test databases. I'd like to get this down to one command. Also I