adding repository url

2014-02-16 Thread 454329
Hi there ,

I have this dependency present in my pom.xml .
dependency
groupIdorg.apache.solr/groupId
artifactIdsolr-cell/artifactId
version4.0/version
/dependency

However , while trying to mvn install results in buil error because this
dependency isn't resolved successfully.

I tried hunting for the respository url which can fetch this dependency for
me, but all was in vain.

However, i found pm.xml files for this dependency.I don't know, but can I
link this pom with my pom.xml which is present in my code to resolve
dependency ?

Or what i should do ?



--
View this message in context: 
http://maven.40175.n5.nabble.com/adding-repository-url-tp5784961.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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



Re: adding repository url

2014-02-16 Thread Stuart McCulloch
On 15 February 2014 11:13, 454329 abhi454...@gmail.com wrote:

 Hi there ,

 I have this dependency present in my pom.xml .
 dependency
 groupIdorg.apache.solr/groupId
 artifactIdsolr-cell/artifactId
 version4.0/version


Did a quick search for solr-cell on http://search.maven.org/ and I suspect
the version above should be 4.0.0, not 4.0...

/dependency

 However , while trying to mvn install results in buil error because this
 dependency isn't resolved successfully.

 I tried hunting for the respository url which can fetch this dependency for
 me, but all was in vain.

 However, i found pm.xml files for this dependency.I don't know, but can I
 link this pom with my pom.xml which is present in my code to resolve
 dependency ?

 Or what i should do ?



 --
 View this message in context:
 http://maven.40175.n5.nabble.com/adding-repository-url-tp5784961.html
 Sent from the Maven - Users mailing list archive at Nabble.com.

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




-- 
Cheers, Stuart