]
Dan Berindei updated ISPN-12125:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
IntelliJ copies infinispan-version.properties without filtering
---------------------------------------------------------------
Key: ISPN-12125
URL:
https://issues.redhat.com/browse/ISPN-12125
Project: Infinispan
Issue Type: Bug
Components: Build
Affects Versions: 11.0.1.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Minor
Fix For: 12.0.0.Final
Sometimes IntelliJ fails to replace the properties in {{infinispan-version.properties}}
when the {{Build}} task runs before a test. It always replaces the properties file,
though, so the test will fail to start with an assertion in {{Version.java:66}}.
It seems to be connected to {{commons/all/pom.xml}} having a duplicate
{{resource/filter=true}} element, but I was not able to reproduce the problem or to fix it
consistently.
[
https://youtrack.jetbrains.com/issue/IDEA-245995]