1 Star 0 Fork 4

Symon Wang/commons-beanutils

forked from Apache/commons-beanutils 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BUILDING.txt 904 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Apache BeanUtils build instructions
Building BeanUtils requires:
- JDK 6/OpenJDK 6 or later (recommended: JDK 8)
http://www.oracle.com/technetwork/java/javase/downloads/
- Apache Maven 3 or later (recommended: Maven 3.3)
https://maven.apache.org/download.cgi
The compiled BeanUtils JAR should work with Java 6 or later.
To build target/commons-beanutils-*.jar
mvn clean package
or to install into your ~/.m2/repository
mvn clean install
You can skip the unit tests by adding the parameter
-DskipTests=true
To regenerate the web site (corresponding to the official
https://commons.apache.org/proper/commons-beanutils/ ) do
mvn clean site
Note: the Apache Commons BeanUtils site should include a japicmp report for the
purpose of checking API version compatibility, to enable this, use Java 7 or
later and run instead:
mvn clean package site -Pjapicmp
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/symon-wang/commons-beanutils.git
git@gitee.com:symon-wang/commons-beanutils.git
symon-wang
commons-beanutils
commons-beanutils
master

搜索帮助