How did you use install:install-file to install something into Archiva? If you mean in your local repository:
http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html#generatePom Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Mar 4, 2009 at 11:56 PM, Davis Ford <[email protected]> wrote: > <slaps-forehead> -- I did mvn install:install-file -- can you make > the install command generate a pom.xml? > > On Wed, Mar 4, 2009 at 5:51 PM, Wendy Smoak <[email protected]> wrote: >> On Wed, Mar 4, 2009 at 3:48 PM, Davis Ford <[email protected]> >> wrote: >>> Hi, we have an internal repo here (using Archiva), and I manually >>> deployed some jars to it. However, whenever I run a maven command it >>> is constantly trying to check the pom against the server version. >>> Example: >>> >>> Downloading: >>> http://internal-maven-repo:8080/archiva/repository/internal//weblogic/webservices/9.2/webservices-9.2.pom >> >> Does that file exist? >> >>> This keeps repeating and it is really slow. I noticed that jars that >>> I pulled from the Internet and cached in Archiva it does not do this >>> for. Is there some way to stop it from doing this? Why does it >>> appear to do it only for the jars I manually deployed? >> >> My guess is that when you deployed the artifacts, you did not deploy >> a pom or have one generated. Exactly how did you deploy the jars? >> >> -- >> Wendy >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > > -- > Zeno Consulting, Inc. > home: http://www.zenoconsulting.biz > blog: http://zenoconsulting.wikidot.com > p: 248.894.4922 > f: 313.884.2977 > > --------------------------------------------------------------------- > 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]
