Please reply me. Please see below code for maven settings.xml
<?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <localRepository>D:\maven\MavenRepo</localRepository> <pluginGroups> </pluginGroups> <servers> <server> <id>central</id> <username>admin</username> <password>password</password> </server> </servers> <profiles> <profile> <id>default</id> <repositories> <repository> <id>central</id> <url>http://localhost:8081/artifactory/repo</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>central</id> <url>http://repo.maven.apache.org/maven2/</url> <snapshots> <enabled>false</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> </pluginRepository> <pluginRepository> <id>upgradingdave-ro</id> <name>Upgradingdave Read Only</name> <url>http://localhost:8081/artifactory/repo</url> </pluginRepository> </pluginRepositories> </profile> </profiles> <activeProfiles> <activeProfile>default</activeProfile> </activeProfiles> </settings> */Regards, Hardik Kaj/i* -- View this message in context: http://forums.jfrog.org/Problem-with-NetBeans-IDE-7-3-Project-Creation-tp7579646p7579649.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
