Skip to content

Instantly share code, notes, and snippets.

@paulparkinson
Last active September 13, 2019 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulparkinson/3cc2fa5108dc0e0313dca5519b6d0a41 to your computer and use it in GitHub Desktop.
Save paulparkinson/3cc2fa5108dc0e0313dca5519b6d0a41 to your computer and use it in GitHub Desktop.
LRA participant annotation checker: pom
<plugin>
<groupId>org.jboss.narayana.rts</groupId>
<artifactId>lra-annotation-checker-maven-plugin</artifactId>
<version>${narayana.lra.version}</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment