diff --git a/mybatis-spring-boot-starter-test/pom.xml b/mybatis-spring-boot-starter-test/pom.xml
index a7e2db115..a6a186617 100644
--- a/mybatis-spring-boot-starter-test/pom.xml
+++ b/mybatis-spring-boot-starter-test/pom.xml
@@ -27,6 +27,7 @@
mybatis-spring-boot-starter-test
org.mybatis.spring.boot.starter.test
+ false
diff --git a/mybatis-spring-boot-starter-test/src/main/java/org/mybatis/spring/boot/starter/test/package-info.java b/mybatis-spring-boot-starter-test/src/main/java/org/mybatis/spring/boot/starter/test/package-info.java
new file mode 100644
index 000000000..a766bd44c
--- /dev/null
+++ b/mybatis-spring-boot-starter-test/src/main/java/org/mybatis/spring/boot/starter/test/package-info.java
@@ -0,0 +1,20 @@
+/*
+ * Copyright 2015-2024 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/**
+ * MyBatis-Spring-Boot-Starter for testing.
+ */
+// This file added for generating javadoc jar and source jar file.
+package org.mybatis.spring.boot.starter.test;
\ No newline at end of file
diff --git a/mybatis-spring-boot-starter/pom.xml b/mybatis-spring-boot-starter/pom.xml
index e6daebf3a..6762b5ebf 100644
--- a/mybatis-spring-boot-starter/pom.xml
+++ b/mybatis-spring-boot-starter/pom.xml
@@ -27,6 +27,7 @@
mybatis-spring-boot-starter
org.mybatis.spring.boot.starter
+ false
diff --git a/mybatis-spring-boot-starter/src/main/java/org/mybatis/spring/boot/starter/package-info.java b/mybatis-spring-boot-starter/src/main/java/org/mybatis/spring/boot/starter/package-info.java
new file mode 100644
index 000000000..3f7a18465
--- /dev/null
+++ b/mybatis-spring-boot-starter/src/main/java/org/mybatis/spring/boot/starter/package-info.java
@@ -0,0 +1,20 @@
+/*
+ * Copyright 2015-2024 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/**
+ * MyBatis-Spring-Boot-Starter.
+ */
+// This file added for generating javadoc jar and source jar file.
+package org.mybatis.spring.boot.starter;
\ No newline at end of file