Thank you for your response. > > I had a similar problem some time ago and it was caused by broken > download. For me it helped to just > remove this directory: ~/.m2/repository/org/apache/maven/plugins/ and > just try again mvn package (or > install). > > Before you dig into this issue I would suggest to purge Maven local > repository and try again. If it > does not help try to execute Maven with -X switch that will give lots of > debug output. >
unfortunately it didn't give any correction. I work on winXP an also on Linux (zenwalk) and error occured on a both systems. I also completely 'clean' (remove) my repository. AFTER maven -X command resul was the same, below fragment of logs only with 'maven-war-plugin' (completely log file has 400k) [DEBUG] xml-apis:xml-apis:jar:1.0.b2:runtime (removed - nearer found: 1.3.02) [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::7 for project: null:maven-war-plugin:maven-plugin:2.0.2 from the repository. [DEBUG] Retrieving parent-POM: org.apache.maven:maven-plugin-surrogate-parent::5 for project: org.apache.maven.plugins:maven-plugins:pom:7 from the repository. [DEBUG] org.apache.maven.plugins:maven-war-plugin:jar:2.0.2:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.apache.maven.shared:maven-shared-components::3 for project: org.apache.maven:maven-archiver:jar:2.2 from the repository. [DEBUG] org.apache.maven:maven-archiver:jar:2.2:runtime (selected for runtime) [DEBUG] org.apache.maven:maven-project:jar:2.0:runtime (removed - nearer found: 2.0.1) [DEBUG] org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:runtime (selected for runtime) [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (removed - nearer found: 1.0-alpha-9) [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: null:plexus-utils:jar:1.2 from the repository. [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.2:runtime (removed - nearer found: 1.1) [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (removed - nearer found: 2.0.1) [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1) [DEBUG] commons-io:commons-io:jar:1.3.1:runtime (selected for runtime) [DEBUG] Configuring mojo 'org.apache.cocoon:cocoon-maven-plugin:1.0.0-M1:rcl' --> [DEBUG] (f) localRepository = [local] -> file://c:/opt/maven-2.0/repository [DEBUG] (f) project = [EMAIL PROTECTED] [DEBUG] (f) rclPropertiesFile = C:\projects\cocoon\article\article_block\.\rcl.properties [DEBUG] (f) remoteArtifactRepositories = [[central] -> http://repo1.maven.org/maven2] [DEBUG] (f) target = C:\projects\cocoon\article\article_block\.\target\rcl [DEBUG] -- end configuration -- regards Tom. ps. I use defalt maven repository: http://repo1.maven.org, and maven version is 2.0.7 ---------------------------------------------------- Esbjörn Svensson Trio na Pokładzie w Gdyni! już 2007-11-20. Przeczytaj! http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2Fest.html&sid=100 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
