Hi all, 

I tried to find this image, but looks like it is defined by commons-parent, in 
the file ${basedir}/src/site/site.xml [1].


The parent of Functor and DbUtils is: 


  <parent>
    <artifactId>commons-parent</artifactId>
    <groupId>org.apache.commons</groupId>
    <version>22</version>
  </parent>

http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-22-RC1/src/site/site.xml

And the parent of Convert is:

  <parent>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-parent</artifactId>
    <version>15</version>
  </parent>

http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-15/src/site/site.xml


The commons-skin version used is different too.


I don't know if you can change the project parent though. Could somebody with 
more inside knowledge/experience say if the parent could be updated, or if it 
is okay for projects in sandbox (DbUtils and Functor are in proper now I guess) 
use the image without the TM.

Cheers, Bruno P. Kinoshita


[1] http://commons.apache.org/commons-parent-pom.html.


________________________________
De: Simone Tripodi <simonetrip...@apache.org>
Para: Commons Developers List <dev@commons.apache.org>
Enviadas: Quinta-feira, 27 de Outubro de 2011 17:29
Assunto: Re: [SANDBOX] Problem with mvn deploy

The convert logo as well, take a look at recently released DbUtils:
http://commons.apache.org/dbutils/
You can copy the feather with ™ from dbutils
HTH,
Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Thu, Oct 27, 2011 at 8:34 PM, Adrian Crum
<adrian.c...@sandglass-software.com> wrote:
> It's the Apache Feather logo (top left) that is missing the TM, not the
> Convert logo.
>
> -Adrian
>
> On 10/27/2011 7:14 PM, Simone Tripodi wrote:
>>
>> Hi Adrian,
>> the logo is an image you can find under
>>
>> /commons-convert/src/site/resources/
>> └── images
>>     ├── convert-logo-white.png
>>     └── convert-logo-white.xcf
>>
>> you can modify the .xcf with TheGimp and regenerate the png
>> HTH!!!
>> Simo
>>
>>
>> http://people.apache.org/~simonetripodi/
>> http://simonetripodi.livejournal.com/
>> http://twitter.com/simonetripodi
>> http://www.99soft.org/
>>
>>
>>
>> On Thu, Oct 27, 2011 at 8:00 PM, Adrian Crum
>> <adrian.c...@sandglass-software.com>  wrote:
>>>
>>> Well... since the site is generated automatically, I have no idea how to
>>> change the logo.
>>>
>>> -Adrian
>>>
>>> On 10/27/2011 5:46 PM, Gary Gregory wrote:
>>>>
>>>> Almost: the logo needs a TM. ;)
>>>>
>>>> Gary
>>>>
>>>> On Oct 27, 2011, at 12:31, Adrian Crum
>>>> <adrian.c...@sandglass-software.com>    wrote:
>>>>
>>>>> The Commons Convert website is now up to date:
>>>>>
>>>>> http://commons.apache.org/sandbox/convert
>>>>>
>>>>> Thank you again Simone for your help!
>>>>>
>>>>> -Adrian
>>>>>
>>>>> On 10/27/2011 12:21 PM, Simone Tripodi wrote:
>>>>>>
>>>>>> Hi Adrian!
>>>>>> the best way to upload the site is running
>>>>>>
>>>>>>     mvn site:site site:deploy
>>>>>>
>>>>>> or better with the shortcut
>>>>>>
>>>>>>     mvn site-deploy
>>>>>>
>>>>>> Running `mvn site` just produces the site and with `mvn deploy` will
>>>>>> deploy artifacts only.
>>>>>> HTH and let me know how is going!
>>>>>> best,
>>>>>> Simo
>>>>>>
>>>>>> http://people.apache.org/~simonetripodi/
>>>>>> http://simonetripodi.livejournal.com/
>>>>>> http://twitter.com/simonetripodi
>>>>>> http://www.99soft.org/
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Thu, Oct 27, 2011 at 1:08 PM, Adrian Crum
>>>>>> <adrian.c...@sandglass-software.com>     wrote:
>>>>>>>
>>>>>>> One last question: I ran mvn site and mvn deploy - will those
>>>>>>> commands
>>>>>>> update the website?
>>>>>>>
>>>>>>> -Adrian
>>>>>>>
>>>>>>> On 10/27/2011 12:05 PM, Simone Tripodi wrote:
>>>>>>>>
>>>>>>>> Cool, nice to hear that!!!
>>>>>>>> All the best,
>>>>>>>> Simo
>>>>>>>>
>>>>>>>> http://people.apache.org/~simonetripodi/
>>>>>>>> http://simonetripodi.livejournal.com/
>>>>>>>> http://twitter.com/simonetripodi
>>>>>>>> http://www.99soft.org/
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Oct 27, 2011 at 1:00 PM, Adrian Crum
>>>>>>>> <adrian.c...@sandglass-software.com>       wrote:
>>>>>>>>>
>>>>>>>>> That solved the problem - thanks!
>>>>>>>>>
>>>>>>>>> -Adrian
>>>>>>>>>
>>>>>>>>> On 10/27/2011 11:54 AM, Simone Tripodi wrote:
>>>>>>>>>>
>>>>>>>>>> ouch, that's such a shame ;(
>>>>>>>>>> poor-man question: did you add the servers in the settings.xml
>>>>>>>>>> file?
>>>>>>>>>>
>>>>>>>>>> <!-- To publish a snapshot -->
>>>>>>>>>> <server>
>>>>>>>>>>   <id>apache.snapshots.https</id>
>>>>>>>>>>   <username><!-- ASF login name --></username>
>>>>>>>>>>   <password>{encryptedpassword}</password>
>>>>>>>>>> </server>
>>>>>>>>>> <!-- To publish a release -->
>>>>>>>>>> <server>
>>>>>>>>>>   <id>apache.releases.https</id>
>>>>>>>>>>   <username><!-- ASF login name --></username>
>>>>>>>>>>   <password>{encryptedpassword}</password>
>>>>>>>>>> </server>
>>>>>>>>>>
>>>>>>>>>> http://people.apache.org/~simonetripodi/
>>>>>>>>>> http://simonetripodi.livejournal.com/
>>>>>>>>>> http://twitter.com/simonetripodi
>>>>>>>>>> http://www.99soft.org/
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Thu, Oct 27, 2011 at 12:49 PM, Adrian Crum
>>>>>>>>>> <adrian.c...@sandglass-software.com>         wrote:
>>>>>>>>>>>
>>>>>>>>>>> Thanks Simone! I tried the encryption again - same error.
>>>>>>>>>>>
>>>>>>>>>>> -Adrian
>>>>>>>>>>>
>>>>>>>>>>> On 10/27/2011 11:36 AM, Simone Tripodi wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Hi Adrian!
>>>>>>>>>>>> for what I can see looks like you maybe misconfigured the
>>>>>>>>>>>> credentials
>>>>>>>>>>>> to access to apache.snapshots.https server in settings.xml
>>>>>>>>>>>> because
>>>>>>>>>>>> Nexus doesn't authorize you :(
>>>>>>>>>>>> I suggest you checking the `Preparations for using Nexus` again
>>>>>>>>>>>> and
>>>>>>>>>>>> pay attention on encrypting your ASF password.
>>>>>>>>>>>> HTH, let me know if you need more info!
>>>>>>>>>>>> Simo
>>>>>>>>>>>>
>>>>>>>>>>>> http://people.apache.org/~simonetripodi/
>>>>>>>>>>>> http://simonetripodi.livejournal.com/
>>>>>>>>>>>> http://twitter.com/simonetripodi
>>>>>>>>>>>> http://www.99soft.org/
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, Oct 27, 2011 at 12:28 PM, Adrian Crum
>>>>>>>>>>>> <adrian.c...@sandglass-software.com>           wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks Simone! I created the settings.xml file and
>>>>>>>>>>>>> security-settings.xml
>>>>>>>>>>>>> file in my .m2 folder as described on the websites, but I still
>>>>>>>>>>>>> get
>>>>>>>>>>>>> the
>>>>>>>>>>>>> same
>>>>>>>>>>>>> error. Are there any configuration xml file examples somewhere
>>>>>>>>>>>>> that I
>>>>>>>>>>>>> can
>>>>>>>>>>>>> copy and modify for use with Commons?
>>>>>>>>>>>>>
>>>>>>>>>>>>> -Adrian
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 10/27/2011 7:23 AM, Simone Tripodi wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi Adrian!
>>>>>>>>>>>>>> for what I can see you just need some missing config in your
>>>>>>>>>>>>>> settings.xml, take a look ate the wiki page[1] how to
>>>>>>>>>>>>>> configure
>>>>>>>>>>>>>> Maven
>>>>>>>>>>>>>> to deploy artifacts on Nexus - it is valid for SNAPSHOTS as
>>>>>>>>>>>>>> well.
>>>>>>>>>>>>>> HTH, please let me know if you need more help!
>>>>>>>>>>>>>> All the best,
>>>>>>>>>>>>>> Simo
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> [1] http://wiki.apache.org/commons/UsingNexus
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> http://people.apache.org/~simonetripodi/
>>>>>>>>>>>>>> http://simonetripodi.livejournal.com/
>>>>>>>>>>>>>> http://twitter.com/simonetripodi
>>>>>>>>>>>>>> http://www.99soft.org/
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Thu, Oct 27, 2011 at 5:33 AM, Adrian Crum
>>>>>>>>>>>>>> <adrian.c...@sandglass-software.com>             wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> When I try to deploy the Commons Sandbox Convert project, I
>>>>>>>>>>>>>>> get
>>>>>>>>>>>>>>> the
>>>>>>>>>>>>>>> following error:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> [INFO] [deploy:deploy {execution: default-deploy}]
>>>>>>>>>>>>>>> [INFO] Retrieving previous build number from
>>>>>>>>>>>>>>> apache.snapshots.https
>>>>>>>>>>>>>>> [INFO] repository metadata for: 'snapshot
>>>>>>>>>>>>>>> org.apache.commons:commons-convert:1.0
>>>>>>>>>>>>>>> -SNAPSHOT' could not be found on repository:
>>>>>>>>>>>>>>> apache.snapshots.https,
>>>>>>>>>>>>>>> so
>>>>>>>>>>>>>>> will
>>>>>>>>>>>>>>> be
>>>>>>>>>>>>>>> created
>>>>>>>>>>>>>>> Uploading:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> https://repository.apache.org/content/repositories/snapshots/org/apac
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> he/commons/commons-convert/1.0-SNAPSHOT/commons-convert-1.0-20111027.032634-1.jar
>>>>>>>>>>>>>>> [INFO]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>> [ERROR] BUILD ERROR
>>>>>>>>>>>>>>> [INFO]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>> [INFO] Error deploying artifact: Failed to transfer file:
>>>>>>>>>>>>>>> https://repository.apa
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> che.org/content/repositories/snapshots/org/apache/commons/commons-convert/1.0-SN
>>>>>>>>>>>>>>> APSHOT/commons-convert-1.0-20111027.032634-1.jar. Return code
>>>>>>>>>>>>>>> is:
>>>>>>>>>>>>>>> 401
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Any help would be appreciated.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> -Adrian
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>>>>>>>>>>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>>>>>>>>>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>>>>>>>>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>>>>>>>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>>>>>>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>>>>>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>>>>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>>>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>>>>
>>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

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

Reply via email to