mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 08:37:26 +08:00
fix sh
This commit is contained in:
parent
12b56a3841
commit
2500d5307c
@ -4,3 +4,8 @@
|
|||||||
|
|
||||||
# 多模块聚合文档,生成在target/site/apidocs
|
# 多模块聚合文档,生成在target/site/apidocs
|
||||||
exec mvn javadoc:aggregate
|
exec mvn javadoc:aggregate
|
||||||
|
|
||||||
|
bin_home="$(dirname ${BASH_SOURCE[0]})"
|
||||||
|
|
||||||
|
# 拷贝自定义的index.html到聚合文档目录
|
||||||
|
cp -vf $bin_home/../docs/apidocs/index.html $bin_home/../target/reports/apidocs/
|
||||||
|
@ -117,6 +117,7 @@ public interface JSON extends Cloneable, Serializable, IJSONTypeConverter {
|
|||||||
*
|
*
|
||||||
* @param expression 表达式
|
* @param expression 表达式
|
||||||
* @param targetType 返回值类型
|
* @param targetType 返回值类型
|
||||||
|
* @param <T> 获取对象类型
|
||||||
* @return 对象
|
* @return 对象
|
||||||
* @see BeanPath#get(Object)
|
* @see BeanPath#get(Object)
|
||||||
* @since 5.8.34
|
* @since 5.8.34
|
||||||
|
2
pom.xml
2
pom.xml
@ -126,7 +126,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>3.8.0</version>
|
<version>3.11.2</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
|
Loading…
Reference in New Issue
Block a user