-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switchover maven build #2
base: master
Are you sure you want to change the base?
Conversation
…ded travis file, made httpclient overlay much cleaner, and updated some dependencies.
…ded travis file, made httpclient overlay much cleaner, and updated some dependencies.
Stripping out Eclipse project files
Syncing up with IA. Travis CI not set up yet.
Syncing IIPC-to-UKWA
Conflicts: pom.xml
Travis build is stuck, as the JavaSWF dependency is not in Maven Central. I have submitted it manually, via SonaType (see https://github.com/ukwa/javaswf for config). If it is accepted, the build should then work. Note, however, that that is a very old piece of code that is no longer maintained - we should consider removing it and either dropping SWF support or moving to a library that is being maintained. |
This set of changes removed the dependency on the archive.org artifact repository. This means minor changes to a number of dependency versions, and in some cases meant coping with the fact that classes had moved between versions. It also renames the contained artifacts to be under the org.netpreserve name rather than archive.org. Finally, it also adds a travis YAML file, and should build cleanly.
See also https://github.com/iipc/archive-commons/pull/2