You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Dennis Lundberg <de...@apache.org> on 2010/02/20 00:14:15 UTC

Selecting a company POM in Continuum

On the "Appearance" page you can "Select a Company POM". When you do
this the company's name and URL are extracted. Where are these values
used/shown in the Continuum UI?

There is also a "Logo URL" field, that is supposed to be shown in the
top right corner. Which field in the POM is this extracted from?

-- 
Dennis Lundberg

Re: Selecting a company POM in Continuum

Posted by Brett Porter <br...@apache.org>.
On 23/02/2010, at 8:35 AM, Dennis Lundberg wrote:

> On 2010-02-22 00:00, Brett Porter wrote:
>> 
>> On 20/02/2010, at 10:14 AM, Dennis Lundberg wrote:
>> 
>>> On the "Appearance" page you can "Select a Company POM". When you do
>>> this the company's name and URL are extracted. Where are these values
>>> used/shown in the Continuum UI?
>> 
>> The URL is on the logo, the name isn't used afaik. See the top right of here: http://vmbuild.apache.org/continuum/groupSummary.action
> 
> The name is supposed to work when you hover the logo. It doesn't work,
> but I fixed it.

Thanks!

> 
>>> 
>>> There is also a "Logo URL" field, that is supposed to be shown in the
>>> top right corner. Which field in the POM is this extracted from?
>> 
>> Since this field was removed from the POM in Maven 2, we've been using a property:
>> 
>> <properties>
>>  <organization.logo.url>http://www.apache.org/images/asf_logo_wide.gif</organization.logo.url>
>> </properties>
> 
> Right, I should have read the docs...
> 
>> 
>> - Brett
>> 
>> --
>> Brett Porter
>> brett@apache.org
>> http://brettporter.wordpress.com/
>> 
>> 
>> 
>> 
>> 
> 
> 
> -- 
> Dennis Lundberg

--
Brett Porter
brett@apache.org
http://brettporter.wordpress.com/





Re: Selecting a company POM in Continuum

Posted by Dennis Lundberg <de...@apache.org>.
On 2010-02-22 00:00, Brett Porter wrote:
> 
> On 20/02/2010, at 10:14 AM, Dennis Lundberg wrote:
> 
>> On the "Appearance" page you can "Select a Company POM". When you do
>> this the company's name and URL are extracted. Where are these values
>> used/shown in the Continuum UI?
> 
> The URL is on the logo, the name isn't used afaik. See the top right of here: http://vmbuild.apache.org/continuum/groupSummary.action

The name is supposed to work when you hover the logo. It doesn't work,
but I fixed it.

>>
>> There is also a "Logo URL" field, that is supposed to be shown in the
>> top right corner. Which field in the POM is this extracted from?
> 
> Since this field was removed from the POM in Maven 2, we've been using a property:
> 
> <properties>
>   <organization.logo.url>http://www.apache.org/images/asf_logo_wide.gif</organization.logo.url>
> </properties>

Right, I should have read the docs...

> 
> - Brett
> 
> --
> Brett Porter
> brett@apache.org
> http://brettporter.wordpress.com/
> 
> 
> 
> 
> 


-- 
Dennis Lundberg

Re: Selecting a company POM in Continuum

Posted by Brett Porter <br...@apache.org>.
On 20/02/2010, at 10:14 AM, Dennis Lundberg wrote:

> On the "Appearance" page you can "Select a Company POM". When you do
> this the company's name and URL are extracted. Where are these values
> used/shown in the Continuum UI?

The URL is on the logo, the name isn't used afaik. See the top right of here: http://vmbuild.apache.org/continuum/groupSummary.action

> 
> There is also a "Logo URL" field, that is supposed to be shown in the
> top right corner. Which field in the POM is this extracted from?

Since this field was removed from the POM in Maven 2, we've been using a property:

<properties>
  <organization.logo.url>http://www.apache.org/images/asf_logo_wide.gif</organization.logo.url>
</properties>

- Brett

--
Brett Porter
brett@apache.org
http://brettporter.wordpress.com/