You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mick Knutson <mi...@hotmail.com> on 2006/04/15 01:53:30 UTC

[m202] warning after installing 3rd party libs.

.m2\repository\sun\rowset\1.0\rowset-1.0.jar is valid, and the build works 
fine, but I keep getting these warnings.

Warning during EACH BUILD:
====================
Downloading: http://repo1.maven.org/maven2/sun/rowset/1.0/rowset-1.0.pom
[WARNING] Unable to get resource from repository backup 
(http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/sun/rowset/1.0/rowset-1.0.pom
[WARNING] Unable to get resource from repository central 
(http://repo1.maven.org/maven2)


.m2\repository\sun\rowset\maven-metadata-local.xml:
==================================
<?xml version="1.0" encoding="UTF-8"?><metadata>
  <groupId>sun</groupId>
  <artifactId>rowset</artifactId>
  <version>1.0</version>
  <versioning>
    <versions>
      <version>1.0</version>
    </versions>
    <lastUpdated>20060412200402</lastUpdated>
  </versioning>
</metadata>





---
Thank You
Mick Knutson

BASE logic, inc.
(415) 648-1804 (San Francisco, CA)
http://www.BASELogic.com

http://www.djmick.com
---



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m202] warning after installing 3rd party libs.

Posted by Mick Knutson <mi...@hotmail.com>.
That worked. Much thanks.

---
Thank You
Mick Knutson

BASE logic, inc.
(415) 648-1804 (San Francisco, CA)
http://www.BASELogic.com

http://www.djmick.com
---




>From: "Wendy Smoak" <ws...@gmail.com>
>Reply-To: "Maven Users List" <us...@maven.apache.org>
>To: "Maven Users List" <us...@maven.apache.org>
>Subject: Re: [m202] warning after installing 3rd party libs.
>Date: Fri, 14 Apr 2006 17:00:06 -0700
>
>On 4/14/06, Mick Knutson <mi...@hotmail.com> wrote:
>
> > .m2\repository\sun\rowset\1.0\rowset-1.0.jar is valid, and the build 
>works
> > fine, but I keep getting these warnings.
> >
> > Warning during EACH BUILD:
> > ====================
> > Downloading: http://repo1.maven.org/maven2/sun/rowset/1.0/rowset-1.0.pom
> > [WARNING] Unable to get resource from repository backup
> > (http://repo1.maven.org/maven2)
>
>Re-install them in your local repository using -DgeneratePom=true (or
>if they have transitive dependencies, write a pom for them and use
>-DpomFile=... when you install.)
>
>http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html
>
>--
>Wendy
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m202] warning after installing 3rd party libs.

Posted by Wendy Smoak <ws...@gmail.com>.
On 4/14/06, Mick Knutson <mi...@hotmail.com> wrote:

> .m2\repository\sun\rowset\1.0\rowset-1.0.jar is valid, and the build works
> fine, but I keep getting these warnings.
>
> Warning during EACH BUILD:
> ====================
> Downloading: http://repo1.maven.org/maven2/sun/rowset/1.0/rowset-1.0.pom
> [WARNING] Unable to get resource from repository backup
> (http://repo1.maven.org/maven2)

Re-install them in your local repository using -DgeneratePom=true (or
if they have transitive dependencies, write a pom for them and use
-DpomFile=... when you install.)

http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org