Skip to content
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

Merge IA changes into IIPC master #11

Merged
merged 20 commits into from
Mar 6, 2014
Merged

Conversation

nlevitt
Copy link
Member

@nlevitt nlevitt commented Feb 28, 2014

Most of these changes are updates for the heritrix switch to httpcomponents.

Also pom.xml has some tweaks so that we can build our fork with a version like "1.1.1-IA-SNAPSHOT", and deploy to our maven repository, by adding switches to the maven command line. Should not affect the IIPC build at all.

nlevitt and others added 20 commits December 6, 2013 19:21
…mTest.testReadFullyOrUntil() test passes (how did this ever pass?)
changes needed for move to httpcomponents
…void allocating a buffer every time it was allocated, but didn't because FastBufferedOutputStream always goes and allocates its own anyway (in this old version of fastutil); also, lazily initialize RecordingOutputStream.diskStream
get rid of RecyclingFastBufferedOutputStream, which was supposed to avoi...
update org.json dependency, because source jar is available in maven rep...
set version for final build as ia-web-commons (to be used for loc wayback deployment)
…s of their branches with a special version number, and deploy to a custom repository with the maven command line switch -Drepository.url=...
pom.xml customizations to allow IA and other 3rd parties to tag builds o...
configure properties so sonatype repositories are defaults for distribut...
anjackson added a commit that referenced this pull request Mar 6, 2014
Merge IA changes into IIPC master
@anjackson anjackson merged commit 604199b into iipc:master Mar 6, 2014
@anjackson
Copy link
Member

Unfortunately, this broke release deployment to Maven Central via Sonatype, presumably because of the changes to the distributionManagement section. Do you know if that can be fixed by adding it to a build profile instead?

@anjackson
Copy link
Member

Ah, ok, its because of the id of the repository. I'll fix it.

@nlevitt
Copy link
Member Author

nlevitt commented Mar 6, 2014

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants