1. d9c913a switch Guice from manually repackaging Guava to depending on Guava. it's still jarjar'd right now, which is causing a ~400k increase in guice-snapshot.jar. next step is to switch to ProGuard to remove the unnecessary code and cut it back down (even further?!). this will let people build from Guice source and depend directly on Guava code without having to worry about hiding internal/util. by sberlin · 13 years ago
  2. ca183a6 Fix maven build (TODO: replace dependency with official cglib-2.2.2 when it's on Maven Central) by mcculls · 13 years ago
  3. d5fcf7c don't include pom.xml & pom.properties in maven build, to better mirror ant build. by sberlin · 14 years ago
  4. 33018c3 Add standard Apache LICENSE and NOTICE files to the Maven build by mcculls · 14 years ago
  5. c2420fb Cleanup pom - lock deploy plugin to 2.5 and remove extra source/javadoc profile as they are already enabled when building with -DperformRelease by mcculls · 14 years ago
  6. 01941a0 Use same release profile id as the main google pom by mcculls · 14 years ago
  7. 692ca95 Align Maven no_aop classifier to match the Ant target by mcculls · 14 years ago
  8. 4489484 Add source and javadoc to Maven release profile by mcculls · 14 years ago
  9. 4d4e160 Clarify that the Maven build requires Maven3 and cleanup temporary CGLIB dependency by mcculls · 14 years ago
  10. aacb484 Add some comments to the Maven POMs by mcculls · 14 years ago
  11. 4757520 Run maven tests with TestNG (better handling of tests) by mcculls · 14 years ago
  12. 188875a Process googlecode test classes by mcculls · 14 years ago
  13. 2c3076b Update to jarjar-maven-plugin 1.3 release, and use simple logger in persist tests by mcculls · 14 years ago
  14. 8846db3 Update Maven poms to use new jarjar processing rules, allow jarjar and munge profiles to be turned off, and synchronize bundle headers in Ant and Maven builds by mcculls · 14 years ago
  15. 0009005 Add CI details by mcculls · 14 years ago
  16. ec49188 Update grid profile by mcculls · 14 years ago
  17. 8815358 Add grid profile by mcculls · 14 years ago
  18. bc7e150 Issue 552: add buildable maven poms by mcculls · 14 years ago
  19. b085238 issue 525 - update poms to guice 3.0. patch courtesy of max bowsher, thanks! by sberlin · 14 years ago
  20. 255af73 Merge 2.0-maven branch into trunk. by sberlin@gmail.com · 14 years ago
  21. ac266a2 Added Maven build file. by crazyboblee · 18 years ago