用于上传到私服的maven的pom.xml
maven上传jar的pom.xml:
<?
xml version="1.0" encoding="UTF-8"
?>
<
project
>
<
modelVersion
>
4.0.0
</
modelVersion
>
<
groupId
>
com.asiainfo.mime4j
</
groupId
>
<!
- 存储位置 --
>
<
artifactId
>
aimime4j
</
artifactId
>
<!
- 工程名 --
>
<
name
>
aimime4j
</
name
>
<
version
>
1.0-SNAPSHOT
</
version
>
<
url
>
http://localhost
</
url
>
<!
- 服务器 --
>
<!
- 部署位置 --
>
<
distributionManagement
>
<
repository
>
<
id
>
aicu-repository
</
id
>
<
name
>
AICU Repository
</
name
>
<
url
>
ftp://localhost/repository/
</
url
>
</
repository
>
</
distributionManagement
>
<
dependencies
>
<
dependency
>
<
groupId
>
junit
</
groupId
>
<
artifactId
>
junit
</
artifactId
>
<
version
>
3.8.1
</
version
>
<
scope
>
test
</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>
commons-logging
</
groupId
>
<
artifactId
>
commons-logging
</
artifactId
>
<
version
>
1.1
</
version
>
</
dependency
>
<
dependency
>
<
groupId
>
commons-io
</
groupId
>
<
artifactId
>
commons-io
</
artifactId
>
<
version
>
1.3.1
</
version
>
</
dependency
>
</
dependencies
>
<!
- 需要的插件 --
>
<
build
>
<
defaultGoal
>
install
</
defaultGoal
>
<
plugins
>
<
plugin
>
<
artifactId
>
maven-compiler-plugin
</
artifactId
>
<
version
>
2.0.2
</
version
>
<
configuration
>
<
source
>
1.5
</
source
>
<
target
>
1.5
</
target
>
</
configuration
>
</
plugin
>
</
plugins
>
<
extensions
>
<
extension
>
<
groupId
>
org.apache.maven.wagon
</
groupId
>
<
artifactId
>
wagon-ftp
</
artifactId
>
<
version
>
1.0-alpha-6
</
version
>
</
extension
>
</
extensions
>
</
build
>
</
project
>
--------------------
WE准高手
posted on 2008-01-29 17:23
大卫
阅读(792)
评论(0)
编辑
收藏
所属分类:
Java
新闻频道
新用户注册
刷新评论列表
标题
姓名
主页
验证码
*
内容(请不要发表任何与政治相关的内容)
Remember Me?
登录
使用高级评论
新用户注册
返回页首
恢复上次提交
[使用Ctrl+Enter键可以直接提交]
成果网帮您增加网站收入
相关链接:
网站导航:
博客园
BlogJava
博客生活
IT博客网
C++博客
PHP博客
博客园社区
管理博客
教师博客
天文博客
汽车博客
足球博客
股票博客
电子博客
管理
相关文章:
命令行junit
我的ant(带junit测试)
技术
回忆java与javac命令
关于通过正则表达式获取串中值的小代码
Ext结合DWR的关键代码(运行成功的DWRProxy)
在项目中使用DWR框架需注意的
通过反射获取方法的参数和返回值的泛型信息
对一个算法笔试题的注解
使用TreeSet构造排序的集合
日积月累
Java笔记
导航
BlogJava
首页
新随笔
联系
聚合
管理
统计
随笔 - 41
文章 - 0
评论 - 76
引用 - 0
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(1)
给我留言
查看公开留言
查看私人留言
随笔分类
■
Java(26)
(rss)
■
JavaScript(4)
(rss)
■
Linux(3)
(rss)
■
web(2)
(rss)
■
我的代码(1)
(rss)
■
数据库(1)
(rss)
■
经验(5)
(rss)
■
设计(1)
(rss)
随笔档案
■
2008年8月 (1)
■
2008年7月 (1)
■
2008年6月 (4)
■
2008年5月 (3)
■
2008年3月 (5)
■
2008年2月 (8)
■
2008年1月 (15)
搜索
最新评论
1. re: 实现ext的动态数据下拉框组件
兄弟你也没连到后台数据库啊,直接从本地取的两个数据值,这哪算动态,如果有后台代码贴出来一下看看
--sp
2. re: Ext结合DWR的关键代码(运行成功的DWRProxy)
自己转载了,楼主见谅!
--absolute
3. re: 实现ext的动态数据下拉框组件
这就是动态吗?
能把实现的代码帖出来吗?
--同好
4. re: 如何在三个月掌握三年的经验(转载&&笔记)
好东西。我转载了。谢谢
--sr
5. re: 解决word-wrap在firefox中不起作用的问题[未登录]
太精致了
--javaread.com
阅读排行榜
1. 如何在三个月掌握三年的经验(转载&&笔记)(3762)
2. eclipse实用插件(个人笔记)(2879)
3. 一个计算机专业学生几年的编程经验汇总(收藏)(2609)
4. 需要牢记的java编程规则(收藏)(2604)
5. 数据库设计5步骤(收藏)(2555)
评论排行榜
1. 一个计算机专业学生几年的编程经验汇总(收藏)(11)
2. 对一个算法笔试题的注解(9)
3. windows系统垃圾清理(8)
4. mysql编码转换搞定(8)
5. 如何在三个月掌握三年的经验(转载&&笔记)(6)