You have 2 solutions, Using maven plugin Javadoc with
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<header><b>test test</b></header>
</configuration>
</plugin>
</plugins>
</reporting>
you change my "test test" with your google analytics script and don't forget to change < with < and > with >
and then you call
mvn clean javadoc:javadoc
or using the old method http://docs.oracle.com/javase/1.4.2/docs/tooldocs/windows/javadoc.html#header with your html script