maven-bundle-plugin exporting packages only in resources

View: New views
2 Messages — Rating Filter:   Alert me  

maven-bundle-plugin exporting packages only in resources

by Reto Bachmann-Gmür-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello

I've noticed that the maven-bundle-plugin by default also export
packages only available in the resources-tree of a project (which do not
contain any class-file). Is there any use in doing so?

Cheers,
reto

--
Reto Bachmann-Gmür
trialox.org
Tel: +41445005015



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: maven-bundle-plugin exporting packages only in resources

by Stuart McCulloch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/10/12 Reto Bachmann-Gmür <reto.bachmann@...>

> Hello
>
> I've noticed that the maven-bundle-plugin by default also export
> packages only available in the resources-tree of a project (which do not
> contain any class-file). Is there any use in doing so?
>

resource and class loading are closely related, so you can hide or export
resource packages just like class packages


> Cheers,
> reto
>
> --
> Reto Bachmann-Gmür
> trialox.org
> Tel: +41445005015
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>

--
Cheers, Stuart