Steve, I'm getting the following error from mvn under cygwin.
command: "mvn" . . . [INFO] ---------------------------------------------------------------------------- [INFO] Building Qpid Broker [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. Downloading: https://maven-repository.dev.java.net/nonav/repository//org.apache.mina/poms/mina-java5 -1.0.0.pom [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: org.apache.mina:mina-java5 Reason: Error getting POM for 'org.apache.mina:mina-java5' from the repository: Error transferring f ile org.apache.mina:mina-java5:pom:1.0.0 from the specified remote repositories: central (http://repo1.maven.org/maven2), java.net (https://maven-repository.dev.java.net/nonav/repository/), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) ----- The common bits seem to compile ok but the broker looks like it is failing to download mina. I'm not to up on maven but hte three urls don't seem to have the pom file. I'm using: maven 2.0.4 java 1.5.0_08 Any thoughts? -- Martin Ritchie
