Anônimo | Além de configurar no Eclipse, é necessário configurar o proxy para o maven. Isto é feio no arquivo settings.xml, conforme exemplo:
<proxies> <proxy> <active>true</active> <protocol>http</protocol> <username>proxyuser</username> <password>proxypass</password> <host>192.168.0.1</host> <port>3128</port> <nonProxyHosts>local.net|example.com</nonProxyHosts> </proxy> <proxy> <active>true</active> <protocol>https</protocol> <username>proxyuser</username> <password>proxypass</password> <host>192.168.0.1</host> <port>3128</port> <nonProxyHosts>local.net|example.com</nonProxyHosts> </proxy> </proxies>
-- Reinaldo Gil Lima de Carvalho http://dbsync.rtfd.org http://korreio.sf.net
"While not fully understand a software, don't try to adapt this software to the way you work, but rather yourself to the way the software works" (myself)
On Tue, May 6, 2014 at 10:08 PM, Jackson Emmerich <jacksonemmerich@gmail.com > wrote:
> Pessoal alguma dica para configuração do demoiselle com rede de proxy > manual. para ambientes windows e linux, pois não consegui fazer funcionar o > linux e estou partindo para o windows. > > -- > Atenciosamente, > > Jackson Emmerich > Contato: (69) 84860007 > Skype: jackson_emmerich > > ------------------------------------------------------------------------------ > Is your legacy SCM system holding you back? Join Perforce May 7 to find > out: > • 3 signs your SCM is hindering your productivity > • Requirements for releasing software faster > • Expert tips and advice for migrating your SCM now > http://p.sf.net/sfu/perforce > _______________________________________________ > > Portal: http://www.frameworkdemoiselle.gov.br > Foruns: http://forum.frameworkdemoiselle.gov.br > Tracker: http://tracker.frameworkdemoiselle.gov.br > _______________________________________________ > > Para editar sua assinatura: > https://lists.sourceforge.net/lists/listinfo/demoiselle-users > ------------------------------------------------------------------------------ Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce _______________________________________________
Portal: http://www.frameworkdemoiselle.gov.br Foruns: http://forum.frameworkdemoiselle.gov.br Tracker: http://tracker.frameworkdemoiselle.gov.br _______________________________________________
Para editar sua assinatura: https://lists.sourceforge.net/lists/listinfo/demoiselle-users |