<?xml version="1.0"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>9</version>
  </parent>
  <groupId>com.stimulsoft</groupId>
  <artifactId>reports</artifactId>
  <version>2025.3.1</version>
  <packaging>pom</packaging>
  <name>Stimulsoft reports Java</name>
  <description>Stimulsoft Reports.Java is a Java based reporting tool which helps you create flexible and feature rich reports. All reports are created in a report designer with handy and user-friendly interface. Using Stimulsoft Reports.Java you can create reports on the basis of various data sources. Rendered reports can be exported to different formats.</description>
  <url>http://www.stimulsoft.com</url>
  <organization>
    <name>Stimulsoft</name>
    <url>http://www.stimulsoft.com</url>
  </organization>
  <licenses>
    <license>
      <name>STIMULSOFT, STIMULSOFT REPORTS DEVELOPER LICENSE AGREEMENT FOR STIMULSOFT SOFTWARE</name>
      <url>http://admin.stimulsoft.com/licenses/License.rtf</url>
    </license>
  </licenses>
  <modules>
    <module>lib</module>
    <module>base</module>
    <module>report</module>
    <module>viewer</module>
    <module>web</module>
    <module>webviewer</module>
    <module>webdesigner</module>
    <module>samples</module>
    <module>demo</module>
    <module>libs</module>
    <module>blockly</module>
  </modules>
  <scm>
    <connection>scm:svn:file:///C:/localsvn/tags/reports-2025.3.1</connection>
    <developerConnection>scm:svn:file:///C:/localsvn/tags/reports-2025.3.1</developerConnection>
    <url>file:///C:/localsvn/tags/reports-2025.3.1</url>
  </scm>
  <properties>
    <basedir>d:/work/workspace/Stimulsoft.Reports</basedir>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <user.name>Stimulsoft</user.name>
  </properties>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.10</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>xmlunit</groupId>
      <artifactId>xmlunit</artifactId>
      <version>1.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-impl</artifactId>
      <version>2.2.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.mail</groupId>
      <artifactId>mailapi</artifactId>
      <version>1.4.5</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>postgresql</groupId>
      <artifactId>postgresql</artifactId>
      <version>9.0-801.jdbc3</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>swt-repo</id>
      <url>http://maven.eclipse.org/nexus/content/repositories/testing</url>
    </repository>
    <repository>
      <id>jdbc</id>
      <url>http://developer2.ncibi.org/maven</url>
    </repository>
  </repositories>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.8.1</version>
        <configuration>
          <source>1.8</source>
          <target>1.8</target>
          <deprecation>on</deprecation>
          <debug>true</debug>
          <encoding>${project.build.sourceEncoding}</encoding>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <version>3.2.0</version>
        <configuration>
          <archive>
            <addMavenDescriptor>false</addMavenDescriptor>
            <manifestFile>../MANIFEST.MF</manifestFile>
            <manifestEntries>
              <Version>${project.version}</Version>
            </manifestEntries>
          </archive>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.7</version>
        <executions>
          <execution>
            <id>attach-javadocs</id>
            <goals>
              <goal>jar</goal>
            </goals>
            <configuration>
              <additionalparam>${javadoc.opts}</additionalparam>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <!--plugin>
        <artifactId>maven-source-plugin</artifactId>
        <version>3.2.1</version>
        <executions>
          <execution>
            <id>attach-source</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin-->
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>java8-doclint-disabled</id>
      <activation>
        <jdk>[1.8,)</jdk>
      </activation>
      <properties>
        <javadoc.opts>-Xdoclint:none</javadoc.opts>
      </properties>
    </profile>
  </profiles>
</project>
