Skip to content

Commit

Permalink
Comment out plug-in goal that currently breaks the build
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Thomas <markt@apache.org>
  • Loading branch information
markt-asf committed Sep 18, 2018
1 parent 18954af commit 2f777da
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion api/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@

<build>
<plugins>
<!--
Commented out as this plug-in currently breaks the build due to
a hard-coded requirement that the groupId starts with javax.
See #266
-->
<plugin>
<groupId>org.glassfish.build</groupId>
<artifactId>spec-version-maven-plugin</artifactId>
Expand All @@ -52,12 +57,17 @@
<execution>
<goals>
<goal>set-spec-properties</goal>
<!--
Disable the check as it currently because the
groupId does not start with javax. See #266
-->
<!--
<goal>check-module</goal>
-->
</goals>
</execution>
</executions>
</plugin>

<!--
This plugin is reponsible for packaging artifacts
as OSGi bundles. Please refer to
Expand Down

0 comments on commit 2f777da

Please sign in to comment.