I get the following error during maven build today.
Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'org.apache.tiles:tiles-core:jar': Cannot find parent: org.apache.tiles:tiles-parent for project: null:tiles-core:jar:null for project null:tiles-core:jar:null 08:52:47 org.apache.tiles:tiles-core:jar:2.0.6 08:52:47 08:52:47 from the specified remote repositories: 08:52:47 apache.snapshots (http:
I think this is because the site: dtddoc.sf.net shows "The web project is currently offline, waiting for the final migration of its data to our new data center."
Which maven loads as pom, and then it turns out that this is incorrect.
Can anyone suggest a solution?
Note. I am using Maven 3.0.5, JDK 7
Note. Clearing the .m2 folder does not matter. This does not allow metadata to be found.
source share