the username & password should be my network login username & password ?


pgarvey wrote:
> 
> Fan:
> 
> I am using Maven behind a firewall as well and here is how you setup
> the proxy in your settings.xml:
> 
>       <proxies>
>         <proxy>
>             <active>true</active>
>             <protocol>http</protocol>
>             <host>3.47.79.33.1</host>
>             <port>80</port>
>             <username></username>
>             <password></password>
>             <nonProxyHosts>*.ge.com|localhost</nonProxyHosts>
>           </proxy>
>        </proxies> 
> 
> hope this helps.
> 
> 
> - Paul
> 
> 
> -----Original Message-----
> From: Fan [mailto:[EMAIL PROTECTED] 
> Sent: Friday, March 30, 2007 1:26 AM
> To: [email protected]
> Subject: Re: [appfuse-user] Maven behind a proxy
> 
> 
> I have downloaded the dependencies & unzipped them to 
> 
> D:\Documents and Settings\FKTFAN\.m2\repository
> 
> but I still hit the following error , anyway, I cant find the
> settings.xml under my repository, where can I get it from ?
> 
> D:\source>mvn archetype:create -DarchetypeGroupId=org.appfuse
> -DarchetypeArtifactId=appfuse-basic-st
> ruts -DremoteRepositories=http://static.appfuse.org/repository
> -DarchetypeVersion=2.0-m4 -DgroupId=c
> om.book -DartifactId=bookingapp
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'archetype'.
> [INFO] org.apache.maven.plugins: checking for updates from central
> [WARNING] repository metadata for: 'org.apache.maven.plugins' could not
> be retrieved from repository
> : central due to an error: Error transferring file [INFO] Repository
> 'central' will be blacklisted [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does
> not exist or no valid versi on could be found [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 22 seconds
> [INFO] Finished at: Fri Mar 30 13:22:26 SGT 2007 [INFO] Final Memory:
> 1M/2M [INFO]
> ------------------------------------------------------------------------
> 
> D:\source>
> 
> 
> 
> 
> mraible wrote:
>> 
>> On Windows, you'll want to unzip this to c:\Documents and 
>> Settings\yourusername\.m2\repository.  On *nix, you'll want to use 
>> ~/.m2/repository.
>> 
>> Matt
>> 
>> On 3/27/07, Fan <[EMAIL PROTECTED]> wrote:
>>>
>>>
>>> 1)Where does this path "m2 directory directly below your home
> directory"
>>> refer to ?
>>>
>>> 2)If I am going to download the dependencies zip file, where should I
> 
>>> put it into ?
>>>
>>> Sorry, I might sound silly, but I am really new to maven
>>>
>>>
>>> mraible wrote:
>>> >
>>> > On 3/26/07, Matt Raible <[EMAIL PROTECTED]> wrote:
>>> >> So you added your proxy settings to:
>>> >>
>>> >> C:\Documents and Settings\bondn\.m2\settings.xml?
>>> >>
>>> >> If so, and it's not working, I can make a zip available for 
>>> >> download that has all the dependencies needed by AppFuse 
>>> >> (including the AppFuse JARs).
>>> >
>>> > Here's a download of all the dependencies needed to build 2.0 M4. 
>>> > If you extract this to ~/.m2/repository, you should be able to 
>>> > create a new project, as well as build/test/deploy w/o having an 
>>> > internet connection.
>>> >
>>> >
>>> https://appfuse.dev.java.net/files/documents/1397/53815/appfuse-2.0-m
>>> 4-dependencies.zip
>>> >
>>> > Matt
>>> >
>>> >>
>>> >> Matt
>>> >>
>>> >> On 3/26/07, Nigel in NZ <[EMAIL PROTECTED]> wrote:
>>> >> >
>>> >> > Hi,
>>> >> >
>>> >> > I tried doing as you asked but with no success.
>>> >> >
>>> >> > Possibly the problem is that I am working on a windows system.  
>>> >> > So
>>> my
>>> >> maven
>>> >> > install is on
>>> >> >
>>> >> > C:\tools\maven-2.0.5
>>> >> >
>>> >> > and the settings are under
>>> >> >
>>> >> > C:\Documents and Settings\bondn\.m2
>>> >> >
>>> >> > So under the maven bit we have a conf directory which has
>>> settings.xml,
>>> >> I
>>> >> > have updated that.  Today I also put a copy under the .m2
> directory.
>>> >> >
>>> >> > Anyway if you could offer advise in this context that would be
>>> great.
>>> >> >
>>> >> > If there are a couple of progressive tests I could run to prove 
>>> >> > the
>>> >> various
>>> >> > steps that would also be very good.
>>> >> >
>>> >> > Thanks again
>>> >> >
>>> >> > Nigel
>>> >> >
>>> >> > Michael Horwitz wrote:
>>> >> > >
>>> >> > > Nigel,
>>> >> > >
>>> >> > > Just want to confirm Maven is setup correctly. Can you confirm
>>> that
>>> >> you
>>> >> > > have
>>> >> > > a settings.xml file, with the proxy correctly configured, 
>>> >> > > stored
>>> >> under
>>> >> > > ~/.m2/settings.xml (i.e. in a .m2 directory directly below 
>>> >> > > your
>>> home
>>> >> > > directory)? If that is the case, could you try deleting the 
>>> >> > > maven-archetype-plugin directory from below the
>>> >> /org/apache/maven/plugins
>>> >> > > directory in your maven 2 repository and try again?
>>> >> > >
>>> >> > > Mike
>>> >> > >
>>> >> > > On 3/23/07, Nigel in NZ <[EMAIL PROTECTED]> wrote:
>>> >> > >>
>>> >> > >>
>>> >> > >> Hi,
>>> >> > >>
>>> >> > >> thanks but that works fine, I can see the xml file too.
>>> >> > >>
>>> >> > >> I have temporarily reverted to 1.9.4 which does not use
> Maven.
>>> >> > >>
>>> >> > >> Any help appreciated.
>>> >> > >>
>>> >> > >> Thanks
>>> >> > >>
>>> >> > >> Nigel
>>> >> > >>
>>> >> > >> Michael Horwitz wrote:
>>> >> > >> >
>>> >> > >> > Can you navigate to
>>> >> > >> >
>>> >> > >>
>>> >>
>>> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-archetyp
>>> e-plugin/
>>> >> > >> > through
>>> >> > >> > your firewall? Maven will look for the maven-metadata.xml 
>>> >> > >> > files
>>> >> stored
>>> >> > >> > here
>>> >> > >> > to get hold of the plugin.
>>> >> > >> >
>>> >> > >> > Mike
>>> >> > >> >
>>> >> > >> >
>>> >> > >> > On 3/21/07, Nigel in NZ <[EMAIL PROTECTED]> wrote:
>>> >> > >> >>
>>> >> > >> >>
>>> >> > >> >> hi,
>>> >> > >> >>
>>> >> > >> >> To first reply, good try but I was copying from one laptop
> 
>>> >> > >> >> to
>>> >> another
>>> >> > >> and
>>> >> > >> >> copied it incorrectly.
>>> >> > >> >>
>>> >> > >> >> To the second reply, here is what you are after,
>>> >> > >> >>
>>> >> > >> >> C:\tools>mvn -e archetype:create
>>> -DarchetypeGroupId=org.appfuse
>>> >> > >> >> -DarchetypeArtif
>>> >> > >> >> actId=appfuse-modular-struts 
>>> >> > >> >> -DremoteRepositories=http://static.appfuse.org/repo
>>> >> > >> >> sitory -DarchetypeVersion=2.0-m4-SNAPSHOT -DgroupId=
>>> com.mycompany
>>> >> > >> >> -DartifactId=m
>>> >> > >> >> yproject
>>> >> > >> >> + Error stacktraces are turned on.
>>> >> > >> >> [INFO] Scanning for projects...
>>> >> > >> >> [INFO] Searching repository for plugin with prefix:
>>> 'archetype'.
>>> >> > >> >> [INFO]
>>> >> > >> >>
>>> >> > >>
>>> >>
>>> ---------------------------------------------------------------------
>>> ---
>>> >> > >> >> [ERROR] BUILD ERROR
>>> >> > >> >> [INFO]
>>> >> > >> >>
>>> >> > >>
>>> >>
>>> ---------------------------------------------------------------------
>>> ---
>>> >> > >> >> [INFO] The plugin
>>> >> 'org.apache.maven.plugins:maven-archetype-plugin'
>>> >> > >> does
>>> >> > >> >> not
>>> >> > >> >> exi
>>> >> > >> >> st or no valid version could be found [INFO]
>>> >> > >> >>
>>> >> > >>
>>> >>
>>> ---------------------------------------------------------------------
>>> ---
>>> >> > >> >> [INFO] Trace
>>> >> > >> >> org.apache.maven.lifecycle.LifecycleExecutionException: 
>>> >> > >> >> The
>>> >> plugin
>>> >> > >> >> 'org.apache.m
>>> >> > >> >> aven.plugins:maven-archetype-plugin' does not exist or no
>>> valid
>>> >> > >> version
>>> >> > >> >> could be
>>> >> > >> >> found
>>> >> > >> >>        at
>>> >> > >> >>
>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(D
>>> >> efa
>>> >> > >> >> ultLifecycleExecutor.java:1286)
>>> >> > >> >>        at
>>> >> > >> >>
>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescrip
>>> >> tor
>>> >> > >> >> (DefaultLifecycleExecutor.java:1522)
>>> >> > >> >>        at
>>> >> > >> >>
>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskLis
>>> >> tBy
>>> >> > >> >> AggregationNeeds(DefaultLifecycleExecutor.java:386)
>>> >> > >> >>        at
>>> >> > >> >>
>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(Defaul
>>> >> tLi
>>> >> > >> >> fecycleExecutor.java:138)
>>> >> > >> >>        at
>>> >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java
>>> >> > >> :330)
>>> >> > >> >>        at
>>> >> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123)
>>> >> > >> >>        at
>>> org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
>>> >> > >> >>        at 
>>> >> > >> >> sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>> >> Method)
>>> >> > >> >>        at
>>> >> > >> >>
>>> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
>>> >> > >> >> java:39)
>>> >> > >> >>        at
>>> >> > >> >>
>>> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc
>>> >> ces
>>> >> > >> >> sorImpl.java:25)
>>> >> > >> >>        at java.lang.reflect.Method.invoke(Method.java:585)
>>> >> > >> >>        at
>>> >> > >> >>
>>> >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315
>>> >> )
>>> >> > >> >>        at
>>> >> org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>> >> > >> >>        at
>>> >> > >> >>
>>> >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:4
>>> >> 30)
>>> >> > >> >>
>>> >> > >> >>        at
>>> >> org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>> >> > >> >> Caused by:
>>> >> > >> >>
>>> org.apache.maven.plugin.version.PluginVersionNotFoundException:
>>> >> > >> >> The p
>>> >> > >> >> lugin 'org.apache.maven.plugins:maven-archetype-plugin' 
>>> >> > >> >> does
>>> not
>>> >> exist
>>> >> > >> or
>>> >> > >> >> no
>>> >> > >> >> val
>>> >> > >> >> id version could be found
>>> >> > >> >>        at
>>> >> > >> >>
>>> >> org.apache.maven.plugin.version.DefaultPluginVersionManager.resolv
>>> >> ePl
>>> >> > >> >> uginVersion(DefaultPluginVersionManager.java:228)
>>> >> > >> >>        at
>>> >> > >> >>
>>> >> org.apache.maven.plugin.version.DefaultPluginVersionManager.resolv
>>> >> ePl
>>> >> > >> >> uginVersion(DefaultPluginVersionManager.java:90)
>>> >> > >> >>        at
>>> >> > >> >>
>>> >> org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultP
>>> >> lug
>>> >> > >> >> inManager.java:161)
>>> >> > >> >>        at
>>> >> > >> >>
>>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(D
>>> >> efa
>>> >> > >> >> ultLifecycleExecutor.java:1257)
>>> >> > >> >>        ... 14 more
>>> >> > >> >> [INFO]
>>> >> > >> >>
>>> >> > >>
>>> >>
>>> ---------------------------------------------------------------------
>>> ---
>>> >> > >> >> [INFO] Total time: < 1 second [INFO] Finished at: Thu Mar 
>>> >> > >> >> 22 09:51:33 NZST 2007 [INFO] Final Memory: 1M/2M [INFO]
>>> >> > >> >>
>>> >> > >>
>>> >>
>>> ---------------------------------------------------------------------
>>> ---
>>> >> > >> >>
>>> >> > >> >> I managed to get it working on another part of the 
>>> >> > >> >> intranet
>>> that
>>> >> I am
>>> >> > >> >> working in, but that is not a development environment.  So
> 
>>> >> > >> >> now
>>> I
>>> >> am
>>> >> > >> >> pretty
>>> >> > >> >> sure it is a firewall issue but I do not really have 
>>> >> > >> >> something
>>> >> > >> concrete
>>> >> > >> >> to
>>> >> > >> >> ask the system admin to check/open etc.
>>> >> > >> >>
>>> >> > >> >> As always, all help is much appreciated
>>> >> > >> >>
>>> >> > >> >> Thanks
>>> >> > >> >>
>>> >> > >> >> Nigel
>>> >> > >> >>
>>> >> > >> >> goldgriff wrote:
>>> >> > >> >> >
>>> >> > >> >> > What does the above command with the -e switch show?
>>> >> > >> >> >
>>> >> > >> >> > mvn -e archetype:create -DarchetypeGroupId=org.appfuse 
>>> >> > >> >> > -DarchetypeArtifactId=appfuse
>>> >> > >> >> >>
>>> >> > >> >> >> -modular-struts
>>> >> > >> >> >> -DremoteRepositories=http://static.appfuse.org/reposito
>>> >> > >> >> >> ry -DarchetypeVersion=2.0-m4-SNAPSHOT 
>>> >> > >> >> >> -DgroupId=com.mycompany -DartifactId=myproject
>>> >> > >> >> >
>>> >> > >> >> >
>>> >> > >> >> >
>>> >> > >> >> > On 3/20/07, Nigel in NZ <[EMAIL PROTECTED]> wrote:
>>> >> > >> >> >>
>>> >> > >> >> >>
>>> >> > >> >> >> Hi,
>>> >> > >> >> >>
>>> >> > >> >> >> I have a problem starting a new Appfuse project using 
>>> >> > >> >> >> Maven
>>> 2.
>>> >> I
>>> >> > >> >> think
>>> >> > >> >> >> the
>>> >> > >> >> >> issue is that I am behind a firewall, but I have setup 
>>> >> > >> >> >> my
>>> >> settings
>>> >> > >> as
>>> >> > >> >> >> defined in,
>>> >> > >> >> >>
>>> >> > >> >> >> http://maven.apache.org/guides/mini/guide-proxies.html
>>> >> > >> >> >>
>>> >> > >> >> >> to be
>>> >> > >> >> >>
>>> >> > >> >> >> <proxy>
>>> >> > >> >> >>     <active>true</active>
>>> >> > >> >> >>     <protocol>http</protocol>
>>> >> > >> >> >>     <username>fred</username>
>>> >> > >> >> >>     <password>fred</password>
>>> >> > >> >> >>     <host>134.161.16.8</host>
>>> >> > >> >> >>     <port>8080</port>
>>> >> > >> >> >>     <nonProxyHosts>local.net, 
>>> >> > >> >> >> some.host.com</nonProxyHosts> <proxy>
>>> >> > >> >> >>
>>> >> > >> >> >> When I run the command,
>>> >> > >> >> >>
>>> >> > >> >> >> mvn archetype:create -DarchetypeGroupId=org.appfuse 
>>> >> > >> >> >> -DarchetypeArtifactId=appfuse-modular-struts
>>> >> > >> >> >> -DremoteRepositories=http://static.appfuse.org/reposito
>>> >> > >> >> >> ry -DarchetypeVersion=2.0-m4-SNAPSHOT 
>>> >> > >> >> >> -DgroupId=com.mycompany -DartifactId=myproject
>>> >> > >> >> >>
>>> >> > >> >> >> But I get the following
>>> >> > >> >> >>
>>> >> > >> >> >> [INFO] Scanning for projects...
>>> >> > >> >> >> [INFO] Searching repository for plugin with prefix:
>>> >> 'archtype'.
>>> >> > >> >> >>
>>> >> > >> >> >>
>>> >> > >> >>
>>> >> > >>
>>> >>
>>> [INFO]---------------------------------------------------------------
>>> --------------------------
>>> >> > >> >> >> [ERROR] BUILD ERROR
>>> >> > >> >> >>
>>> >> > >> >> >>
>>> >> > >> >>
>>> >> > >>
>>> >>
>>> [INFO]---------------------------------------------------------------
>>> --------------------------
>>> >> > >> >> >> [INFO] The plugin
>>> >> 'org.apache.maven.plugins:maven-archtype-plugin'
>>> >> > >> >> does
>>> >> > >> >> >> not
>>> >> > >> >> >> exist or no valid version could be found
>>> >> > >> >> >>
>>> >> > >> >> >> Any help would be appreciated.
>>> >> > >> >> >>
>>> >> > >> >> >> Thanks
>>> >> > >> >> >>
>>> >> > >> >> >> Nigel
>>> >> > >> >> >> --
>>> >> > >> >> >> View this message in context:
>>> >> > >> >> >>
>>> >> > >> >>
>>> >> > >>
>>> >>
>>> http://www.nabble.com/Maven-behind-a-proxy-tf3436938s2369.html#a95829
>>> 32
>>> >> > >> >> >> Sent from the AppFuse - User mailing list archive at
>>> >> Nabble.com.
>>> >> > >> >> >>
>>> >> > >> >> >>
>>> >> > >>
>>> >> ------------------------------------------------------------------
>>> >> ---
>>> >> > >> >> >> To unsubscribe, e-mail:
>>> [EMAIL PROTECTED]
>>> >> > >> >> >> For additional commands, e-mail:
>>> >> [EMAIL PROTECTED]
>>> >> > >> >> >>
>>> >> > >> >> >>
>>> >> > >> >> >
>>> >> > >> >> >
>>> >> > >> >> > --
>>> >> > >> >> > Chris Love
>>> >> > >> >> > ph. 303 929.8509
>>> >> > >> >> >
>>> >> > >> >> >
>>> >> > >> >>
>>> >> > >> >> --
>>> >> > >> >> View this message in context:
>>> >> > >> >>
>>> >> > >>
>>> >>
>>> http://www.nabble.com/Maven-behind-a-proxy-tf3436938s2369.html#a96043
>>> 31
>>> >> > >> >> Sent from the AppFuse - User mailing list archive at
>>> Nabble.com
>>> .
>>> >> > >> >>
>>> >> > >> >>
>>> >> ------------------------------------------------------------------
>>> >> ---
>>> >> > >> >> To unsubscribe, e-mail: 
>>> >> > >> >> [EMAIL PROTECTED]
>>> >> > >> >> For additional commands, e-mail:
>>> [EMAIL PROTECTED]
>>> >> > >> >>
>>> >> > >> >>
>>> >> > >> >
>>> >> > >> >
>>> >> > >>
>>> >> > >> --
>>> >> > >> View this message in context:
>>> >> > >>
>>> >>
>>> http://www.nabble.com/Maven-behind-a-proxy-tf3436938s2369.html#a96274
>>> 07
>>> >> > >> Sent from the AppFuse - User mailing list archive at
> Nabble.com.
>>> >> > >>
>>> >> > >>
>>> >> ------------------------------------------------------------------
>>> >> ---
>>> >> > >> To unsubscribe, e-mail: 
>>> >> > >> [EMAIL PROTECTED]
>>> >> > >> For additional commands, e-mail: 
>>> >> > >> [EMAIL PROTECTED]
>>> >> > >>
>>> >> > >>
>>> >> > >
>>> >> > >
>>> >> >
>>> >> > --
>>> >> > View this message in context:
>>> >>
>>> http://www.nabble.com/Maven-behind-a-proxy-tf3436938s2369.html#a96855
>>> 60
>>> >> > Sent from the AppFuse - User mailing list archive at Nabble.com.
>>> >> >
>>> >> >
>>> ---------------------------------------------------------------------
>>> >> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> >> > For additional commands, e-mail: [EMAIL PROTECTED]
>>> >> >
>>> >> >
>>> >>
>>> >>
>>> >> --
>>> >> http://raibledesigns.com
>>> >>
>>> >
>>> >
>>> > --
>>> > http://raibledesigns.com
>>> >
>>> > -------------------------------------------------------------------
>>> > -- To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> > For additional commands, e-mail: [EMAIL PROTECTED]
>>> >
>>> >
>>> >
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Maven-behind-a-proxy-tf3436938s2369.html#a96941
>>> 97 Sent from the AppFuse - User mailing list archive at Nabble.com.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>> 
>> 
>> --
>> http://raibledesigns.com
>> 
>> 
> 
> --
> View this message in context:
> http://www.nabble.com/Maven-behind-a-proxy-tf3436938s2369.html#a9747473
> Sent from the AppFuse - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Maven-behind-a-proxy-tf3436938s2369.html#a9756192
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to