Skip to content

Instantly share code, notes, and snippets.

@sabbarmehdi
Last active July 16, 2021 15:19
Show Gist options
  • Save sabbarmehdi/b2fc0ebf6d0a7b618b12098b25f58cdd to your computer and use it in GitHub Desktop.
Save sabbarmehdi/b2fc0ebf6d0a7b618b12098b25f58cdd to your computer and use it in GitHub Desktop.
Jasypt encrepty plugin
<build>
<plugins>
...
<plugin>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-maven-plugin</artifactId>
<version>3.0.3</version>
</plugin>
</plugins>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment