[jira] (MNGSITE-168) http://maven.apache.org/maven-v4_0_0.xsd not accessible

2013-01-13 Thread Mathieu Baudier (JIRA)

[ 
https://jira.codehaus.org/browse/MNGSITE-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=317221#comment-317221
 ] 

Mathieu Baudier commented on MNGSITE-168:
-

Thanks a lot! The warning disappered in Eclipse.
(and it saves me updating hundreds of POM files :)

> http://maven.apache.org/maven-v4_0_0.xsd not accessible
> ---
>
> Key: MNGSITE-168
> URL: https://jira.codehaus.org/browse/MNGSITE-168
> Project: Maven Project Web Site
>  Issue Type: Bug
> Environment: Firefox, wget
>Reporter: Mathieu Baudier
>Assignee: Robert Scholte
>
> http://maven.apache.org/maven-v4_0_0.xsd doesn't seem to be accessible 
> anymore. We use it in our POMs as XML grammar. Has it moved?
> $ wget http://maven.apache.org/maven-v4_0_0.xsd
> --2013-01-12 19:06:38--  http://maven.apache.org/maven-v4_0_0.xsd
> Resolving maven.apache.org... 140.211.11.131, 192.87.106.229, 
> 2001:610:1:80bc:192:87:106:229
> Connecting to maven.apache.org|140.211.11.131|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2013-01-12 19:06:38 ERROR 404: Not Found.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MNGSITE-168) http://maven.apache.org/maven-v4_0_0.xsd not accessible

2013-01-13 Thread Robert Scholte (JIRA)

 [ 
https://jira.codehaus.org/browse/MNGSITE-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte closed MNGSITE-168.
--

Resolution: Fixed

The number of references it too huge to simply ignore. I've added a redirect 
for it.

> http://maven.apache.org/maven-v4_0_0.xsd not accessible
> ---
>
> Key: MNGSITE-168
> URL: https://jira.codehaus.org/browse/MNGSITE-168
> Project: Maven Project Web Site
>  Issue Type: Bug
> Environment: Firefox, wget
>Reporter: Mathieu Baudier
>Assignee: Robert Scholte
>
> http://maven.apache.org/maven-v4_0_0.xsd doesn't seem to be accessible 
> anymore. We use it in our POMs as XML grammar. Has it moved?
> $ wget http://maven.apache.org/maven-v4_0_0.xsd
> --2013-01-12 19:06:38--  http://maven.apache.org/maven-v4_0_0.xsd
> Resolving maven.apache.org... 140.211.11.131, 192.87.106.229, 
> 2001:610:1:80bc:192:87:106:229
> Connecting to maven.apache.org|140.211.11.131|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2013-01-12 19:06:38 ERROR 404: Not Found.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MNGSITE-168) http://maven.apache.org/maven-v4_0_0.xsd not accessible

2013-01-13 Thread Mathieu Baudier (JIRA)

 [ 
https://jira.codehaus.org/browse/MNGSITE-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mathieu Baudier reopened MNGSITE-168:
-


As per comment 
https://jira.codehaus.org/browse/MNGSITE-168?focusedCommentId=317213&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-317213
 this URL is widely referenced and was explicitely described as Maven 2 XSD in 
some documentation.

Couldn't this URL be made to point to the reference one?

> http://maven.apache.org/maven-v4_0_0.xsd not accessible
> ---
>
> Key: MNGSITE-168
> URL: https://jira.codehaus.org/browse/MNGSITE-168
> Project: Maven Project Web Site
>  Issue Type: Bug
> Environment: Firefox, wget
>Reporter: Mathieu Baudier
>Assignee: Robert Scholte
>
> http://maven.apache.org/maven-v4_0_0.xsd doesn't seem to be accessible 
> anymore. We use it in our POMs as XML grammar. Has it moved?
> $ wget http://maven.apache.org/maven-v4_0_0.xsd
> --2013-01-12 19:06:38--  http://maven.apache.org/maven-v4_0_0.xsd
> Resolving maven.apache.org... 140.211.11.131, 192.87.106.229, 
> 2001:610:1:80bc:192:87:106:229
> Connecting to maven.apache.org|140.211.11.131|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2013-01-12 19:06:38 ERROR 404: Not Found.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MNGSITE-168) http://maven.apache.org/maven-v4_0_0.xsd not accessible

2013-01-13 Thread Mathieu Baudier (JIRA)

[ 
https://jira.codehaus.org/browse/MNGSITE-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=317213#comment-317213
 ] 

Mathieu Baudier commented on MNGSITE-168:
-

In Maven 1.x documentation:
http://maven.apache.org/maven-1.x/reference/maven-model/3.0.2/maven.html


An XSD is available at:

