good question. Would be interesting why we also have this section for the karaf main manual? Is it really required? Do we deploy the documentation as a WAB for any specific reason?
kind regards, Andreas On Fri, May 11, 2012 at 1:51 PM, <[email protected]> wrote: > Author: cmoulliard > Date: Fri May 11 11:51:21 2012 > New Revision: 1337119 > > URL: http://svn.apache.org/viewvc?rev=1337119&view=rev > Log: > Comment "maven-bundle-plugin" as it generates errors during build and I don't > thing that we need it here > > Modified: > karaf/webconsole/trunk/manual/pom.xml > > Modified: karaf/webconsole/trunk/manual/pom.xml > URL: > http://svn.apache.org/viewvc/karaf/webconsole/trunk/manual/pom.xml?rev=1337119&r1=1337118&r2=1337119&view=diff > ============================================================================== > --- karaf/webconsole/trunk/manual/pom.xml (original) > +++ karaf/webconsole/trunk/manual/pom.xml Fri May 11 11:51:21 2012 > @@ -161,6 +161,7 @@ > </systemProperties> > </configuration> > </plugin> > + <!-- DO WE NEED THAT > <plugin> > <groupId>org.apache.felix</groupId> > <artifactId>maven-bundle-plugin</artifactId> > @@ -189,7 +190,7 @@ > javax.swing.tree, > > org.apache.commons.logging;provider=paxlogging;resolution:=optional, > > org.apache.log4j;provider=paxlogging;resolution:=optional, > - > org.slf4j;provider=paxlogging;resolution:=optional;version="[1.5,2)", > + > org.slf4j;provider=paxlogging;resolution:=optional;version="[1.5,2)" > </Import-Package> > <Bundle-ClassPath>.,WEB-INF/classes</Bundle-ClassPath> > <Embed-Directory>WEB-INF/lib</Embed-Directory> > @@ -200,6 +201,7 @@ > </configuration> > <extensions>true</extensions> > </plugin> > + --> > </plugins> > </build> > > >
