Hi, from my project I want to generate an executable jar file. I use java 1.4 on windows.
As described in the plugin documentation my pom containes the following: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.4</source> <target>1.4</target> </configuration> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptorRefs> <descriptorRef>jar-with-dependencies</descriptorRef> </descriptorRefs> </configuration> </plugin> It collects all libraries, the project is depending on (thats good!) and the java runtime libraries e.g.: COM.rsa.asn1.SunJSSE_b0.class ... The package starts with capital "COM."! All further packages starting with standard lower letter names as "com.sun.mail...." are converted to "COM.sun.mail..."! Probably this is, why windows file system doesnt distinguish. Is this a bug? Is there a work around? Can I exclude all "COM."-packages? Thx for help Holger Schoenen ****************************** Disclaimer: Diese E-Mail kann vertrauliche und/oder rechtlich geschuetzte Informationen enthalten. Wenn Sie nicht der beabsichtigte Empfänger sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender telefonisch oder per E-Mail und loeschen Sie diese E-Mail aus Ihrem System. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. Wir haften nicht für die Unversehrtheit von E-Mails, nachdem sie unseren Einflussbereich verlassen haben. Disclaimer: This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately by call or e-mail and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden. We are not responsible for the integrity of e-mails after they have left our sphere of control. ****************************** sds business services GmbH Stinnes-Platz 1 45472 Muelheim an der Ruhr Amtsgericht Duisburg, HRB 18564 Geschaeftsfuehrer: Dr. Bodo Roiko (Vorsitzender) Albrecht Held Bernhard Wildt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]