http://maven.apache.org/maven-v3_0_0.xsd for Maven 1.1.
http://maven.apache.org/maven-v4_0_0.xsd for Maven 2.0.


In Sonatype's "Maven by Example":
http://www.sonatype.com/books/mvnex-book/reference/optimizing-sect-final-poms.html

A Google search (with this URL surrounded with quotes ") returns "About 
8,600,000 results":
https://www.google.de/search?q=http%3A%2F%2Fmaven.apache.org%2Fmaven-v4_0_0.xsd&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-GB:unofficial&client=firefox-a#hl=en&client=firefox-a&tbo=d&rls=org.mozilla:en-GB%3Aunofficial&sclient=psy-ab&q=%22http:%2F%2Fmaven.apache.org%2Fmaven-v4_0_0.xsd%22&oq=%22http:%2F%2Fmaven.apache.org%2Fmaven-v4_0_0.xsd%22&gs_l=serp.3..0i7j0i30.7436.7436.1.10524.1.1.0.0.0.0.82.82.1.1.0.les%3B..0.0...1c.1.Ms7yWyyR4II&pbx=1&bav=on.2,or.r_gc.r_pw.r_cp.r_qf.&bvm=bv.1357700187,d.ZG4&fp=e30a94e4cb6df5f9&biw=1017&bih=598



> http://maven.apache.org/maven-v4_0_0.xsd not accessible
> ---
>
> Key: MNGSITE-168
> URL: https://jira.codehaus.org/browse/MNGSITE-168
> Project: Maven Project Web Site
>  Issue Type: Bug
> Environment: Firefox, wget
>Reporter: Mathieu Baudier
>Assignee: Robert Scholte
>
> http://maven.apache.org/maven-v4_0_0.xsd doesn't seem to be accessible 
> anymore. We use it in our POMs as XML grammar. Has it moved?
> $ wget http://maven.apache.org/maven-v4_0_0.xsd
> --2013-01-12 19:06:38--  http://maven.apache.org/maven-v4_0_0.xsd
> Resolving maven.apache.org... 140.211.11.131, 192.87.106.229, 
> 2001:610:1:80bc:192:87:106:229
> Connecting to maven.apache.org|140.211.11.131|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2013-01-12 19:06:38 ERROR 404: Not Found.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MNGSITE-168) http://maven.apache.org/maven-v4_0_0.xsd not accessible

2013-01-12 Thread Robert Scholte (JIRA)

 [ 
https://jira.codehaus.org/browse/MNGSITE-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte closed MNGSITE-168.
--

Resolution: Not A Bug
  Assignee: Robert Scholte

It should be http://maven.apache.org/xsd/maven-4.0.0.xsd
Is there any documentation which refers to your URL?

> http://maven.apache.org/maven-v4_0_0.xsd not accessible
> ---
>
> Key: MNGSITE-168
> URL: https://jira.codehaus.org/browse/MNGSITE-168
> Project: Maven Project Web Site
>  Issue Type: Bug
> Environment: Firefox, wget
>Reporter: Mathieu Baudier
>Assignee: Robert Scholte
>
> http://maven.apache.org/maven-v4_0_0.xsd doesn't seem to be accessible 
> anymore. We use it in our POMs as XML grammar. Has it moved?
> $ wget http://maven.apache.org/maven-v4_0_0.xsd
> --2013-01-12 19:06:38--  http://maven.apache.org/maven-v4_0_0.xsd
> Resolving maven.apache.org... 140.211.11.131, 192.87.106.229, 
> 2001:610:1:80bc:192:87:106:229
> Connecting to maven.apache.org|140.211.11.131|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2013-01-12 19:06:38 ERROR 404: Not Found.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MNGSITE-168) http://maven.apache.org/maven-v4_0_0.xsd not accessible

2013-01-12 Thread Mathieu Baudier (JIRA)
Mathieu Baudier created MNGSITE-168:
---

 Summary: http://maven.apache.org/maven-v4_0_0.xsd not accessible
 Key: MNGSITE-168
 URL: https://jira.codehaus.org/browse/MNGSITE-168
 Project: Maven Project Web Site
  Issue Type: Bug
 Environment: Firefox, wget
Reporter: Mathieu Baudier


http://maven.apache.org/maven-v4_0_0.xsd doesn't seem to be accessible anymore. 
We use it in our POMs as XML grammar. Has it moved?

$ wget http://maven.apache.org/maven-v4_0_0.xsd
--2013-01-12 19:06:38--  http://maven.apache.org/maven-v4_0_0.xsd
Resolving maven.apache.org... 140.211.11.131, 192.87.106.229, 
2001:610:1:80bc:192:87:106:229
Connecting to maven.apache.org|140.211.11.131|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-01-12 19:06:38 ERROR 404: Not Found.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira