Skip to content

Commit

Permalink
Added DOT generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 30, 2014
1 parent 6bc8319 commit 16c555b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion addon/pom.xml
Expand Up @@ -52,7 +52,7 @@
<classifier>forge-addon</classifier>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.jboss.forge.furnace.container</groupId>
<artifactId>cdi</artifactId>
Expand All @@ -79,6 +79,22 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jboss.forge.furnace</groupId>
<artifactId>furnace-maven-plugin</artifactId>
<executions>
<execution>
<id>generate-dot</id>
<phase>prepare-package</phase>
<goals>
<goal>generate-dot</goal>
</goals>
<configuration>
<attach>true</attach>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 16c555b

Please sign in to comment.