Building Ant with Maven
-----------------------
The Ant jars can be built using Maven and the POMS present in this directory.
Libs not available in the maven repository
groupId artifactId version comment
com.bea weblogic 8.1.3.0 download it
com.bea weblogicclasses 5.1 a newer version can do.
jai jai-core 1.1.2_01 download jai from sun
jai jai-codec 1.1.2.1 download jai from sun
javax.media jmf 2.1.1e dowmload jmf from sun
com.ibm.netrexx netrexx 2.0.5 I used the file NetRexxC.jar from the netrexx distribution
com.starteam starteam-sdk 5.2 the original file is called starteam-sdk.jar
stylebook stylebook 1.0-b2 the original file is called stylebook-1.0-b2.jar
to install a jar file into your local Maven cache, do this
mvn install:install-file -DgroupId=foo.org -DartifactId=xx -Dversion=x.y -Dpackaging=jar -Dfile=/a/b/foo.jar
HOW TO BUILD :
from this directory, type
mvn install (or mvn package)
If you do not have all the dependencies, you can remove the modules that you will not be able to build
from the pom.xml in this directory.
You also might want to disable the tests.
mvn install -Dmaven.test.skip=true
TODO :
* see if the dependency to weblogicclasses.jar can be replaced by a dependency to some j2ee.jar from Sun,
as it supplies some javax.ejb classes which are required at compile time.
PROBLEMS :
* the unit tests cannot run properly, the maven-surefire-plugin sets a system property basedir
which make a large part of our tests fail
* JIRA issue http://jira.codehaus.org/browse/MSUREFIRE-177 asking the Maven colleagues to fix this. :-)
REFERENCES :
about skipping tests :
http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-test.html
![avatar](https://profile-avatar.csdnimg.cn/823be93c18be4b9fa55c75bb75c369e0_weixin_42659791.jpg!1)
Kinonoyomeo
- 粉丝: 95
- 资源: 1万+
最新资源
- 【TCN回归预测】TCN时间卷积神经网络数据回归预测(多输入单输出)【含Matlab源码 2317期】.zip
- 【电力负荷预测】EEMD+IWOA+LSSVM电力负荷预测【含Matlab源码 1810期】.zip
- c语言入门,简要的写明c语言的入门
- 永磁同步直线电机PMLSM矢量控制滑模控制SVPWM仿真模型的研究 外环控制器:PI与滑膜控制策略的效果分析与三相电流波形优化,永磁同步直线电机PMLSM矢量控制滑模控制SVPWM仿真模型的研究 外环
- 2025易支付新版PHP网站源码.zip
- Magic Formula与Dugoff模型MF模型对比实验的Matlab建模与程序代码,含纯纵滑、纯侧偏及复合工况Simulink仿真,Magic Formula与Dugoff模型对比实验的Matl
- 这个是有关于ppocr4的使用推理模型
- comsol技术引领的双目标函数流热优化与液冷板结构设计的融合探讨,关注最小化平均温度与最小流体功率耗散的无量纲化案例及参考文献分享交流 ,双目标函数流热优化在液冷板结构设计中的应用-最小化平均温度
- 基于`typecho开发的导航源码-BeaconNav 导航主题
- 基于NSDBO算法的MATLAB多目标优化程序包-集成多种测试函数与评价指标的工程应用案例研究,NSDBO算法的Matlab实现:多目标测试函数与评价指标的全面研究及工程应用案例,非支配排序多目标蜣
- 房地产营改增税负率测算表
- 永磁同步直线电机PMLSM矢量控制滑模控制SVPWM仿真模型研究:外环控制器性能分析与三相电流波形优化(附参考文献),永磁同步直线电机PMLSM矢量控制滑模控制SVPWM仿真模型研究-外环控制器性能
- 电气安全知识问答-11003559.pdf
- sql语言的入门教程 欢迎下载
- 基于ECMS和EEMS控制策略的燃料电池能量管理仿真模型研究:多电动飞机应急电源系统分析,基于ECMS和EEMS策略的燃料电池能量管理系统的仿真与效果对比,基于ECMS控制策略的燃料电池能量管理 仿真
- 利用新算法PD近场动力学技术模拟三维复杂裂纹扩展过程:深入探索与精准预测,利用新算法PD模拟三维复杂裂纹扩展:近场动力学的创新应用与实践,用新算法pd 近场动力学模拟三维复杂裂纹扩展 ,核心关键词:新
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback-tip](https://img-home.csdnimg.cn/images/20220527035111.png)