Commit 9a007353 by Jessica Hawkwell

This should fix issues.

1 parent 0c8af169
Pipeline #121 passed
in 56 seconds
Showing with 6 additions and 1 deletions
......@@ -21,7 +21,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<rev>${GIT-REV}</rev>
<rev>${git-rev}</rev>
<tag>master</tag>
</properties>
......@@ -142,6 +142,11 @@
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<executions>
<execution>
<id>attach-javadoc</id>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!