Skip to content

Commit

Permalink
Remove features.xml and related config in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Nov 18, 2021
1 parent aca92c2 commit 3f38b7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
17 changes: 0 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,23 +244,6 @@
<goal>reserve-network-port</goal>
</goals>
</execution>

<execution>
<id>attach-artifacts</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>target/classes/features.xml</file>
<type>xml</type>
<classifier>features</classifier>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>

Expand Down
24 changes: 0 additions & 24 deletions src/main/resources/features.xml

This file was deleted.

0 comments on commit 3f38b7f

Please sign in to comment.