aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-sandbox
Commit message (Collapse)AuthorAgeFilesLines
* move to sandbox out of trunkBrett Porter2006-12-229-1430/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@489784 13f79535-47bb-0310-9956-ffa450edef68
* Updating to use IO FileUtils rather than Plexus FileUtils. This project ↵Henri Yandell2006-12-091-6/+6
| | | | | | doesn't build however - there are imports missing. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@484866 13f79535-47bb-0310-9956-ffa450edef68
* Moving from Plexus Utils IOUtil to Commons IO IOUtils. close(..) becomes ↵Henri Yandell2006-12-022-2/+6
| | | | | | 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. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481460 13f79535-47bb-0310-9956-ffa450edef68
* o adding the incomplete repository assembly that I started decoupling from ↵Jason van Zyl2006-11-059-0/+1426
the assembly plugin so that we do it in one place and not make 5 copies of the same tool again. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471568 13f79535-47bb-0310-9956-ffa450edef68