Skip to content

Commit

Permalink
Removed unused plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tsegismont committed Aug 12, 2015
1 parent 0094ae7 commit 7df302a
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions api/metrics-api-jaxrs-1.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,28 +181,6 @@
</configuration>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.3.2</version>
<executions>
<execution>
<goals>
<goal>exec</goal>
</goals>
</execution>
</executions>
<configuration>
<executable>java</executable>
<arguments>
<!-- argument>-Dssl</argument-->
<argument>-classpath</argument>
<classpath/>
<argument>org.hawkular.metrics.api.undertow.MainServer</argument>
</arguments>
</configuration>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit 7df302a

Please sign in to comment.