On Thu, Aug 18, 2011 at 3:10 PM, Richard S. Hall <[email protected]>wrote:

> On 8/18/11 6:51, Erik Brakkee wrote:
>
>> Hi,
>>
>> I am creating a bundle using<packaging>bundle</**packaging>
>> and
>>
>>  <build>
>>         <plugins>
>>             <plugin>
>>                 <groupId>org.apache.felix</**groupId>
>>                 <artifactId>maven-bundle-**plugin</artifactId>
>>                 <extensions>true</extensions>
>>                 <configuration>
>>                     <instructions>
>>
>> <Bundle-SymbolicName>${pom.**groupId}.${pom.artifactId}</**
>> Bundle-SymbolicName>
>>
>> <Embed-Dependency>*;scope=**compile|runtime</Embed-**Dependency>
>>                         <Embed-Directory>lib</Embed-**Directory>
>>                     </instructions>
>>                 </configuration>
>>             </plugin>
>>         </plugins>
>>     </build>
>>
>> This puts the libraries in the lib directory of the bundle. Now, I would
>> like to put the classes in a "classes" directory of the bundle. Is this
>> possible? Could not find it in the documentation.
>>
>
> Yes.
>
> -> richard
>

But how then? Is there documention describing this?


>
>
>> Cheers
>>   Erik
>>
>>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@felix.**apache.org<[email protected]>
> For additional commands, e-mail: [email protected]
>
>

Reply via email to