Apache Archiva Repository
Go to file
Henri Yandell 12cef35e36 Moving off of Plexus FileUtils and onto IO FileUtils. copyFileToDirectory in IO leads to the last-modified being maintained by default, which isn't desired in the case of src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java. I'll add a method to IO allowing that to be turned off (as copyFile(..) already has the variant) and this code can be simplified when IO 1.3 is released.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@484860 13f79535-47bb-0310-9956-ffa450edef68
2006-12-09 00:24:40 +00:00
archiva-applet - verified copyright headers 2006-10-26 09:15:23 +00:00
archiva-cli Moved from Plexus-Util StringUtils to Lang StringUtils. replace, split and join should just have had performance improvements (probably won't be noticed). isEmpty no longer trims, but usually people don't expect that so that's a semi bugfix. I've also switched a couple of \!isEmpty's to isNotEmpty. 2006-12-01 23:44:12 +00:00
archiva-configuration Moving from Plexus Utils IOUtil to Commons IO IOUtils. close(..) becomes closeQuietly(..). copy(..) stays the same. In 1.3 (we're on 1.2 currently) copy(..) will throw an exception if more than MAXINT bytes are copied, but this is just a test case so I think we're safe. 2006-12-02 00:37:00 +00:00
archiva-converter Moved to Commons IO FileUtils. Generally improves things, though you have to pass a null parameter to readStringFromFile and writeStringToFile to imply the default encoding should be used. 2006-12-02 07:57:01 +00:00
archiva-core plexus-taskqueue-1.0-alpha-4 was released 2006-12-07 18:30:29 +00:00
archiva-discoverer Moved from Plexus-Util StringUtils to Lang StringUtils. replace, split and join should just have had performance improvements (probably won't be noticed). isEmpty no longer trims, but usually people don't expect that so that's a semi bugfix. I've also switched a couple of \!isEmpty's to isNotEmpty. 2006-12-01 23:44:12 +00:00
archiva-indexer Moved to using Commons IO. Just a package name change. 2006-12-08 22:33:49 +00:00
archiva-plexus-application Fixing broken build 2006-11-01 20:45:01 +00:00
archiva-plexus-runtime updated appserver host 2006-11-30 20:50:46 +00:00
archiva-proxy Moving off of Plexus FileUtils and onto IO FileUtils. copyFileToDirectory in IO leads to the last-modified being maintained by default, which isn't desired in the case of src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java. I'll add a method to IO allowing that to be turned off (as copyFile(..) already has the variant) and this code can be simplified when IO 1.3 is released. 2006-12-09 00:24:40 +00:00
archiva-reports-standard Switching to Lang 2006-12-02 00:39:51 +00:00
archiva-repository-layer - verified copyright headers 2006-10-26 09:15:23 +00:00
archiva-sandbox/archiva-repository-assembler Moving from Plexus Utils IOUtil to Commons IO IOUtils. close(..) becomes closeQuietly(..). copy(..) stays the same. In 1.3 (we're on 1.2 currently) copy(..) will throw an exception if more than MAXINT bytes are copied, but this is just a test case so I think we're safe. 2006-12-02 00:37:00 +00:00
archiva-security MRM-242 added a new base role for the repository managers to inherit 2006-12-05 16:37:53 +00:00
archiva-webapp JDO factory for users database is required 2006-12-08 11:14:35 +00:00
archiva-webapp-test removed increased selenium timeout now that ant-run will pre-load the archiva webapp 2006-12-04 10:11:37 +00:00
design check in all the logos for future reference 2006-12-08 06:18:02 +00:00
maven-meeper o stuff seems to be working so direct it at the repository list so the volunteers can help with problems. 2006-12-07 14:21:25 +00:00
src/site Applying Daniel Mohni's excellent documentation on using Archiva from Maven. 2006-11-24 21:47:09 +00:00
pom.xml adding the company logo logic 2006-12-07 16:48:29 +00:00