Merge pull request #12 from kemitix/11-remove-digraph-dependency-maven-plugin
Remove digraph-dependency-maven-plugin [#11]
This commit is contained in:
commit
e9e5c7cd0e
1 changed files with 0 additions and 17 deletions
17
pom.xml
17
pom.xml
|
@ -326,23 +326,6 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin><!-- highwheel-maven -->
|
||||
|
||||
<plugin>
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>digraph-dependency-maven-plugin</artifactId>
|
||||
<version>0.1.2</version>
|
||||
<configuration>
|
||||
<basePackage>net.kemitix</basePackage>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>validate</phase>
|
||||
<goals>
|
||||
<goal>digraph</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin><!-- digraph-dependency-maven-plugin -->
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
Loading…
Reference in a new issue