Skip to content

Commit

Permalink
Removes smartics plugin to allow building
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 committed Jul 12, 2021
1 parent 2ec2b47 commit 0005e74
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,30 +148,6 @@
<skip>false</skip>
</configuration>
</plugin>
<plugin>
<groupId>de.smartics.maven.plugin</groupId>
<artifactId>smartics-jboss-modules-maven-plugin</artifactId>
<version>2.1.5</version>
<executions>
<execution>
<id>create-modules-archive</id>
<goals>
<goal>create-modules-archive</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
<configuration>
<slotStrategy>main</slotStrategy>
<defaultSlot>main</defaultSlot>
<attach>true</attach>
<dependencyExcludes>
<exclude>
<groupId>com.github.spotbugs</groupId>
</exclude>
</dependencyExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
Expand Down

0 comments on commit 0005e74

Please sign in to comment.