
项目构建之ant & maven
项目构建之ant & maven
基于ant 与maven 笔记整合
颠坤
一个菜鸟,努力成长中...
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
项目构建之maven篇:8.maven发布web工程及基于spring mvc,jetty实现的用户管理demo
web工程目录结构 pom/pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.a原创 2014-06-22 00:44:06 · 2092 阅读 · 0 评论 -
项目构建之maven篇:7.聚合与继承
聚合: 为方便项目构建,通常将聚合模块放在项目目录的最顶层,其他模块则作为聚合模块的子目录存在, 这样我们得到源码的时候,最快发现的是聚合模块的pom 运行命令 查看结果 源代码下载 继承 创建parent项目,用于被继承 pa原创 2014-06-19 22:20:44 · 988 阅读 · 0 评论 -
项目构建之maven篇:6.生命周期与插件
项目生命周期原创 2014-06-18 23:18:23 · 1119 阅读 · 0 评论 -
项目构建之maven篇:5.仓库及nexus创建私服-2
下载安装 下载地址 修改默认端口: home\conf\nexus.properties # Sonatype Nexus # ============== # This is the most basic configuration of Nexus. # Jetty section application-port=9080 applica原创 2014-06-18 00:55:02 · 1591 阅读 · 0 评论 -
项目构建之maven篇:5.仓库及nexus创建私服-1
依赖坐标与本地仓库存储 org.springframework spring-core 3.0.7.RELEASE 本地仓库存储 仓库分类: 本地仓库: F:\maven\repos 中央仓库原创 2014-06-17 23:03:12 · 1079 阅读 · 0 评论 -
项目构建之maven篇:4.坐标与依赖及spring依赖注入demo
坐标与依赖原创 2014-06-15 01:30:35 · 2507 阅读 · 0 评论 -
项目构建之maven篇:3.m2eclipse使用
m2eclipse使用原创 2014-06-14 16:49:53 · 1061 阅读 · 0 评论 -
项目构建之maven篇:2.HelloWorld项目构建过程
项目构建之maven篇:2.HelloWorld项目构建过程原创 2014-06-12 00:09:50 · 7021 阅读 · 0 评论 -
项目构建之maven篇:1.环境搭建
项目构建之maven篇:1.环境搭建原创 2014-06-11 22:10:38 · 1335 阅读 · 0 评论 -
ant笔记-8.ant递归编译demo
命令: ant递归编译测试源码,基于import macrodef subant if available dirname原创 2014-06-07 22:27:13 · 1034 阅读 · 0 评论 -
ant笔记-7.项目构建之运行测试、生成文档、项目打包、发布ftp
<javac srcdir="${src.dir}" destdir="${build.classes.dir}" classpathref="compile.source.path" excludes="**/*Test.java" encoding="GBK" > <javac srcdir="${test.src.dir}" destdir="原创 2014-06-03 23:26:21 · 931 阅读 · 0 评论 -
ant笔记-6.项目构建之清理,初始化,编译
<javac srcdir="${src.dir}" destdir="${build.classes.dir}" classpathref="compile.source.path" excludes="**/*Test.java" encoding="GBK" > <javac srcdir="${test.src.dir}" destdir="原创 2014-05-30 21:56:21 · 1597 阅读 · 0 评论 -
ant笔记-5.文件集与执行环境
文件集:原创 2014-05-30 21:54:25 · 773 阅读 · 0 评论 -
ant笔记-4.变量定义及运行
变量定义:原创 2014-05-28 22:41:07 · 1326 阅读 · 0 评论 -
ant笔记-3.环境准备
设置ant_home原创 2014-05-28 22:21:35 · 824 阅读 · 0 评论 -
ant笔记-2.项目构建的测试java工程
项目构建的测试java工程; 基于spring,hibe http://download.youkuaiyun.com/detail/wobendiankun/7415063原创 2014-05-28 22:08:47 · 948 阅读 · 0 评论 -
ant笔记-1.项目构建生命周期
项目构建生命周期主要包括: 清理 初始化 t原创 2014-05-10 10:43:45 · 1185 阅读 · 0 评论