Skip to content

Instantly share code, notes, and snippets.

@adamcin
Last active July 18, 2019 18:55
Show Gist options
  • Save adamcin/7a12bf7a69b1cf878e3c80e9e5c9b7b2 to your computer and use it in GitHub Desktop.
Save adamcin/7a12bf7a69b1cf878e3c80e9e5c9b7b2 to your computer and use it in GitHub Desktop.
oakpal-usage
<plugin>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal-maven-plugin</artifactId>
<version>1.3.1</version>
<configuration>
<checklists>
<checklist>basic</checklist>
<checklist>acs-commons-integrators</checklist>
<checklist>content-class-aem65</checklist>
</checklists>
</configuration>
<dependencies>
<dependency>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons-oakpal-checks</artifactId>
<version>4.2.2</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>
<goal>scan</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment