Thanks for the advise.  I will research this in the near future.  I am a
newbie to Maven and don't know if I am ready to take on this extra
challenge.  But will book mark this sites and at a later time when I am
more comfortable, check them out.

This is no longer an issue for me as I have fixed my problem.

Thanks again!

Tonté




                                                                       
             "Wayne Fay"                                               
             <[EMAIL PROTECTED]                                         
             om>                                                        To
                                       "Maven Users List"              
             04/16/2008 01:54          <users@maven.apache.org>        
             PM                                                         cc
                                                                       
                                                                   Subject
             Please respond to         Re: Maven 2.0.9 complains it can't
               "Maven Users            download maven-surefire-plugin  
                   List"               2.4.2 -- NEED HELP              
             <[EMAIL PROTECTED]                                         
                  he.org>                                              
                                                                       
                                                                       
                                                                       
                                                                       




You should seriously think about installing a repo manager, then using
mirrorOf * to point all repos there, and let it manage these things
for you. Then you aren't dealing with proxies in settings.xml files on
every dev's machine but rather only on the shared MRM box.

It seems like you might already be using some kind of repo manager
(for your aviall-maven-repo). If you're not, you probably should be.
So try Nexus, Archiva, Artifactory etc and pick the one you like.

Wayne

On Wed, Apr 16, 2008 at 9:51 AM, Tonté Pouncil <[EMAIL PROTECTED]>
wrote:
> Yup that was it!  When migrating to Maven 2.0.9 I forgot to port over all
> of my setting.xml configurations.
>
> Thanks Guys for your help!
>
> Tonté
>
>
>
>             Tonté Pouncil
>             <[EMAIL PROTECTED]
>             iall.com>                                                  To
>                                       "Maven Users List"
>             04/16/2008 09:48          <users@maven.apache.org>
>
>             AM                                                         cc
>
>                                                                   Subject
>             Please respond to         Re: Maven 2.0.9 complains it can't
>               "Maven Users            download maven-surefire-plugin
>                   List"               2.4.2 -- NEED HELP
>             <[EMAIL PROTECTED]
>                  he.org>
>
>
>
>
>
>
>
>
> >The reason you see this with 2.0.9 is probably because it bumped you up
to
> surefire 2.4.2, but otherwise nothing in 2.0.9 changed that should
>affect
> this. It's a little hard to know why you can't get that jar. Are you able
> to load it from a browser without a proxy?
>
> Brian, yes I am able to load it from a browser without a proxy.  Let me
> check my proxy settings  I think for got to set these up for Maven 2.0.9!
>
>
>
>
>             Tonté Pouncil
>             <[EMAIL PROTECTED]
>             iall.com>                                                  To
>                                       "Maven Users List"
>             04/16/2008 09:44          <users@maven.apache.org>
>             AM                                                         cc
>
>                                                                   Subject
>             Please respond to         Re: Maven 2.0.9 complains it can't
>               "Maven Users            download maven-surefire-plugin
>                   List"               2.4.2 -- NEED HELP
>             <[EMAIL PROTECTED]
>                  he.org>
>
>
>
>
>
>
>
>
> Ok I have fixed the malformed URL; but still no luck.  In my pom I had a
> configuration for plugin repositories:
>
>  <pluginRepositories>
>    <pluginRepository>
>      <releases>
>        <updatePolicy>daily</updatePolicy>
>        <checksumPolicy>warn</checksumPolicy>
>      </releases>
>      <snapshots>
>        <updatePolicy>daily</updatePolicy>
>        <checksumPolicy>warn</checksumPolicy>
>      </snapshots>
>      <id>maven.org</id>
>      <url>http://repo1.maven.org/maven2/org/apache/maven/</url>
>    </pluginRepository>
>  </pluginRepositories>
>
> See maven out put below:
>
> C:\dev\projects\aviall\aviall-edi\aviall-edi-project>mvn clean test
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   aviall-edi
> [INFO]   aviall-edi-site
> [INFO]   aviall-edi-commons
> [INFO]   aviall-edi-process-engine-module
> [INFO]   aviall-edi-order-process-module
> [INFO]   aviall-edi-processor-application-module
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building aviall-edi
> [INFO]    task-segment: [clean, test]
> [INFO]
> ------------------------------------------------------------------------
> Downloading:
>
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.4.2

>
>
> /maven-surefire-plugin-2.4.2.pom
> Downloading: http://172.18.10.165
> /svn-repos/org/apache/maven/plugins/maven-surefire-plugin/2.4.2
> /maven-surefire-plugin-2.4.2.pom
> Downloading:
>
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.4.2

>
>
> /maven-surefire-plugin-2.4.2.pom
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: org.apache.maven.plugins:maven-surefire-plugin
>
> Reason: POM 'org.apache.maven.plugins:maven-surefire-plugin' not found in
> repository: Unable to download the artifact from any repository
>
>  org.apache.maven.plugins:maven-surefire-plugin:pom:2.4.2
>
> from the specified remote repositories:
>  codehaus.org (http://snapshots.repository.codehaus.org),
>  aviall-maven-repo (http://xxx.xxx.xxx.xxx/svn-repos),
>  central (http://repo1.maven.org/maven2),
>  apache.org (http://people.apache.org/repo/m2-snapshot-repository)
>  for project org.apache.maven.plugins:maven-surefire-plugin
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 2 seconds
> [INFO] Finished at: Wed Apr 16 09:39:28 CDT 2008
> [INFO] Final Memory: 2M/4M
> [INFO]
> ------------------------------------------------------------------------
>
>
>
>
>
>             Tonté Pouncil
>             <[EMAIL PROTECTED]
>             iall.com>                                                  To
>                                       "Maven Users List"
>             04/16/2008 09:35          <users@maven.apache.org>
>             AM                                                         cc
>
>                                                                   Subject
>             Please respond to         Re: Maven 2.0.9 complains it can't
>               "Maven Users            download maven-surefire-plugin
>                   List"               2.4.2 -- NEED HELP
>             <[EMAIL PROTECTED]
>                  he.org>
>
>
>
>
>
>
>
>
> I see the url you are talking about, but I don't know how to fix it as
the
> URL is being build by maven.  The only URL I have defined are in show in
> the at the bottom of the maven out put below.  What is weird is this same
> configuration works fine in Maven 2.0.8.  Any suggestions?
>
> Thanks!
>
>
> >  org.apache.maven.plugins:maven-surefire-plugin:pom:2.4.2
> > from the specified remote repositories:
> >  codehaus.org (http://snapshots.repository.codehaus.org),
> >  maven.org (http://repo1.maven.org/maven2/org/apache/maven/),
> >  aviall-maven-repo (http://xxx.xxx.xxx.xxx/svn-repos),
> >  central (http://repo1.maven.org/maven2),
> >  apache.org (http://people.apache.org/repo/m2-snapshot-repository)
> >  for project org.apache.maven.plugins:maven-surefire-plugin
>
>
>
>
>             "Wayne Fay"
>             <[EMAIL PROTECTED]
>             om>                                                        To
>                                       "Maven Users List"
>             04/15/2008 11:44          <users@maven.apache.org>
>             PM                                                         cc
>
>                                                                   Subject
>             Please respond to         Re: Maven 2.0.9 complains it can't
>               "Maven Users            download maven-surefire-plugin
>                   List"               2.4.2 -- NEED HELP
>             <[EMAIL PROTECTED]
>                  he.org>
>
>
>
>
>
>
>
>
> That first URL has an extra org/apache/maven/ in it, and an extra /
> too. I imagine this is the source of your troubles.
>
> Wayne
>
> On 4/15/08, Brian E. Fox <[EMAIL PROTECTED]> wrote:
> > The reason you see this with 2.0.9 is probably because it bumped you up
> to surefire 2.4.2, but otherwise nothing in 2.0.9 changed that should
> affect this. It's a little hard to know why you can't get that jar. Are
you
> able to load it from a browser without a proxy?
> >
> > Adding the ibiblio repo won't help if you aren't able to get to the
main
> repo.
> >
> > -----Original Message-----
> > From: Tonté Pouncil [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, April 15, 2008 12:16 PM
> > To: users@maven.apache.org
> > Subject: Maven 2.0.9 complains it can't download maven-surefire-plugin
> 2.4.2 -- NEED HELP
> >
> >
> > I just downloaded Maven 2.0.9.  I was using Maven 2.0.8.  When I tried
to
> > run the clean install goal, Maven complains it can't download
> > maven-surefire-plugin. (See below for maven output.)  How do I fix
this?
> >
> > How do I set up the ibiblio maven 2 repository in my setting.xml file
as
> a
> > profile.  What is the URL to the ibiblio maven 2 repository?
> >
> > Thanks!
> >
> > Tonté
> >
> > Downloading:
> >
>
http://repo1.maven.org/maven2/org/apache/maven//org/apache/maven/plugins/maven-surefire-plugin/2.4.2

>
>
>
>
> > /maven-surefire-plugin-2.4.2.pom
> > Downloading:
> >
>
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.4.2

>
>
>
>
> > /maven-surefire-plugin-2.4.2.pom
> > Downloading: http://172.18.10.165
> > /svn-repos/org/apache/maven/plugins/maven-surefire-plugin/2.4.2
> > /maven-surefire-plugin-2.4.2.pom
> > Downloading:
> >
>
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.4.2

>
>
>
>
> > /maven-surefire-plugin-2.4.2.pom
> > [INFO]
> >
------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> >
------------------------------------------------------------------------
> > [INFO] Error building POM (may not be this project's POM).
> >
> >
> > Project ID: org.apache.maven.plugins:maven-surefire-plugin
> >
> > Reason: POM 'org.apache.maven.plugins:maven-surefire-plugin' not found
in
> > repository: Unable to download the artifact from any repository
> >
> >  org.apache.maven.plugins:maven-surefire-plugin:pom:2.4.2
> > from the specified remote repositories:
> >  codehaus.org (http://snapshots.repository.codehaus.org),
> >  maven.org (http://repo1.maven.org/maven2/org/apache/maven/),
> >  aviall-maven-repo (http://xxx.xxx.xxx.xxx/svn-repos),
> >  central (http://repo1.maven.org/maven2),
> >  apache.org (http://people.apache.org/repo/m2-snapshot-repository)
> >  for project org.apache.maven.plugins:maven-surefire-plugin
> >
> > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_
> _
> >
> > This e-mail message, including attachments, may contain confidential,
> > proprietary, or export controlled information.
> > Any unauthorized disclosure, distribution, or other use is prohibited,
> > unless expressly authorized.
> > If you receive this e-mail in error, please notify the sender, and
delete
> > all copies of the original message from your systems.
> >
> > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_
> _
> >
> > This e-mail message, including attachments, may contain confidential,
> > proprietary, or export controlled information.
> > Any unauthorized disclosure, distribution, or other use is prohibited,
> > unless expressly authorized.
> > If you receive this e-mail in error, please notify the sender, and
delete
> > all copies of the original message from your systems.
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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]
> >
> >
>
> ---------------------------------------------------------------------
> 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]
>
>
>
>
>
>
> ---------------------------------------------------------------------
> 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]
>
>
>
>
>
>
> ---------------------------------------------------------------------
> 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]






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

Reply via email to