summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
trunkcyclonedx 2.2.0PJ Fanning4 hours
dependabot/gradle/com.github.spotbugs-6.1.7Bump com.github.spotbugs from 6.0.27 to 6.1.7dependabot[bot]6 days
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.17.2Bump net.bytebuddy:byte-buddy-agent from 1.17.0 to 1.17.2dependabot[bot]9 days
dependabot/gradle/net.bytebuddy-byte-buddy-1.17.2Bump net.bytebuddy:byte-buddy from 1.17.0 to 1.17.2dependabot[bot]9 days
dependabot/gradle/org.mockito-mockito-core-5.16.0Bump org.mockito:mockito-core from 4.11.0 to 5.16.0dependabot[bot]9 days
dependabot/gradle/com.github.spotbugs-6.1.6Bump com.github.spotbugs from 6.0.27 to 6.1.6dependabot[bot]13 days
dependabot/gradle/org.cyclonedx.bom-2.2.0Bump org.cyclonedx.bom from 2.1.0 to 2.2.0dependabot[bot]13 days
dependabot/gradle/org.slf4j-slf4j-api-2.0.17Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17dependabot[bot]14 days
dependabot/gradle/org.slf4j-slf4j-simple-2.0.17Bump org.slf4j:slf4j-simple from 2.0.16 to 2.0.17dependabot[bot]14 days
dependabot/gradle/junitVersion-5.12.0Bump junitVersion from 5.11.4 to 5.12.0dependabot[bot]3 weeks
[...]
 
TagDownloadAuthorAge
REL_5_4_0poi-REL_5_4_0.tar.gz  poi-REL_5_4_0.zip  PJ Fanning2 months
REL_5_3_0poi-REL_5_3_0.tar.gz  poi-REL_5_3_0.zip  Dominik Stadler7 months
REL_5_2_5poi-REL_5_2_5.tar.gz  poi-REL_5_2_5.zip  PJ Fanning16 months
REL_5_2_4poi-REL_5_2_4.tar.gz  poi-REL_5_2_4.zip  PJ Fanning17 months
REL_5_2_3poi-REL_5_2_3.tar.gz  poi-REL_5_2_3.zip  PJ Fanning2 years
REL_5_2_2poi-REL_5_2_2.tar.gz  poi-REL_5_2_2.zip  PJ Fanning3 years
REL_5_2_1poi-REL_5_2_1.tar.gz  poi-REL_5_2_1.zip  PJ Fanning3 years
REL_5_2_0poi-REL_5_2_0.tar.gz  poi-REL_5_2_0.zip  PJ Fanning3 years
REL_5_1_0poi-REL_5_1_0.tar.gz  poi-REL_5_1_0.zip  PJ Fanning3 years
REL_5_0_0poi-REL_5_0_0.tar.gz  poi-REL_5_0_0.zip  Andreas Beeker4 years
[...]
 
