Anyone know how to get HTML output from the maven-changelog-plugin?
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
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
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
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:
>
&
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
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