On Wed, Oct 23, 2013 at 12:36 PM, Adam Rousell <[email protected]> wrote: > I seem to be having issues with running the maven package on a newly > downloaded instance of DSpace 3.x. During the package process the system > hangs when trying to download files. A number of the links provided result > in a 404 error when trying to access through a browser (i.e. > http://oss.sonatype.org/content/repositories/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar). > Is this a problem with the host that holds these files as at the minute I > cannot build any instances that use these.
Hi Adam, I'm not sure how Maven got that broken link, because commons-digester-1.6.jar *is* available on Maven Central [1]. We think this might be a Maven caching issue. Try building again with: mvn -U clean package If that doesn't help, try deleting the ~/.m2 directory. Maven will re-fetch every dependency and recreate it on its next run. Which exact 3.x version are you building? We were able to build 3.2 successfully. [1] http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22commons-digester%22%20AND%20a%3A%22commons-digester%22 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

