The code is fine, it handles the comments (which is why I always advocate that you don’t write the comments). How to do?Add a parameter:
Option 1 (invalid) :
Option 1 (invalid) :
mvn \
-Xdoclint:none
Complains.
Method 2 (effective) :
Search for maven-javadoc-plugin in pom.xml and change it to something like this:
After 3.0.0:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doclint>none</doclint>
</configuration>
</plugin>
3.0.0 before:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
Read More:
- An error is reported when executing MVN. The diamond operator is not supported in source-1.5
- Mac compiles Doris with MVN and reports an error checkstyle
- Copying a param with shape torch. Size ([262, 2048]), parameter size does not match
- IntelliJ idea error: package not found or symbol not found
- -Bash: /usr/local/apache-maven-3.6.3/bin/mvn: insufficient permissions
- mvn install Error: Failed to read artifact descriptor org.apache.maven.plugins:maven-install-plugin:jar:2
- Error pathvariable annotation was empty on param 0 when migrating idea to eclipse
- call to member function bind_param() on boolean………..
- 【ERROR_2】Call to a member function bind_param() on a non-object
- [solved] – bash: rabbitmq plugins: command not found or RA bbitmqctl:command not found
- Mybatis passes in multiple parameters to mapper. And uses @param details to report an error
- Fatal error: Call to a member function bind_param() on a non-object in
- How to Fix Pandoc wasn’t found.pdflatex not found on PATH
- Idea error: error in method comment @ param parameter
- [Solved] org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.zyh.springboot.
- Error in @ param in idea2017.3.4 / * * / annotation
- “Error! Reference source not found.” “error! The source of the problem was not found
- Error c3861: identifier not found | identifier not found
- “Error! Reference source not found.” “error! Reference source not found solution to problem for
- Idea project prompt: symbol not found or package does not have a solution