Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Evgeniel , please start with a small pom.xml in your hundred profiles and all are active. use for echo
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>${maven-antrun-plugin.version}</version>
<executions>
<execution>
<phase>generate-resources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<echo>Displaying value of 'something' property</echo>
<echo>[something]: ${something}</echo>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question