AgeCommit messageAuthorFilesLines
2009-06-11updated date of 3.5-beta6 in the docsREL_3_5_BETA6Yegor Kozlov3-7/+5
2009-06-11merged with trunk r783635Yegor Kozlov9-381/+663
2009-06-07merged with trunk r782401Yegor Kozlov163-5725/+5173
2009-06-01preparations for release of poi-3.5-beta6Yegor Kozlov1-1/+1
2009-06-01tag r780730 as 3.5-beta6Yegor Kozlov0-0/+0
2009-05-30Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct ...Yegor Kozlov3-5/+18
2009-05-30Fixed XSSFCell to avoid generating xsi:nil entries in shared string tableYegor Kozlov3-1/+29
2009-05-23changed Forrest config to use only status.xml, changes.xml is now obsoleteYegor Kozlov4-859/+4
2009-05-23Fixed XSSFCell to properly read inline stringsYegor Kozlov5-4/+45
2009-05-22Bugzilla 47250 - Fixed FontRecord to expect unicode flags even when name leng...Josh Micich4-488/+437
[...]
/a> 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.vaadin</groupId>
        <artifactId>vaadin-parent</artifactId>
        <version>1.1.0</version>
    </parent>
    <artifactId>vaadin-root</artifactId>
    <name>vaadin-root</name>
    <packaging>pom</packaging>
    <version>8.15-SNAPSHOT</version>

    <prerequisites>
        <maven>3.1.0</maven>
    </prerequisites>

    <properties>
        <maven.compiler.source>1.8</maven.compiler.source>
        <maven.compiler.target>1.8</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

        <!-- Used version numbers for dependencies -->
        <liferay.portal-service.version>6.2.5</liferay.portal-service.version>
        <liferay.portal-kernel.version>2.0.0</liferay.portal-kernel.version>

        <vaadin.gwt.version>2.8.2</vaadin.gwt.version>
        <vaadin.plugin.version>8.15-SNAPSHOT</vaadin.plugin.version>

        <!-- Used in OSGi manifests -->
        <javax.validation.version>2.0.1.Final</javax.validation.version>
        <jsoup.version>1.14.3</jsoup.version>
        <javax.portlet.version>2.0</javax.portlet.version>
        <vaadin.sass.version>0.9.13</vaadin.sass.version>
        <!-- Note that this should be kept in sync with the class Constants -->
        <atmosphere.runtime.version>2.4.30.vaadin4</atmosphere.runtime.version>

        <!-- OSGi -->
        <osgi.execution.environment>JavaSE-1.8</osgi.execution.environment>
        <osgi.bundle.version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}</osgi.bundle.version>
        <osgi.version>6.0.0</osgi.version>
        <osgi.annotation.version>6.0.1</osgi.annotation.version>

        <bnd.version>3.5.0</bnd.version>

        <!-- Dependency unpack directory -->
        <dependency.unpack.directory>${project.build.directory}/dependency-unpack</dependency.unpack.directory>
 
        <jetty.version>9.4.43.v20210629</jetty.version>

        <!-- Sonar properties -->
        <sonar.java.source>8</sonar.java.source>
        <sonar.analysis.mode>preview</sonar.analysis.mode>
        <sonar.issuesReport.console.enable>true</sonar.issuesReport.console.enable>
        <sonar.issuesReport.html.enable>true</sonar.issuesReport.html.enable>

        <vaadin.icons.version>3.0.2</vaadin.icons.version>
        <vaadin.testbench.version>5.2.0</vaadin.testbench.version>
    </properties>

    <pluginRepositories>
        <pluginRepository>
            <id>central</id>
            <url>https://repo.maven.apache.org/maven2/</url>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </pluginRepository>
        <pluginRepository>
            <id>vaadin-prereleases</id>
            <url>https://maven.vaadin.com/vaadin-prereleases/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </pluginRepository>
    </pluginRepositories>

    <repositories>
        <repository>
            <id>central</id>
            <url>https://repo.maven.apache.org/maven2/</url>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>
        <repository>
            <id>vaadin-prereleases</id>
            <url>https://maven.vaadin.com/vaadin-prereleases/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
    </repositories>

    <organization>
        <name>Vaadin Ltd</name>
    </organization>
    <url>https://vaadin.com/</url>
    <description>Vaadin Framework Root Pom</description>
    <licenses>
        <license>
            <name>Apache License Version 2.0</name>
            <distribution>repo</distribution>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:git://github.com/vaadin/framework.git</connection>
        <developerConnection>scm:git:git://github.com/vaadin/framework.git</developerConnection>
        <url>https://github.com/vaadin/framework</url>
    </scm>


    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>commons-io</groupId>
                <artifactId>commons-io</artifactId>
                <version>2.7</version>
            </dependency>
            <dependency>
                <groupId>commons-cli</groupId>
                <artifactId>commons-cli</artifactId>
                <version>1.2</version>
            </dependency>
            <dependency>
                <groupId>commons-lang</groupId>
                <artifactId>commons-lang</artifactId>
                <version>2.6</version>
            </dependency>
            <dependency>
                <groupId>commons-codec</groupId>
                <artifactId>commons-codec</artifactId>
                <version>1.5</version>
            </dependency>
            <dependency>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-log4j12</artifactId>
                <version>1.6.1</version>
            </dependency>
            <dependency>
                <groupId>com.vaadin</groupId>
                <artifactId>vaadin-sass-compiler</artifactId>
                <version>${vaadin.sass.version}</version>
                <exclusions>
                    <!-- No need to have the minifier included for development 
                        mode on-the-fly compilation -->
                    <exclusion>
                        <groupId>com.yahoo.platform.yui</groupId>
                        <artifactId>yuicompressor</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.carrotsearch</groupId>
                <artifactId>smartsprites</artifactId>
                <version>0.2.10</version>
            </dependency>
            <dependency>
                <groupId>com.google.gwt</groupId>
                <artifactId>gwt-dev</artifactId>
                <version>${vaadin.gwt.version}</version>
            </dependency>
            <dependency>
                <groupId>com.google.gwt</groupId>
                <artifactId>gwt-elemental</artifactId>
                <version>${vaadin.gwt.version}</version>
            </dependency>
            <dependency>
                <groupId>com.google.gwt</groupId>
                <artifactId>gwt-servlet</artifactId>
                <version>${vaadin.gwt.version}</version>
            </dependency>
            <dependency>
                <groupId>com.vaadin.external.atmosphere</groupId>
                <artifactId>atmosphere-runtime</artifactId>
                <version>${atmosphere.runtime.version}</version>
            </dependency>
            <dependency>
                <groupId>com.vaadin.external.atmosphere.client</groupId>
                <artifactId>javascript</artifactId>
                <type>war</type>
                <version>2.3.2.vaadin2</version>
            </dependency>
            <dependency>
                <groupId>junit</groupId>
                <artifactId>junit</artifactId>
                <version>4.13.1</version>
                <exclusions>
                    <exclusion>
                        <artifactId>hamcrest-core</artifactId>
                        <groupId>org.hamcrest</groupId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.easymock</groupId>
                <artifactId>easymock</artifactId>
                <version>3.0</version>
            </dependency>
            <dependency>
                <groupId>javax.servlet</groupId>
                <artifactId>javax.servlet-api</artifactId>
                <version>3.0.1</version>
            </dependency>
            <dependency>
                <groupId>javax.portlet</groupId>
                <artifactId>portlet-api</artifactId>
                <version>${javax.portlet.version}</version>
            </dependency>
            <dependency>
                <groupId>com.google.appengine</groupId>
                <artifactId>appengine-api-1.0-sdk</artifactId>
                <version>1.7.7</version>
            </dependency>
            <dependency>
                <groupId>javax.validation</groupId>
                <artifactId>validation-api</artifactId>
                <version>${javax.validation.version}</version>
            </dependency>
            <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate-validator</artifactId>
                <version>5.3.6.Final</version>
            </dependency>
            <dependency>
                <groupId>org.jsoup</groupId>
                <artifactId>jsoup</artifactId>
                <version>${jsoup.version}</version>
            </dependency>
            <dependency>
                <groupId>org.mockito</groupId>
                <artifactId>mockito-core</artifactId>
                <version>1.9.5</version>
                <exclusions>
                    <exclusion>
                        <artifactId>hamcrest-core</artifactId>
                        <groupId>org.hamcrest</groupId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.hamcrest</groupId>
                <artifactId>hamcrest-all</artifactId>
                <version>1.3</version>
            </dependency>
            <dependency>
                <groupId>org.hsqldb</groupId>
                <artifactId>hsqldb</artifactId>
                <version>2.2.6</version>
            </dependency>
            <dependency>
                <groupId>com.vaadin</groupId>
                <artifactId>vaadin-testbench</artifactId>
                <version>${vaadin.testbench.version}</version>
            </dependency>
            <dependency>
                <groupId>org.eclipse.jetty</groupId>
                <artifactId>jetty-server</artifactId>
                <version>${jetty.version}</version>
            </dependency>
            <dependency>
                <groupId>org.eclipse.jetty</groupId>
                <artifactId>jetty-servlets</artifactId>
                <version>${jetty.version}</version>
            </dependency>
            <dependency>
                <groupId>org.eclipse.jetty.websocket</groupId>
                <artifactId>websocket-server</artifactId>
                <version>${jetty.version}</version>
            </dependency>
            <dependency>
                <groupId>org.eclipse.jetty</groupId>
                <artifactId>jetty-webapp</artifactId>
                <version>${jetty.version}</version>
            </dependency>
            <dependency>
                <groupId>org.eclipse.jetty</groupId>
                <artifactId>jetty-util</artifactId>
                <version>${jetty.version}</version>
            </dependency>
            <dependency>
                <groupId>org.eclipse.jetty</groupId>
                <artifactId>jetty-proxy</artifactId>
                <version>${jetty.version}</version>
            </dependency>
            <dependency>
                <groupId>org.eclipse.jgit</groupId>
                <artifactId>org.eclipse.jgit</artifactId>
                <version>3.5.1.201410131835-r</version>
            </dependency>
            <dependency>
                <groupId>com.github.siom79.japicmp</groupId>
                <artifactId>japicmp-maven-plugin</artifactId>
                <version>0.9.1</version>
            </dependency>
            <dependency>
                <groupId>com.vaadin</groupId>
                <artifactId>vaadin-icons</artifactId>
                <version>${vaadin.icons.version}</version>
                <scope>provided</scope>
            </dependency>

            <dependency>
                <groupId>org.osgi</groupId>
                <artifactId>osgi.core</artifactId>
                <version>${osgi.version}</version>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <groupId>org.osgi</groupId>
                <artifactId>osgi.annotation</artifactId>
                <version>${osgi.annotation.version}</version>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <groupId>org.osgi</groupId>
                <artifactId>osgi.cmpn</artifactId>
                <version>${osgi.version}</version>
                <scope>provided</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <!-- Common test dependencies -->
    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-all</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.easymock</groupId>
            <artifactId>easymock</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-validator</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish</groupId>
            <artifactId>javax.el</artifactId>
            <version>3.0.0</version>
            <scope>test</scope>
        </dependency>	
    </dependencies>
    <build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <artifactId>maven-clean-plugin</artifactId>
                    <version>3.0.0</version>
                </plugin>
                <plugin>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <version>3.5.1</version>
                </plugin>
                <plugin>
                    <artifactId>maven-deploy-plugin</artifactId>
                    <version>2.8.2</version>
                </plugin>
                <plugin>
                    <artifactId>maven-install-plugin</artifactId>
                    <version>2.5.2</version>
                </plugin>
                <plugin>
                    <artifactId>maven-resources-plugin</artifactId>
                    <!-- Downgraded due to filtering related bug -->
                    <version>2.6</version>
                </plugin>
                <plugin>
                    <artifactId>maven-site-plugin</artifactId>
                    <version>3.5</version>
                </plugin>
                <plugin>
                    <artifactId>maven-jar-plugin</artifactId>
                    <version>2.6</version>
                </plugin>
                <plugin>
                    <artifactId>maven-assembly-plugin</artifactId>
                    <version>2.6</version>
                </plugin>
                <plugin>
                    <artifactId>maven-surefire-plugin</artifactId>
                    <version>2.19.1</version>
                </plugin>
                <plugin>
                    <artifactId>maven-failsafe-plugin</artifactId>
                    <version>2.19.1</version>
                </plugin>
                <plugin>
                    <artifactId>maven-antrun-plugin</artifactId>
                    <version>1.8</version>
                </plugin>
                <plugin>
                    <groupId>biz.aQute.bnd</groupId>
                    <artifactId>bnd-maven-plugin</artifactId>
                    <version>${bnd.version}</version>
                    <executions>
                        <execution>
                            <goals>
                                <goal>bnd-process</goal>
                            </goals>
                        </execution>
                    </executions>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-dependency-plugin</artifactId>
                    <version>3.0.1</version>
                    <configuration>
                        <outputDirectory>${dependency.unpack.directory}</outputDirectory>
                        <overWriteReleases>false</overWriteReleases>
                        <overWriteSnapshots>true</overWriteSnapshots>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>exec-maven-plugin</artifactId>
                    <version>1.6.0</version>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>versions-maven-plugin</artifactId>
                    <version>2.3</version>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>build-helper-maven-plugin</artifactId>
                    <version>1.10</version>
                </plugin>
                <plugin>
                    <artifactId>maven-source-plugin</artifactId>
                    <version>3.0.1</version>
                </plugin>
                <plugin>
                    <groupId>com.vaadin</groupId>
                    <artifactId>vaadin-maven-plugin</artifactId>
                    <version>${vaadin.plugin.version}</version>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-checkstyle-plugin</artifactId>
                    <version>2.17</version>
                    <dependencies>
                        <dependency>
                            <groupId>com.puppycrawl.tools</groupId>
                            <artifactId>checkstyle</artifactId>
                            <version>8.18</version>
                        </dependency>
                    </dependencies>
                    <configuration>
                        <propertyExpansion>config_loc=${basedir}/../checkstyle</propertyExpansion>
                        <configLocation>../checkstyle/vaadin-checkstyle.xml</configLocation>
                        <headerLocation>../checkstyle/header</headerLocation>
