--- Begin Message ---Yes I am working behind proxy..... The following is my Settings.xml.... <settings xmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <!-- | This file contains user specific maven settings. | It will be used by maven in the following situations: | * Using java-property: -Dorg.apache.maven.user-settings=/path/to/user/settings.xml | * Using mvn command switch: -s /path/to/user/settings.xml --> <!-- | Specifies the local repository location. | Unfortunately, only system environment variables are expanded. | Java variables (-D) as well as maven properties are ignored. --> <!-- Linux version <localRepository>${user.home}/.m2/VBL10</localRepository> --> <!-- Windows version --> <localRepository>${USERPROFILE}/.m2/VBL10</localRepository> <offline>false</offline> <profiles> <profile> <id>VBLx</id> <properties> <VBL>VBL10</VBL> <build-server>to0047</build-server> <build-server-url>http://${build-server}:8088</build-server-url> <repo-server>tntnextgen02</repo-server> <repo-server-url>http://${repo-server}:8080</repo-server-url> <repo-url>${repo-server-url}/proximity-${VBL}/repository</repo-url> <repo-release-path>file://c:/Maven-deployed/VBLx/${VBL}</repo-release-path> <repo-snapshot-path>${repo-release-path}.snapshot</repo-snapshot-path> <site-server>${repo-server}</site-server> <site-server-url>http://${site-server}</site-server-url> <site-base-url>${site-server-url}/genium/sites/${VBL}</site-base-url> <site-deploy-path>file://c:/Maven-deployed/sites/${VBL}</site-deploy-path> </properties> <repositories> <repository> <id>central</id> <name>Genium ${VBL} Central Repository</name> <url>http://tntnextgen02:8080/proximity-VBL10/repository</url> <layout>default</layout> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> <checksumPolicy>warn</checksumPolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> <checksumPolicy>warn</checksumPolicy> </snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>central</id> <name>Genium ${VBL} Central Plugin Repository</name> <url>http://tntnextgen02:8080/proximity-VBL10/repository</url> <layout>default</layout> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> <checksumPolicy>warn</checksumPolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> <checksumPolicy>warn</checksumPolicy> </snapshots> </pluginRepository> </pluginRepositories> </profile> </profiles> <activeProfiles> <activeProfile>VBLx</activeProfile> </activeProfiles> </settings> I installed by using... mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-surefire-plugin -Dversion=2.3 -Dpackaging=jar -Dfile=maven-surefire-plugin-2.3.jar Is there anything wrong...? Thanks, Ramesh ________________________________ From: Thorsten Heit [mailto:[EMAIL PROTECTED] Sent: Thu 4/19/2007 4:59 PM To: Maven Users List Subject: Re: RE: RE: maven-surefire-plugin problem Hi, > It is not fetching this plug-in automatically...... What error is Maven showing with "mvn -e -X ..."? Have you checked that your network settings are correct? I.e. are you behind a firewall? If yes, do you have proxy settings specified in your settings.xml? > So i have installed in the local repo... But _how_ did you install it? > can u please send POM, so that I can use central repository as yours.... There's nothing to configure for that case; Maven automatically connects to the central repo for fetching plugins... Regards Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]<<winmail.dat>>
--- End Message ---
DISCLAIMER: ----------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect. -----------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
