Re: [SANDBOX] Problem with mvn deploy

2011-10-28 Thread sebb
On 27 October 2011 13:02, Gary Gregory wrote: > Hi Adrian, > > I usually carefully follow the steps in > https://wiki.apache.org/commons/UsingNexus Some of which is not appropriate for Sandbox components, as they do not have releases. > Gary > > On Thu, Oct 27, 2011 at 7:08 AM, Adrian Crum < > a

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Bruno P. Kinoshita
http://commons.apache.org/commons-parent-pom.html. De: Simone Tripodi Para: Commons Developers List 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:

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
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

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Adrian Crum
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-w

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
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.

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Adrian Crum
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 wrote: The Commons Convert website is now up to date: http://commons.a

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Gary Gregory
Almost: the logo needs a TM. ;) Gary On Oct 27, 2011, at 12:31, Adrian Crum 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!

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
Any time! have a nice day, 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 6:31 PM, Adrian Crum wrote: > The Commons Convert website is now up to date: > > http://c

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Adrian Crum
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 shortc

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Gary Gregory
Hi Adrian, I usually carefully follow the steps in https://wiki.apache.org/commons/UsingNexus Gary On Thu, Oct 27, 2011 at 7:08 AM, 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

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
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/

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Adrian Crum
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/simo

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
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 wrote: > That solved the problem - thanks! > > -Adrian > > On 10/27/

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Adrian Crum
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? apache.snapshots.https {encryptedpassword} apache.releases.https {encryptedpassword

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
ouch, that's such a shame ;( poor-man question: did you add the servers in the settings.xml file? apache.snapshots.https {encryptedpassword} apache.releases.https {encryptedpassword} http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Adrian Crum
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 su

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Simone Tripodi
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,

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Adrian Crum
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,

Re: [SANDBOX] Problem with mvn deploy

2011-10-26 Thread Simone Tripodi
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.o

[SANDBOX] Problem with mvn deploy

2011-10-26 Thread Adrian Crum
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'