Skip to content

Commit aa34268

Browse files
committed
Don't skip Javadoc for Nexus staging rules
``` Error: Rule failure while trying to close staging repository with ID "orgseasar-1224". Error: Error: Nexus Staging Rules Failure Report Error: ================================== Error: Error: Repository "orgseasar-1224" failures Error: Rule "javadoc-staging" failures Error: * Missing: no javadoc jar found in folder '/org/seasar/doma/boot/doma-spring-boot-sample-simple/1.5.0' Error: * Missing: no javadoc jar found in folder '/org/seasar/doma/boot/doma-spring-boot-sample-event-handler/1.5.0' Error: * Missing: no javadoc jar found in folder '/org/seasar/doma/boot/doma-spring-boot-sample-entity-listener/1.5.0' ```
1 parent 65ad46a commit aa34268

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doma-spring-boot-samples/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
</modules>
2222

2323
<properties>
24-
<maven.javadoc.skip>true</maven.javadoc.skip>
2524
<rootDir>${project.basedir}/..</rootDir>
2625
</properties>
2726
</project>

0 commit comments

Comments
 (0)