yes, that works:-) thanks.
I noticed that the browser title is "Apache Karaf ${pom.version} Guide" but I
couldn't find the source that generates this. Maybe the source should be
${project.version} also to get the actual version in the title?
thanks!
david jencks
On Nov 25, 2011, at 11:18 PM, Andreas Pieber wrote:
> Hey,
>
> On Sat, Nov 26, 2011 at 02:48, <[email protected]> wrote:
>
>> Author: djencks
>> Date: Sat Nov 26 01:48:33 2011
>> New Revision: 1206391
>>
>> URL: http://svn.apache.org/viewvc?rev=1206391&view=rev
>> Log:
>> KARAF-424 update documentation for feature packaging
>>
>> Modified:
>>
>> karaf/trunk/manual/src/main/webapp/developers-guide/karaf-maven-plugin-features-generate-descriptor.conf
>>
>> karaf/trunk/manual/src/main/webapp/developers-guide/karaf-maven-plugin.conf
>>
>> <SKIP/>
>
>
>
>> + <groupId>org.apache.karaf.tooling</groupId>
>> + <artifactId>karaf-maven-plugin</artifactId>
>> + <version>3.0.0-SNAPSHOT</version>
>> + <extensions>true</extensions>
>> + </plugin>
>>
>
> IIRC ${project.version} should also work here.
>
> <SKIP/>
>
> Kind regards,
> Andreas