Skip to content

Commit a3975a0

Browse files
Skip empty report for taglist-maven-plugin
1 parent 25360af commit a3975a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,9 @@ limitations under the License.
734734
<plugin>
735735
<groupId>org.codehaus.mojo</groupId>
736736
<artifactId>taglist-maven-plugin</artifactId>
737+
<configuration>
738+
<skipEmptyReport>true</skipEmptyReport>
739+
</configuration>
737740
</plugin>
738741
<plugin>
739742
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)