目录1. Maven核心概念理解2. POM.XML创建与配置2.1 POM.xml的作用与结构2.1.1 POM.xml的基本元素解析2.1.2 项目信息和构建配置的设置2.2 POM.xml的高级配置2.2.1 仓库配置和镜像使用2.2.2 构建配置的进阶应用3. 依赖
I\'m writing a Pylons app, and am trying to create a simple backup system where every table is serialized and tarred up into a single file for an administrator to download, and use to restore the app