Simples Assim

Customizing the Import-Package Header in Apache Felix Maven Bundle Plugin 2.3.5

leave a comment »

You can replace it, but not append to it.

<plugin>
  <groupId>org.apache.felix</groupId>
  <artifactId>maven-bundle-plugin</artifactId>
  <version>2.3.5</version>
  <extensions>true</extensions>
  <configuration>
    <instructions>
      <Import-Package>br.eti.fernandoribeiro</Import-Package>
    </instructions>
  </configuration>
</plugin>

Thanks to Igor for the original post.

Advertisement

Written by Fernando Ribeiro

January 25, 2010 at 4:20 pm

Posted in Software

Tagged with , ,

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 781 other followers