You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by Andreas Pieber <an...@gmail.com> on 2011/11/26 08:18:07 UTC

Re: svn commit: r1206391 - in /karaf/trunk/manual/src/main/webapp/developers-guide: karaf-maven-plugin-features-generate-descriptor.conf karaf-maven-plugin.conf

Hey,

On Sat, Nov 26, 2011 at 02:48, <dj...@apache.org> 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

Re: svn commit: r1206391 - in /karaf/trunk/manual/src/main/webapp/developers-guide: karaf-maven-plugin-features-generate-descriptor.conf karaf-maven-plugin.conf

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
No it's another issue, ${project.version} doesn't work in the title.

I'm gonna fix it.

Regards
JB

On 11/26/2011 08:40 AM, Andreas Pieber wrote:
> ${pom.version} is a little bit deprecated :-) yeah I think this should be
> ${project.version} too.
>
> Kind regards,
> Andreas
>
> On Sat, Nov 26, 2011 at 08:31, David Jencks<da...@yahoo.com>  wrote:
>
>> 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,<dj...@apache.org>  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
>>
>>
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: svn commit: r1206391 - in /karaf/trunk/manual/src/main/webapp/developers-guide: karaf-maven-plugin-features-generate-descriptor.conf karaf-maven-plugin.conf

Posted by Andreas Pieber <an...@gmail.com>.
${pom.version} is a little bit deprecated :-) yeah I think this should be
${project.version} too.

Kind regards,
Andreas

On Sat, Nov 26, 2011 at 08:31, David Jencks <da...@yahoo.com> wrote:

> 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, <dj...@apache.org> 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
>
>

Re: svn commit: r1206391 - in /karaf/trunk/manual/src/main/webapp/developers-guide: karaf-maven-plugin-features-generate-descriptor.conf karaf-maven-plugin.conf

Posted by David Jencks <da...@yahoo.com>.
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, <dj...@apache.org> 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


Re: svn commit: r1206391 - in /karaf/trunk/manual/src/main/webapp/developers-guide: karaf-maven-plugin-features-generate-descriptor.conf karaf-maven-plugin.conf

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
It works and it should be used ;)

Regards
JB

On 11/26/2011 08:18 AM, Andreas Pieber wrote:
> Hey,
>
> On Sat, Nov 26, 2011 at 02:48,<dj...@apache.org>  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
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com