+1 for the "find in files" command. :)
Did you comment entire repository tag in all pom.xml files found from your
command?
For example:
<!--
<repository>
<id>snmp4j-repo</id>
<name>SNMP4J Repository</name>
<url>https://server.oosnmp.net/dist/release/</url>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>-->
On Fri, Jan 4, 2013 at 3:41 PM, Dulanja Liyanage <[email protected]> wrote:
> find . -name 'pom.xml' | xargs grep -i "oosnmp"
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev