jasypt / jasypt

Jasypt (Java Simplified Encryption) is a java library which allows the developer to add basic encryption capabilities to his/her projects with minimum effort, and without the need of having deep knowledge on how cryptography works.
http://www.jasypt.org/
Apache License 2.0
414 stars 100 forks source link

Amend JAR MANIFEST.MF to support OSGi deployments #1

Open lichtin opened 5 years ago

lichtin commented 5 years ago

Would it be possible to add support for OSGi? It simply means running a plugin as part of the build process, to amend the MANIFEST.MF

      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>3.5.1</version>
      </plugin>
Gmugra commented 3 years ago

I also need it! so +1 for the request. and also for the "lite" version.