Hi there, The only maven-metadata-central.xml file I saw, (in the local repo) was in the following location:
D:\maven_repo\org\apache\maven\archetypes\maven-archetype-j2ee The had the following data <?xml version="1.0" encoding="UTF-8"?><metadata> <groupId>org.apache.maven.archetypes</groupId> <artifactId>maven-archetype-j2ee</artifactId> <version>RELEASE</version> </metadata> Other than that I only saw maven-metadata-local.xml files again at the artifact level and the version level. I have only install this artifact into my local repo. Is there a document that explains the xml files located within the local and remote repos? Trent On 08/02/06, John Casey <[EMAIL PROTECTED]> wrote: > > which maven-metadata-central.xml did you look at? what was it's path in > the repository? There is group-level, artifact-level, and version-level > metadata, and all (IIRC) share this file name. > >
