Hi Thorsten,

these are my demendencies:
  <dependencies>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.13</version>
    </dependency>
    <dependency>
      <groupId>javax.j2ee</groupId>
      <artifactId>j2ee</artifactId>
      <version>1.3.1</version>
    </dependency>
    <dependency>
      <groupId>poi</groupId>
      <artifactId>poi-2.5.1-final</artifactId>
      <version>20040804</version>
    </dependency>
    <dependency>
      <groupId>struts</groupId>
      <artifactId>struts</artifactId>
      <version>1.2.8</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
My be, it is implicite. I have tried it with Java 1.5 too - same result!
(But I nead java 1.4 as it has to run on an old NT machine.)
But should be possible, to mask out or exclude the COM.-classes?

cheers
Holger

-----Original Message-----
From: Thorsten Heit [mailto:[EMAIL PROTECTED]
Sent: Friday, March 02, 2007 4:05 PM
To: Maven Users List
Subject: Re: maven-assembly-plugin converts com.xxx - packages to
COM.xxx - packages


Hi Holger,

> 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.

AFAIK the package COM.rsa.... comes from a standalone JSSE release that was
optional for older JDKs; it is contained in the standard JDK/JRE at least
since 1.4.

Have you checked whether you have a dependency to this package somewhere in
your build?


Cheers

Thorsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

******************************

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]

Reply via email to