Comment #1 on issue 37 by [email protected]: Unresolveable build extension: Plugin org.mobicents.tools:maven-eclipse-plugin:1.0.1.FINAL or one of its dependencies could not be resolved
https://code.google.com/p/smscgateway/issues/detail?id=37

Hi All,

That was my fault as I have not added proxy entry in my Maven. I have added below entry in settings.xml:

   <proxies>
      <proxy>
         <active>true</active>
         <protocol>http</protocol>
         <host>XXXXX</host>
         <port>XX</port>
         <username>XXXXX</username>
         <password>XXXXX</password>
      </proxy>
   </proxies>

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to