Fixes #1007.
This commit is contained in:
parent
fc20027da3
commit
0dae6359ec
|
@ -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>
|
||||
|
|
|
@ -91,7 +91,6 @@
|
|||
<configuration>
|
||||
<minimizeJar>false</minimizeJar>
|
||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||
<!--<createSourcesJar>true</createSourcesJar>-->
|
||||
<shadedArtifactAttached>true</shadedArtifactAttached>
|
||||
<shadedClassifierName>complete</shadedClassifierName>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue