Re: new user

2006-07-31 Thread korebantic
Maven requires access to a remote repository. If your firewall prevents this you'll need to setup a local one. Information for this can be found spread around the maven documentation and Better Builds with Maven guide. Can you get me out of my two year contract? =) On 7/31/06, Barnes, Mike

uniqueVersion not inherited in child projects?

2006-07-30 Thread korebantic
My parent project defines the following: distributionManagement snapshotRepository idYo/id nameYo Repository/name urlscp://yo/home/maven/www/url uniqueVersionfalse/uniqueVersion /snapshotRepository /distributionManagement When I run the following command in the

Re: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread korebantic
Do you know what mechanism chooses snapshotRepository over repository, if both are present in distributionManagement? On 7/28/06, Jörg Schaible [EMAIL PROTECTED] wrote: Stefan Magnus Landrø wrote on Friday, July 28, 2006 10:49 AM: I believe I found the solution to this issue. I placed the

Re: Ad: Re: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread korebantic
Right. My question is how is snapshot choosen over repository? Does the deploy plugin grep the version number or something? On 7/28/06, Stefan Magnus Landrø [EMAIL PROTECTED] wrote: I believe shapshots go in the snapshot repository, and release versions go in the release repository. korebantic

Re: Issues related to snapshot versions of dependencies and filenames

2006-07-28 Thread korebantic
Got it, thanks =p On 7/28/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 7/28/06, korebantic [EMAIL PROTECTED] wrote: Do you know what mechanism chooses snapshotRepository over repository, if both are present in distributionManagement? For deployment, if the version ends in -SNAPSHOT

Re: The authenticity of host 'www.whatever.com' can't be established

2006-07-27 Thread korebantic
: This was discussed recently... http://www.nabble.com/Default-dir-fo-site-src-tf1976644.html#a5431309 The resolution was: Try adding an empty file ~/.ssh/known_hosts Wayne On 7/26/06, korebantic [EMAIL PROTECTED] wrote: I'm working on creating a remote repository. I'm uploading

The authenticity of host 'www.whatever.com' can't be established

2006-07-26 Thread korebantic
I'm working on creating a remote repository. I'm uploading to the repository using: http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html In setting up ssh, I cannot get rid of the The authenticity of host 'www.whatever.com' can't be established message when executing mvn

Re: deploying jars without version information

2006-07-25 Thread korebantic
Ironic. I was just getting ready to ask a similar question. Although I'm fine with the versioning that occurs in the repository, I need the ability for the jar name to not contain this version string in it when I create a release or deploy the project to the integration server for testing. In