Хабр Курсы для всех
РЕКЛАМА
Большая витрина: от крупнейших школ до частных авторов. Сравнивайте по цене, длительности, формату и выбирайте самый подходящий курс!
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<id>mercurial-revision</id>
<phase>validate</phase>
<goals>
<goal>exec</goal>
</goals>
</execution>
</executions>
<configuration>
<executable>hg</executable>
<arguments>
<argument>id</argument>
</arguments>
<outputFile>${basedir}/src/main/webapp/static/revision.txt</outputFile>
</configuration>
</plugin>
От велосипеда к Maven