2 Star 0 Fork 0

simazilin/dynamicreports

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 33.13 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<groupId>net.sourceforge.dynamicreports</groupId>
<artifactId>dynamicreports-parent</artifactId>
<version>6.11.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>DynamicReports - parent</name>
<url>https://github.com/dynamicreports</url>
<description>DynamicReports parent</description>
<inceptionYear>2010</inceptionYear>
<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/dynamicreports/dynamicreports.git</connection>
<developerConnection>scm:git:https://github.com/dynamicreports/dynamicreports.git</developerConnection>
<url>https://github.com/dynamicreports/dynamicreports</url>
</scm>
<modules>
<module>dynamicreports-core</module>
<module>dynamicreports-adhoc</module>
<module>dynamicreports-googlecharts</module>
<module>dynamicreports-examples</module>
</modules>
<properties>
<!--Environment -->
<encoding>UTF-8</encoding>
<sourceVersion>1.8</sourceVersion>
<targetVersion>1.8</targetVersion>
<!--Dependencies -->
<barcode4jVersion>2.1</barcode4jVersion>
<barbecueVersion>1.5-beta1</barbecueVersion>
<batikbridgeVersion>1.12</batikbridgeVersion>
<commonslangVersion>2.6</commonslangVersion>
<commonslang3Version>3.9</commonslang3Version>
<groovyVersion>2.4.16</groovyVersion>
<hsqldbVersion>2.5.0</hsqldbVersion>
<jasperreportsVersion>6.11.0</jasperreportsVersion>
<jaxb-apiVersion>2.4.0-b180830.0359</jaxb-apiVersion>
<jaxb-coreVersion>2.3.0.1</jaxb-coreVersion>
<jaxb-implVersion>2.4.0-b180830.0438</jaxb-implVersion>
<jaxbVersion>2.3.0.1</jaxbVersion>
<jsonVersion>20190722</jsonVersion>
<jul-to-slf4jVersion>1.7.25</jul-to-slf4jVersion>
<junitVersion>4.13</junitVersion>
<log4j-to-slf4jVersion>2.13.1</log4j-to-slf4jVersion>
<logback-classicVersion>1.2.3</logback-classicVersion>
<poiVersion>4.1.2</poiVersion>
<springframeworkVersion>5.2.4.RELEASE</springframeworkVersion>
<velocityVersion>1.7</velocityVersion>
<xalanVersion>2.7.2</xalanVersion>
<xmlgraphicscommonsVersion>2.4</xmlgraphicscommonsVersion>
<!--Plugins -->
<jacoco-maven-plugin-version>0.8.5</jacoco-maven-plugin-version>
<jdeps-maven-plugin-version>0.5.1</jdeps-maven-plugin-version>
<lifecycle-mapping-plugin-version>1.0.0</lifecycle-mapping-plugin-version>
<maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
<maven-jdeps-plugin-version>3.1.1</maven-jdeps-plugin-version>
<maven-project-info-reports-plugin>2.9</maven-project-info-reports-plugin>
<!--Profile Plugins-->
<license-maven-plugin-version>3.0</license-maven-plugin-version>
<maven-javadoc-plugin-version>3.1.1</maven-javadoc-plugin-version>
<maven-source-plugin-version>3.2.1</maven-source-plugin-version>
<!--Mycila License plugin configuration-->
<license.header.location>${project.basedir}/src/etc/license_header.txt</license.header.location>
<license.header.definition>${project.basedir}/src/etc/header_definition.xml</license.header.definition>
<license.maven.owner>Ricardo Mariaca and the DynamicReports Contributors</license.maven.owner>
<!-- Properties for maven-checkstyle-plugin -->
<checkstyle.config.location>${project.basedir}/src/etc/checkstyle.xml</checkstyle.config.location>
<checkstyle.config.headerLocation>${license.header.location}</checkstyle.config.headerLocation>
<checkstyle.config.maxAllowedViolations>40</checkstyle.config.maxAllowedViolations>
<checkstyle.config.consoleOutput>true</checkstyle.config.consoleOutput>
<checkstyle.config.failsOnError>true</checkstyle.config.failsOnError>
<checkstyle.config.includeResources>false</checkstyle.config.includeResources>
<checkstyle.config.includeTestResources>false</checkstyle.config.includeTestResources>
<checkstyle.config.includeTestResources>false</checkstyle.config.includeTestResources>
<checkstyle.config.includeTestSourceDirectory>false</checkstyle.config.includeTestSourceDirectory>
<linkXRef>false</linkXRef>
<!--Configuration for Modernizer-maven-plugin-->
<modernizer-failOnViolations>true</modernizer-failOnViolations>
<modernizer-javaVersion>${sourceVersion}</modernizer-javaVersion>
<modernizer-skip>false</modernizer-skip>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>${jasperreportsVersion}</version>
<exclusions>
<exclusion>
<groupId>bouncycastle</groupId>
<artifactId>bcmail-jdk14</artifactId>
</exclusion>
<exclusion>
<groupId>bouncycastle</groupId>
<artifactId>bctsp-jdk14</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queryparser</artifactId>
</exclusion>
<exclusion>
<groupId>org.olap4j</groupId>
<artifactId>olap4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor-xml</artifactId>
</exclusion>
<exclusion>
<artifactId>icu4j</artifactId>
<groupId>com.ibm.icu</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>${commonslangVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commonslang3Version}</version>
</dependency>
<dependency>
<groupId>net.sf.barcode4j</groupId>
<artifactId>barcode4j</artifactId>
<version>${barcode4jVersion}</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.sourceforge.barbecue</groupId>
<artifactId>barbecue</artifactId>
<version>${barbecueVersion}</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-bridge</artifactId>
<version>${batikbridgeVersion}</version>
<scope>runtime</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>xmlgraphics-commons</artifactId>
<version>${xmlgraphicscommonsVersion}</version>
<scope>runtime</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<artifactId>commons-io</artifactId>
<groupId>commons-io</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${springframeworkVersion}</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>${springframeworkVersion}</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>${poiVersion}</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldbVersion}</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>${xalanVersion}</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${groovyVersion}</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>${velocityVersion}</version>
<scope>runtime</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>${jsonVersion}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junitVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback-classicVersion}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>${log4j-to-slf4jVersion}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>${jul-to-slf4jVersion}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version>
<executions>
<execution>
<id>enforce-versions</id>
<goals>
<goal>enforce</goal>
</goals>
</execution>
</executions>
<configuration>
<rules>
<requireJavaVersion>
<version>[1.8,)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[3.3.9,)</version>
</requireMavenVersion>
</rules>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>${sourceVersion}</source>
<target>${targetVersion}</target>
<encoding>${encoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco-maven-plugin-version}</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jdeps-plugin</artifactId>
<version>3.1.2</version>
<executions>
<execution>
<goals>
<goal>jdkinternals</goal> <!-- verify main classes -->
<goal>test-jdkinternals</goal> <!-- verify test classes -->
</goals>
</execution>
</executions>
</plugin>
<!--Configuring plugin to detect use of legacy API-->
<plugin>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-plugin</artifactId>
<version>2.0.0</version>
<configuration>
<javaVersion>${modernizer-javaVersion}</javaVersion>
<failOnViolations>${modernizer-failOnViolations}</failOnViolations>
<skip>${modernizer-skip}</skip>
</configuration>
<executions>
<execution>
<id>modernizer</id>
<phase>verify</phase>
<goals>
<goal>modernizer</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin-version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin-version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<version>0.14.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<profiles>
<profile>
<id>distribution</id>
<modules>
<module>dynamicreports-distribution</module>
</modules>
</profile>
<profile>
<id>license</id>
<build>
<plugins>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>${license-maven-plugin-version}</version>
<configuration>
<header>${license.header.location}</header>
<headerDefinitions>${license.header.definition}</headerDefinitions>
<properties>
<owner>${license.maven.owner}</owner>
</properties>
<includes>
<include>**/*.java</include>
</includes>
</configuration>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>java9</id>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>${encoding}</encoding>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin-version}</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin-version}</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<additionalparam>${javadoc.opts}</additionalparam>
<doclint>none</doclint>
<nosince>false</nosince>
<failOnError>false</failOnError>
<doclint>none</doclint>
<defaultVersion>${project.version}</defaultVersion>
<defaultSince>${project.version}</defaultSince>
<javadocExecutable>${env.JAVA_10_HOME}\bin\javadoc.exe</javadocExecutable>
</configuration>
</plugin>
<!--To ensure consistent API for java 9 usage-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.18</version>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>check</goal>
</goals>
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<!--We are "trying" to be jre 8 compatible-->
<artifactId>java18</artifactId>
<version>1.0</version>
</signature>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.16</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb-apiVersion}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-core -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>${jaxb-coreVersion}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.glassfish.jaxb/jaxb-core -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-core</artifactId>
<version>${jaxb-coreVersion}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-impl -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb-implVersion}</version>
</dependency>
</dependencies>
</profile>
<profile>
<id>source</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin-version}</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin-version}</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<nosince>false</nosince>
<defaultVersion>${project.version}</defaultVersion>
<defaultSince>${project.version}</defaultSince>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>checkstyle</id>
<activation>
<!--Activate automagically when source profile is online-->
<property>
<name>profile</name>
<value>source</value>
</property>
</activation>
<!--Attach to validations during build-->
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version>
<executions>
<execution>
<!--Could run with mvn clean verify-->
<id>validate</id>
<phase>validate</phase>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
<goals>
<goal>check</goal>
</goals>
</execution>
<execution>
<id>run-checkstyle</id>
<phase>process-sources</phase>
<goals>
<goal>checkstyle</goal>
</goals>
</execution>
</executions>
<configuration>
<excludes>module-info.java</excludes>
<headerLocation>../src/etc/checkstyle.xml</headerLocation>
<maxAllowedViolations>${checkstyle.config.maxAllowedViolations}</maxAllowedViolations>
<configLocation>../src/etc/checkstyle.xml</configLocation>
<consoleOutput>${checkstyle.config.consoleOutput}</consoleOutput>
<failsOnError>${checkstyle.config.failsOnError}</failsOnError>
<includeResources>${checkstyle.config.includeResources}</includeResources>
<includeTestResources>${checkstyle.config.includeTestResources}</includeTestResources>
<includeTestSourceDirectory>${checkstyle.config.includeTestSourceDirectory}</includeTestSourceDirectory>
<linkXRef>${linkXRef}</linkXRef>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<!-- Setup Checkstyle, excluding module-info -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version>
<executions>
<execution>
<!--Could run with mvn clean verify-->
<id>validate</id>
<phase>validate</phase>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
<goals>
<goal>check</goal>
</goals>
</execution>
<execution>
<id>run-checkstyle</id>
<phase>process-sources</phase>
<goals>
<goal>checkstyle</goal>
</goals>
</execution>
</executions>
<configuration>
<excludes>module-info.java</excludes>
<headerLocation>${checkstyle.config.headerLocation}</headerLocation>
<maxAllowedViolations>${checkstyle.config.maxAllowedViolations}</maxAllowedViolations>
<configLocation>${checkstyle.config.location}</configLocation>
<consoleOutput>${checkstyle.config.consoleOutput}</consoleOutput>
<failsOnError>${checkstyle.config.failsOnError}</failsOnError>
<includeResources>${checkstyle.config.includeResources}</includeResources>
<includeTestResources>${checkstyle.config.includeTestResources}</includeTestResources>
<includeTestSourceDirectory>${checkstyle.config.includeTestSourceDirectory}</includeTestSourceDirectory>
<linkXRef>${linkXRef}</linkXRef>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>java8-doclint-disabled</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<javadoc.opts>-Xdoclint:none</javadoc.opts>
</properties>
</profile>
</profiles>
<repositories>
<!--Repository containing com.lowagie:itext:jar:2.1.7.js7, not available in maven central -->
<repository>
<id>jaspersoft-third-party</id>
<url>
http://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/
</url>
</repository>
<repository>
<id>jr-ce-releases</id>
<name>JasperReports CE Releases</name>
<url>
http://jaspersoft.jfrog.io/jaspersoft/jr-ce-releases
</url>
</repository>
</repositories>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/simazilin_cn/dynamicreports.git
git@gitee.com:simazilin_cn/dynamicreports.git
simazilin_cn
dynamicreports
dynamicreports
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385