OK

Given: 

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>examples</groupId>
  <artifactId>my-app</artifactId>
  <packaging>bundle</packaging>
  <version>1.0-SNAPSHOT</version>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>2.0.0</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>

This will fail: 
 mvn help:describe -Dcmd=install

I don't see why it should.  With any number of other plugins that command
works fine.
FWIW, if the packaging element is removed, it works.





Grey wrote:
> 
> OK, I thought I had semi-narrowed it down to the bundle plugin but now I
> see that is not the case.  Its something I'm doing on my end.
> 
> Need more research.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Probblem-with-maven-bundle-plugin-%28%22Cannot-find-lifecycle-mapping-for--packaging%3A-%27bundle%22%29-tp22393056p23007075.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to