sanger-pathogens / Artemis

Artemis is a free genome viewer and annotation tool that allows visualization of sequence features and the results of analyses within the context of the sequence, and its six-frame translation
http://sanger-pathogens.github.io/Artemis
Other
236 stars 76 forks source link

Second definition of surefire argLine erases the first one #332

Closed pgrt closed 2 years ago

pgrt commented 2 years ago

Hi,

Starting from version 18.2.0, I see, in pom.xml:

@{surefireArgLine} -Dlog4j.configurationFile=file:${project.build.testOutputDirectory}/log4j.properties

in the definition of the properties of the surefire plugin. Yet, by doing so, the second definition erases the first one, so that the whole @{surefireArgLine} is skipped.

Using

@{surefireArgLine} -Dlog4j.configurationFile=file:${project.build.testOutputDirectory}/log4j.properties

instead fixes this.

Regards,

Pierre

kpepper commented 2 years ago

This is now fixed in master so closing the issue. Thanks for raising.