Skip to content

Instantly share code, notes, and snippets.

@behrangsa
Created June 4, 2014 02:17
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 behrangsa/98a8d552856f5052cb49 to your computer and use it in GitHub Desktop.
Save behrangsa/98a8d552856f5052cb49 to your computer and use it in GitHub Desktop.
Content Package Plugin
<plugin>
<groupId>org.apache.sling</groupId>
<artifactId>maven-sling-plugin</artifactId>
<version>2.1.0</version>
<configuration>
<user>${crx.username}</user>
<password>${crx.password}</password>
</configuration>
</plugin>
<plugin>
<groupId>com.day.jcr.vault</groupId>
<artifactId>content-package-maven-plugin</artifactId>
<version>0.0.20</version>
<extensions>true</extensions>
<configuration>
<failOnError>true</failOnError>
<userId>${crx.username}</userId>
<password>${crx.password}</password>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment