diff --git a/MvnDemo/pom.xml b/MvnDemo/pom.xml index 6a86489..df9f3d4 100644 --- a/MvnDemo/pom.xml +++ b/MvnDemo/pom.xml @@ -113,14 +113,15 @@ ${project.build.finalName}-protected.jar true - -keep public class de.hs_mannheim.informatik.mvn.Main { + + -keep class !de.hs_mannheim.informatik.** { *; } + + -keep public class de.hs_mannheim.informatik.mvn.Main { public static void main(java.lang.String[]); } - - -keepclassmembers enum * { - public static **[] values(); - public static ** valueOf(java.lang.String); - } + + -keepattributes *Annotation* + -keepattributes Signature