I'm using webstart-1.0-beta-4.pom to generate jars and jnlp-file for my
project.
I've added
<updatedManifestEntries>
<Trusted-Library>true</Trusted-Library>
<Permissions>all-permissions</Permissions>
<Codebase>*</Codebase>
</updatedManifestEntries>
to
<build> ... <plugins> ... <plugin> ... <configuration>
but the resulting MANIFEST.MF still doesn't have these attributes. (I've
tried to manually add a META-INF/MANIFEST.MF to my project, but it gets
overwritten by maven.) Any idea how to solve this?
best regards,
Andreas Lundblad