Skip to content

Commit

Permalink
Don't skip Javadoc for Nexus staging rules
Browse files Browse the repository at this point in the history
```
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'
```
  • Loading branch information
backpaper0 committed Nov 15, 2020
1 parent 65ad46a commit aa34268
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doma-spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
</modules>

<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
<rootDir>${project.basedir}/..</rootDir>
</properties>
</project>

0 comments on commit aa34268

Please sign in to comment.