[m2] Cannot find maven-war-plugin

2006-01-31 Thread Mang Jun Lau
Hi, When I execute mvn install on a web project, I get a build error stating that The plugin 'org.apache.maven.plugins:maven-war-plugin' does not exist or no valid version could be found. I tried googling for this but came up with nothing. Why is it not checking the central repository for

Re: [m2] Cannot find maven-war-plugin

2006-01-31 Thread Lee Meador
If you have a proxy you will need to put some things in the settings.xmlfile. http://maven.apache.org/guides/mini/guide-proxies.html It is also possible that ibiblio is running really slow. You might try again and see if it does any better. I have had to try 3 times to get things downloaded on

Re: [m2] Cannot find maven-war-plugin

2006-01-31 Thread Mang Jun Lau
List users@maven.apache.org cc Subject Re: [m2] Cannot find maven-war-plugin If you have a proxy you will need to put some things in the settings.xmlfile. http://maven.apache.org/guides/mini/guide-proxies.html It is also possible that ibiblio is running really slow. You might try again

Re: [m2] Cannot find maven-war-plugin

2006-01-31 Thread Lee Meador
for m2? I browsed the repository and only found beta version. _Mang Lee Meador [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 01/31/2006 11:40 AM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: [m2] Cannot find maven

Re: [m2] Cannot find maven-war-plugin

2006-01-31 Thread Brett Porter
/2006 11:40 AM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: [m2] Cannot find maven-war-plugin If you have a proxy you will need to put some things in the settings.xmlfile. http://maven.apache.org/guides/mini

Re: [m2] Cannot find maven-war-plugin

2006-01-31 Thread Mang Jun Lau
Thanks so much. It worked out :) _Mang Brett Porter [EMAIL PROTECTED] 01/31/2006 12:25 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: [m2] Cannot find maven-war-plugin You can use -U to force an update. On 2