main:
parentBuild:
prepare:
[available] DEPRECATED - <available> used to override an existing property.
[available] Build file should not reuse the same property name for different values.
build:
That looks like an ant thing, so it's related to build.xml. I see <available> tags there in a lot of places.
It's there in 1.2.17, too:
prepare:
[available] DEPRECATED - <available> used to override an existing property.
[available] Build file should not reuse the same property name for different values.
[mkdir] Created dir: /Users/janke/repos/slf4m-jankalog/src/opp/opp-munged/log4j-1.2.17/tests/classes
In
mvn2 site
in my log4j 1.2.15:That looks like an ant thing, so it's related to
build.xml
. I see<available>
tags there in a lot of places.It's there in 1.2.17, too:
References