Scott created MTOMCAT-279: ----------------------------- Summary: Snapshot repositiory missing files for 2.3-SNAPSHOT Key: MTOMCAT-279 URL: https://issues.apache.org/jira/browse/MTOMCAT-279 Project: Apache Tomcat Maven Plugin Issue Type: Bug Components: tomcat7 Affects Versions: 2.3 Reporter: Scott Assignee: Olivier Lamy (*$^¨%`£)
I am using the following plugin repository: ``` <pluginRepository> <id>apache.snapshots</id> <name>Apache Snapshots</name> <url>http://people.apache.org/repo/m2-snapshot-repository</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </pluginRepository> ``` Here is the error from maven: ``` [DEBUG] Could not find metadata org.apache.tomcat.maven:tomcat7-maven-plugin:2.3-SNAPSHOT/maven-metadata.xml in local (/home/smitchel/.m2/repository) [DEBUG] Failure to find org.apache.tomcat.maven:tomcat7-maven-plugin:2.3-SNAPSHOT/maven-metadata.xml in http://people.apache.org/repo/m2-snapshot-repository was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced [DEBUG] Could not find metadata org.apache.tomcat.maven:tomcat7-maven-plugin:2.3-SNAPSHOT/maven-metadata.xml in local (/home/smitchel/.m2/repository) [DEBUG] Failure to find org.apache.tomcat.maven:tomcat7-maven-plugin:2.3-SNAPSHOT/maven-metadata.xml in http://people.apache.org/repo/m2-snapshot-repository was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced [WARNING] The POM for org.apache.tomcat.maven:tomcat7-maven-plugin:jar:2.3-SNAPSHOT is missing, no dependency information available ``` -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org