Maven, javadoc : No source files for package

前端 未结 2 1804
北恋
北恋 2021-01-14 08:34

I\'m writing a maven package with directory structure

frtex
   pom.xml
frtex/src/main/java/some-files.java
frtex/src/main/java/utils/some-other-files.java
         


        
2条回答
  •  醉酒成梦
    2021-01-14 08:59

    This is a late response, but I just ran into the same issue.

    The solution is you need to add the following to your plugin inside the configuration section

    
       src/main/java
       ...
    
    

提交回复
热议问题