This commit is contained in:
parrt 2016-12-10 18:29:09 -08:00
parent fc20027da3
commit 0dae6359ec
2 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,7 @@
</execution>
</executions>
</plugin>
<plugin>
<plugin> <!-- run dot on the images used by PredictionContext.java -->
<groupId>us.bryon</groupId>
<artifactId>graphviz-maven-plugin</artifactId>
<version>1.0</version>

View File

@ -91,7 +91,6 @@
<configuration>
<minimizeJar>false</minimizeJar>
<createDependencyReducedPom>false</createDependencyReducedPom>
<!--<createSourcesJar>true</createSourcesJar>-->
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>complete</shadedClassifierName>
</configuration>