Stefano Lenzi wrote:
Richard S. Hall wrote:
I was getting an error when I would build the trunk and I tracked it
down to the Maven extension bug...some bundles were getting installed
into the repo with an "osgi-bundle" extension rather than "jar".
Since this error was happening when building the example bundles, I
decided to quickly convert all example bundles to use
maven-bundle-plugin; I just committed this change and now everything
builds for me.
It appears that the following sub-projects are using the old plugin:
* ./jmood/pom.xml
* ./jmxintrospector/pom.xml
* ./mishell/pom.xml
* ./upnp.basedriver/pom.xml
* ./upnp.extra/pom.xml
* ./upnp.sample.clock/pom.xml
* ./upnp.sample.binaryLight/pom.xml
* ./upnp.sample.tv/pom.xml
* ./upnp.tester/pom.xml
It would be great to get these converted too, so we can clean up our
pom files to get rid of all plugin profiles...
+1
I'm have already done it locally for all the upnp.* projects, I'm tesing
the changes I'll commit them before the end of the week.
I've just committed all the UPnP project modified as planned. I'm also
thinking to move all the UPnP project in a subfolder.
-> richard