Skip to content

Commit

Permalink
Some benchmark refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
JHilty committed Jul 24, 2019
1 parent 876eb13 commit ee70fd5
Show file tree
Hide file tree
Showing 2 changed files with 1,345 additions and 1,322 deletions.
17 changes: 17 additions & 0 deletions ecj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,23 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<show>private</show>
<overview>file:///${project.basedir}/docs</overview>
</configuration>
<executions>
<execution>
<goals>
<goal>javadoc</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Loading

0 comments on commit ee70fd5

Please sign in to comment.