Community
Participate
Working Groups
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# This file does not need to be translated.
0=@build@
0=${buildId}
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>update-branding-plugins</id>
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>process-resources</phase>
<configuration>
<tasks>
<replace file="about.mappings" token="@build@" value="${buildId}"/>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</profile>
</profiles>
</project>
-