Skip to content

Commit

Permalink
Merge branch 'master' into release-6.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
teodord committed Sep 11, 2023
2 parents 2541b2c + 1dc21cc commit 5c96b6a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions jasperreports/pom-javaflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
</scm>
<properties>
<maven.test.skip>true</maven.test.skip>
<maven.source.skip>true</maven.source.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
<skipInstall>false</skipInstall>
<skipDeploy>false</skipDeploy>
</properties>
Expand Down Expand Up @@ -118,6 +116,15 @@
<value>net.sf.jasperreports.subreport.runner.factory=net.sf.jasperreports.engine.fill.JRContinuationSubreportRunnerFactory</value>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 5c96b6a

Please sign in to comment.