Skip to content

Commit

Permalink
Add GA id in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0ffrey committed Feb 25, 2015
1 parent c3866b5 commit f9cf7a8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions optaplanner-docs/pom.xml
Expand Up @@ -22,6 +22,23 @@
This module builds the documentation.
</description>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
<configuration>
<options>
<transformerParameters>
<html.googleAnalyticsId>UA-39485370-1</html.googleAnalyticsId>
</transformerParameters>
</options>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
<profile>
Expand Down

0 comments on commit f9cf7a8

Please sign in to comment.