Yesterday, I observed the same error in the maven-metadata-agilejava.xml file
of the maven-checkstyle-plugin and maven-surefire-report-plugin.
My work around was to edit the file and change the two lines


> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
> <meta name="generator" content="HAPedit 3.1">
> 
to


> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
> <meta name="generator" content="HAPedit 3.1"/>
> 
(so I simply changed the closing ">" to a closing "/>").

Of course this is not a real solution...
Today I encountered the same error on a system where I do not have write
permission in the .m2 directory, so I am stuck...

Further help is very welcome.


fachhoch wrote:
> 
> All of a sudden I started getting this error
> 
> Error message: Unable to get dependency information: Unable to read local
> copy of metadata: Cannot read metadata from 'C:\Documents and
> Settings\sairamm\.m2\repository\commons-collections\commons-collections\maven-metadata-Agile
> Java.xml': end tag name </head> must be the same as start tag <meta> from
> line 6 (position: TEXT seen ...h;width:100%;
> margin-left:10px;text-align:left}\r\n</style>\r\n</head>... @27:8)
>   commons-collections:commons-collections:jar:null
> 
> 
> Root error message: end tag name </head> must be the same as start tag
> <meta> from line 6 (position: TEXT seen ...h;width:100%;
> margin-left:10px;text-align:left}\r\n</style>\r\n</head>... @27:8)
> 
> Please help how can I resolve this.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/error-with-maven-metadata-Agile-Java.xml-tp24463840p24476303.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to