Re: The plugin 'org.apache.maven.plugins:maven-site-plugin' does not exist or no valid version could be found

2009-10-07 Thread anshree123
Hi Thanks for your reply. I have removed the comment markings. I think i am missing something out in configuration. I have just modified the proxy settings. Is there anything else i need ot modify?? Regards, Anushree Wayne Fay wrote: > >> I am new at Maven so not able to figure out the problem

Re: The plugin 'org.apache.maven.plugins:maven-site-plugin' does not exist or no valid version could be found

2009-10-06 Thread Wayne Fay
> I am new at Maven so not able to figure out the problem. I have done the > proxy settings in ../.m2/settings.xml file still the problem persists. Generally, this occurs when you have configured things in your settings.xml file, but failed to delete the XML comment markings that surround the con

The plugin 'org.apache.maven.plugins:maven-site-plugin' does not exist or no valid version could be found

2009-10-05 Thread anshree123
ry 'central' will be blacklisted [INFO] [ERROR] BUILD ERROR [INFO] [INFO] The plugin 'org.apache.maven.plugins:maven-site-plugin

Re: org.apache.maven.plugins:maven-site-plugin does NOT exist

2007-09-25 Thread Wayne Fay
he way mvn compile works! > > Then I tried to run mvn install, here I have the problem, the following: > [INFO] > > [ERROR] BUILD ERROR > [INFO] > ----------------

org.apache.maven.plugins:maven-site-plugin does NOT exist

2007-09-25 Thread Raffaele
-- [ERROR] BUILD ERROR [INFO] [INFO] The plugin 'org.apache.maven.plugins:maven-site-plugin' does not exist or no valid version could be found [INFO] ---

Re: 'org.apache.maven.plugins:maven-site-plugin' does not exist

2007-06-12 Thread Wayne Fay
Most likely, you are behind a web proxy firewall, and this is causing your problems. You will need to configure the web proxy in settings.xml before you can proceed with Maven successfully. This is well documented on the Maven website and in numerous emails to this list. If you have already conf

'org.apache.maven.plugins:maven-site-plugin' does not exist

2007-06-12 Thread Breight, Alan R \(Al\)
I'm a new user to Maven; trying to use it to build ActiveMQ. I get the error in the subject line. I found MSITE-117, which is closed and mentions that there was a discussion on the users list. However, I have not been able to get the digest of the users list messages. If someone could help m

Re: org.apache.maven.plugins:maven-site-plugin' does not exist

2007-01-16 Thread yuubouna
got it! my m2 repo is broken, I replaced it with new repo. old repo: .m2 repository_ -> just to disregard the old repo new repo .m2 repository then even without writting the in pom.xml attribute in dependency it will work. ;-) -- View this message in context: http://www.nabble

Re: org.apache.maven.plugins:maven-site-plugin' does not exist

2007-01-16 Thread yuubouna
onsole: > > [INFO] > > [ERROR] BUILD ERROR > [INFO] > ---- > [INFO] The plugin 'org.apache.maven.plugins:maven-site-plugin' does not > exist or > no valid version could be found > > I c

Re: org.apache.maven.plugins:maven-site-plugin' does not exist

2007-01-16 Thread allan ramirez
ROR [INFO] [INFO] The plugin 'org.apache.maven.plugins:maven-site-plugin' does not exist or no valid version could be found I checked out my local repo, org.apache.maven.plugins:maven-site-plugin is in there. anyone knows the solution to these? - yuubouna -- View this messa

org.apache.maven.plugins:maven-site-plugin' does not exist

2007-01-16 Thread yuubouna
NFO] [INFO] The plugin 'org.apache.maven.plugins:maven-site-plugin' does not exist or no valid version could be found I checked out my local repo, org.apache.maven.plugins:maven-site-plugin is in there. anyone knows th