No need to run dot when compiling antlr4-annotations

This commit is contained in:
Sam Harwell 2014-01-22 21:30:47 -06:00
parent 741af63bee
commit 416a92ef02
1 changed files with 0 additions and 27 deletions

View File

@ -15,33 +15,6 @@
<name>ANTLR 4 Runtime Annotations</name>
<description>A set of annotations used within the ANTLR 4 Runtime</description>
<profiles>
<profile>
<id>sonatype-oss-release</id>
<build>
<plugins>
<plugin>
<groupId>us.bryon</groupId>
<artifactId>graphviz-maven-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<goals>
<goal>dot</goal>
</goals>
<configuration>
<dot>${dot.path}</dot>
<destdir>${project.build.directory}/apidocs</destdir>
<output>svg</output>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>