<!--                        <suppressionsLocation>../checkstyle/suppressions.xml</suppressionsLocation> -->
                        <encoding>UTF-8</encoding>
                        <consoleOutput>false</consoleOutput>
                        <failsOnError>false</failsOnError>
                        <linkXRef>false</linkXRef>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>animal-sniffer-maven-plugin</artifactId>
                    <version>1.15</version>
                </plugin>
                <plugin>
                    <groupId>org.eclipse.m2e</groupId>
                    <artifactId>lifecycle-mapping</artifactId>
                    <version>1.0.0</version>
                    <configuration>
                        <lifecycleMappingMetadata>
                            <pluginExecutions>
                                <pluginExecution>
                                    <pluginExecutionFilter>
                                        <groupId>
                                            org.apache.maven.plugins
                                        </groupId>
                                        <artifactId>
                                            maven-antrun-plugin
                                        </artifactId>
                                        <versionRange>
                                            [1.8,)
                                        </versionRange>
                                        <goals>
                                            <goal>run</goal>
                                        </goals>
                                    </pluginExecutionFilter>
                                    <action>
                                        <ignore></ignore>
                                    </action>
                                </pluginExecution>
                            </pluginExecutions>
                        </lifecycleMappingMetadata>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.apache.felix</groupId>
                    <artifactId>maven-bundle-plugin</artifactId>
                    <version>3.3.0</version>
                </plugin>
            </plugins>
        </pluginManagement>

        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>animal-sniffer-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <id>java8compatibility</id>
                        <phase>test</phase>
                        <goals>
                            <goal>check</goal>
                        </goals>
                        <configuration>
                            <signature>
                                <groupId>org.codehaus.mojo.signature</groupId>
                                <artifactId>java18</artifactId>
                                <version>1.0</version>
                            </signature>
                            <ignores>
                                <ignore>com.google.gwt.*</ignore>
                            </ignores>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

            <!-- Unpacked Dependencies as resource -->
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>build-helper-maven-plugin</artifactId>

                <!-- Needs extra resource folder for unpacked dependencies -->
                <executions>
                    <execution>
                        <id>add-dependency-resources</id>
                        <phase>generate-resources</phase>
                        <goals>
                            <goal>add-resource</goal>
                        </goals>
                        <configuration>
                            <resources>
                                <resource>
                                    <directory>${dependency.unpack.directory}</directory>
                                    <filtering>false</filtering>
                                </resource>
                            </resources>
                        </configuration>
                    </execution>
                    <execution>
                        <id>parse-version</id>
                        <goals>
                            <goal>parse-version</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

    <profiles>
        <profile>
            <!-- Default build profile that runs all modules. -->
            <id>default</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <modules>
                <module>shared</module>
                <module>push</module>
                <module>server</module>
                <module>client</module>
                <module>client-compiler</module>
                <module>client-compiled</module>
                <module>themes</module>
                <module>uitest</module>
                <module>liferay</module>
                <module>liferay-integration</module>
                <module>osgi-integration</module>
                <module>all</module>
                <module>compatibility-server</module>
                <module>compatibility-server-gae</module>
                <module>compatibility-client</module>
                <module>compatibility-client-compiled</module>
                <module>compatibility-shared</module>
                <module>compatibility-themes</module>
                <module>testbench-api</module>
                <module>bom</module>
            </modules>
        </profile>
        <profile>
            <!-- Profile for running integration tests. Vaadin version to 
                be tested can be defined with property vaadin.version -->
            <id>slowtest</id>
            <modules>
                <module>test</module>
            </modules>
        </profile>
        <profile>
            <!-- This profile builds the assembled parts of the Framework 
                for website release. Should be run after running the release profile -->
            <id>release-assemblies</id>
            <modules>
                <module>liferay</module>
                <module>all</module>
            </modules>
        </profile>
        <profile>
            <!-- Release build only builds artifacts that are deployed or 
                needed by them -->
            <id>release</id>
            <properties>
                <vaadin.plugin.version>${project.version}</vaadin.plugin.version>
            </properties>
            <modules>
                <module>shared</module>
                <module>push</module>
                <module>server</module>
                <module>client</module>
                <module>client-compiler</module>
                <module>client-compiled</module>
                <module>themes</module>
                <module>compatibility-server</module>
                <module>compatibility-server-gae</module>
                <module>compatibility-client</module>
                <module>compatibility-client-compiled</module>
                <module>compatibility-shared</module>
                <module>compatibility-themes</module>
                <module>liferay-integration</module>
                <module>osgi-integration</module>
                <!-- Nexus staging bug needs the last module to be deployed. -->
                <module>testbench-api</module>
                <!-- BOM is built and released separately -->
            </modules>

            <build>
                <plugins>
                    <plugin>
                        <artifactId>maven-source-plugin</artifactId>
                        <executions>
                            <execution>
                                <id>sources-jar</id>
                                <phase>package</phase>
                                <goals>
                                    <goal>jar</goal>
                                </goals>
                                <configuration>
                                    <!-- Only include java files -->
                                    <includes>
                                        <include>**/*.java</include>
                                    </includes>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                    <plugin>
                        <artifactId>maven-javadoc-plugin</artifactId>
                        <version>2.10.3</version>
                        <executions>
                            <execution>
                                <id>generate-javadoc</id>
                                <goals>
                                    <goal>jar</goal>
                                </goals>
                                <configuration>
                                    <failOnError>false</failOnError>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
        <profile>
            <!-- Pre-release build only builds artifacts that are deployed or 
                needed by them -->
            <id>prerelease</id>
            <properties>
                <vaadin.plugin.version>${project.version}</vaadin.plugin.version>
            </properties>
            <modules>
                <module>shared</module>
                <module>push</module>
                <module>server</module>
                <module>client</module>
                <module>client-compiler</module>
                <module>client-compiled</module>
                <module>themes</module>
                <module>compatibility-server</module>
                <module>compatibility-server-gae</module>
                <module>compatibility-client</module>
                <module>compatibility-client-compiled</module>
                <module>compatibility-shared</module>
                <module>compatibility-themes</module>
                <module>liferay-integration</module>
                <module>osgi-integration</module>
                <!-- Nexus staging bug needs the last module to be deployed. -->
                <module>testbench-api</module>
                <!-- BOM is built and released separately -->
            </modules>

            <build>
                <plugins>
                    <plugin>
                        <artifactId>maven-source-plugin</artifactId>
                        <executions>
                            <execution>
                                <id>sources-jar</id>
                                <phase>package</phase>
                                <goals>
                                    <goal>jar</goal>
                                </goals>
                                <configuration>
                                    <!-- Only include java files -->
                                    <includes>
                                        <include>**/*.java</include>
                                    </includes>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                    <plugin>
                        <artifactId>maven-javadoc-plugin</artifactId>
                        <version>2.10.3</version>
                        <executions>
                            <execution>
                                <id>generate-javadoc</id>
                                <goals>
                                    <goal>jar</goal>
                                </goals>
                                <configuration>
                                    <failOnError>false</failOnError>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
        <profile>
            <!-- Snapshot build only builds artifacts that are deployed or 
                needed by them -->
            <id>snapshot</id>
            <properties>
                <vaadin.plugin.version>${project.version}</vaadin.plugin.version>
            </properties>
            <modules>
                <module>shared</module>
                <module>push</module>
                <module>server</module>
                <module>client</module>
                <module>client-compiler</module>
                <module>client-compiled</module>
                <module>themes</module>
                <module>compatibility-server</module>
                <module>compatibility-server-gae</module>
                <module>compatibility-client</module>
                <module>compatibility-client-compiled</module>
                <module>compatibility-shared</module>
                <module>compatibility-themes</module>
                <module>liferay-integration</module>
                <module>osgi-integration</module>
                <module>testbench-api</module>
                <module>bom</module>
            </modules>

            <build>
                <plugins>
                    <plugin>
                        <artifactId>maven-source-plugin</artifactId>
                        <executions>
                            <execution>
                                <id>sources-jar</id>
                                <phase>package</phase>
                                <goals>
                                    <goal>jar</goal>
                                </goals>
                                <configuration>
                                    <!-- Only include java files -->
                                    <includes>
                                        <include>**/*.java</include>
                                    </includes>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                    <plugin>
                        <artifactId>maven-javadoc-plugin</artifactId>
                        <version>2.10.3</version>
                        <executions>
                            <execution>
                                <id>generate-javadoc</id>
                                <goals>
                                    <goal>jar</goal>
                                </goals>
                                <configuration>
                                    <failOnError>false</failOnError>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
        <profile>
            <!-- This profile is disjoint with default profile. It allows 
                to prevent running build for all available modules but restricts a number 
                of modules to specified here only (which allows to avoid long time compilation 
                for projects that are not needed since japicmp works with compiled classes). 
                ! -->
            <id>apicmp</id>
            <modules>
                <module>server</module>
                <module>push</module>
                <module>client</module>
                <module>compatibility-server</module>
                <module>compatibility-server-gae</module>
                <module>compatibility-client</module>
                <module>client-compiler</module>
                <module>shared</module>
                <module>compatibility-shared</module>
                <module>liferay-integration</module>
                <module>osgi-integration</module>
            </modules>
            <repositories>
                <repository>
                    <id>vaadin-prereleases</id>
                    <url>https://maven.vaadin.com/vaadin-prereleases</url>
                </repository>
            </repositories>
            <build>
                <plugins>
                    <plugin>
                        <groupId>com.github.siom79.japicmp</groupId>
                        <artifactId>japicmp-maven-plugin</artifactId>
                        <configuration>
                            <oldVersion>
                                <dependency>
                                    <groupId>${project.groupId}</groupId>
                                    <artifactId>${project.artifactId}</artifactId>
                                    <version>${vaadin.api.reference.version}</version>
                                    <type>jar</type>
                                </dependency>
                            </oldVersion>
                            <newVersion>
                                <file>
                                    <path>${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}</path>
                                </file>
                            </newVersion>
                            <parameter>
                                <ignoreMissingClasses>true</ignoreMissingClasses>
                                <onlyModified>true</onlyModified>
                                <skipDiffReport>true</skipDiffReport>
                                <skipXmlReport>true</skipXmlReport>
                                <ignoreMissingOldVersion>true</ignoreMissingOldVersion>
                                <ignoreMissingNewVersion>true</ignoreMissingNewVersion>
                            </parameter>
                        </configuration>
                        <executions>
                            <execution>
                                <phase>verify</phase>
                                <goals>
                                    <goal>cmp</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
        <profile>
            <!-- Testing profile for measurement tests. Use along with default 
                profile -->
            <id>measurements</id>
            <properties>
                <skipTests>true</skipTests>
            </properties>
        </profile>
    </profiles>

</project>