Hello everybody, There's an error with maven-war-plugin when I execute the comand below:
C:\Projects\cas-server-3.3.1\cas-server-webapp>mvn package install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building JA-SIG CAS Web Application [INFO] task-segment: [package, install] [INFO] ------------------------------------------------------------------------ Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-war-p ugin/2.1-alpha-1/maven-war-plugin-2.1-alpha-1.pom Downloading: http://developer.ja-sig.org/maven2/org/apache/maven/plugins/maven- ar-plugin/2.1-alpha-1/maven-war-plugin-2.1-alpha-1.pom Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-war-p ugin/2.1-alpha-1/maven-war-plugin-2.1-alpha-1.pom [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: org.apache.maven.plugins ArtifactId: maven-war-plugin Version: 2.1-alpha-1 Reason: Unable to download the artifact from any repository org.apache.maven.plugins:maven-war-plugin:pom:2.1-alpha-1 from the specified remote repositories: central (http://repo1.maven.org/maven2), jasig-repository (http://developer.ja-sig.org/maven2), jasig-snapshot (http://developer.ja-sig.org/maven2-snapshot) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 5 seconds [INFO] Finished at: Thu Feb 19 10:31:56 BRST 2009 [INFO] Final Memory: 2M/4M [INFO] ------------------------------------------------------------------------ How can I solve this? Thanks -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
