Answer the question
In order to leave comments, you need to log in
In pom.xml use JSTL ${versions.wildfly}?
Hello, reading articles I often see that the following syntax is used in the pom.xml file
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
<version>${versions.wildfly}</version>
<scope>test</scope>
</dependency>
</dependencies>
and I can’t understand is it used for an example like substitute the version itself, or is it using EL? Answer the question
In order to leave comments, you need to log in
well, kroch, in the same place, in the memento, there is a properties section where you can set values and drag them around
why, for example
<properties>
<java.version>1.8</java.version>
<hibernate.version>4.3.5.Final</hibernate.version>
<log4j.version>2.6</log4j.version>
</properties>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question