What exactly do you mean? Where do you want to specify artifact names?

Denis Bessmertniy schrieb:
And can I specify someway not jar file names, but artifact names?
-----Original Message-----
From: Denis Bessmertniy [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 2:16 PM
To: 'Maven Users List'
Subject: RE: Generating manifest file

Why it is not well documented. I can see only archive option. But what does
it mean for me, if I'm newbie?

-----Original Message-----
From: Tim Kettler [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 25, 2007 2:10 PM
To: Maven Users List
Subject: Re: Generating manifest file

Hi,

the ejb-plugin accepts the same <archive/> configuration as the jar-plugin:

   <plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-ejb-plugin</artifactId>
     <configuration>
       <archive>
         <manifest>
           <addClasspath>true</addClasspath>
         </manifest>
       </archive>
     </configuration>
   </plugin>

-Tim

Denis Bessmertniy schrieb:
Hi folks,

I have artifact with packaging <packaging>ejb</packaging>. I need to add Class-path entries to generated manifest.mf file. How I may do it?
As I understand I may do it with maven-jar-plugin, but I have ejb
packaging.
May you help me with example, please.
Thnx)


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


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


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


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


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

Reply via email to