Glassfish, Maven, dependencies fail to download on bootstrap, build, whatever - SocketException: invalid argument

2008-06-14 Thread Da Rock
I have to admit I'm a newbie to Maven, I'm following directions from 2 different sites with similar instructions to build Glassfish on FreeBSD. I actually only want Glassfish, but apparently this is the process I must follow... but after several days of searching, looking for workarounds and fixes

Re: 5min maven tutorial problem

2008-06-14 Thread Marco Mistroni
Hi, are you behind a firewall? if so, u need to configure proxy in settings.xml hth marco On Sat, Jun 14, 2008 at 3:17 AM, Brett Porter [EMAIL PROTECTED] wrote: You can see an answer on this page: http://docs.codehaus.org/display/MAVENUSER/FAQs-1 2008/6/14 Michiko Luther [EMAIL

Re: Glassfish, Maven, dependencies fail to download on bootstrap, build, whatever - SocketException: invalid argument

2008-06-14 Thread Tim Kettler
Hi, as you mention FreeBSD, perhaps you have the same problem as described here [1]. -Tim [1] http://www.nabble.com/java.net.SocketException---need-help-in-getting-started-to17650673.html#a17650673 Da Rock schrieb: I have to admit I'm a newbie to Maven, I'm following directions from 2

RE: A question about Nexus Repository Manager

2008-06-14 Thread Brian E. Fox
Take a look here: http://www.sonatype.com/book/reference/repository-manager.html# Basically the repository Id used in the mirrorOf is the repository defined in your pomsor simply central (from the super pom). We recommend simply using *. -Original Message- From: youhaodeyi

Re: How to build sub-module without parent pom?

2008-06-14 Thread youhaodeyi
I can install the parent module into local repository. but how to deploy it to remote repository? The parent module is packaging of pom. So when I run mvn deploy:deploy I will get this error: The packaging for this project did not assign a file to the build artifact. Olivier Dehon-2 wrote:

RE: A question about Nexus Repository Manager

2008-06-14 Thread youhaodeyi
ok, thanks. Brian E Fox wrote: Take a look here: http://www.sonatype.com/book/reference/repository-manager.html# Basically the repository Id used in the mirrorOf is the repository defined in your pomsor simply central (from the super pom). We recommend simply using *.