I've pulled the latest SVN head (revision 544315) and I'm running into a problem - the jar fails with an error:
------------------------------ C:\java\jakarta-httpcomponents\httpcore\module-main>mvn clean install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ ---- [INFO] Building HttpCore (base module) [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ ---- [INFO] [clean:clean] [INFO] Deleting directory C:\java\jakarta-httpcomponents\httpcore\module-main\target [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] Compiling 127 source files to C:\java\jakarta-httpcomponents\httpcore\module-main\target\classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] Compiling 64 source files to C:\java\jakarta-httpcomponents\httpcore\module-main\target\test-classes [INFO] [surefire:test] [INFO] Setting reports dir: C:\java\jakarta-httpcomponents\httpcore\module-main\target/surefire-repo rts ------------------------------------------------------- T E S T S ------------------------------------------------------- [surefire] Running org.apache.http.TestAll [surefire] Tests run: 369, Failures: 0, Errors: 0, Time elapsed: 0.007 sec Results : [surefire] Tests run: 369, Failures: 0, Errors: 0 [INFO] [jar:jar] [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error assembling JAR Embedded error: The attribute "Implementation-Version" may not occur more than once in the same section [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5 seconds [INFO] Finished at: Mon Jun 04 15:47:36 PDT 2007 [INFO] Final Memory: 6M/19M [INFO] ------------------------------------------------------------------------ ---------------------- Any clues as to what I might be doing wrong? anders
