> -----Original Message-----
> From: Richard S. Hall [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 25, 2005 9:36 AM
> To: [email protected]
> Subject: Re: Maven-2 OSGi plugin
>
> Speaking of package names, I have started to go through and
> rename some packages in the Oscar source code. For example:
>
> org.ungoverned ==> org.apache.osgi
> org.ungoverned.oscar ==> org.apache.osgi.framework
>
> The two above substitutions will pretty much tell you how
> every package is renamed in the current Oscar 2.0 code.
>
> I expect at some time we will also have:
>
> org.apache.osgi.service
> org.apache.osgi.bundle
>
> Which will contain service definitions and bundle
> implementations, respectively.
>
For tools, may I suggest a general package notation of something like:
org.apache.osgi.tools
I suppose this would include not only artifacts like build tool plugins,
but also IDE plugins and other peripherals like these.
And for the maven plugin, I suggest:
org.apache.osgi.tools.maven.plugin
Thoughts?
/timothy