Hello Enrique,

Just starting to experiment with the M2, OSGi, and Felix and just
checked out the latest code. 

Please update the maven-osgi-plugin-howto.txt to reflect the corrected
POM elements you noted in your email. (Small nit that may save someone
effort in the future.)


thanks,

John

Enrique Rodriguez wrote:
> >   ...
> >   <build>
> >     <plugins>
> >       <plugin>
> >         <groupId>org.apache.maven.plugins</groupId>
> >         <artifactId>maven-osgi-plugin</artifactId>
> >         <extensions>true</extensions>
> 
> I got that groupId wrong from a cut-n-paste.  Please use 
> org.apache.felix.plugins, which I think makes sense.  Let me know otherwise:
> 
>        <plugin>
>          <groupId>org.apache.felix.plugins</groupId>
>          <artifactId>maven-osgi-plugin</artifactId>
>          <extensions>true</extensions>
>          <version>0.3.0</version>
>          ...
> 

Reply via email to