| @@ -2,31 +2,21 @@ version: '3.9' | |||||
| services: | services: | ||||
| repo: | repo: | ||||
| image: dzikoysk/reposilite:3.0.0-alpha.23 | |||||
| user: ${USER_ID}:${GROUP_ID} | |||||
| image: dzikoysk/reposilite:3.4.0 | |||||
| environment: | environment: | ||||
| REPOSILITE_OPTS: "--token admin:secret --shared-configuration=/reposilite.cdn --shared-configuration-mode=copy" | |||||
| PGID: ${GROUP_ID} | |||||
| PUID: ${USER_ID} | |||||
| REPOSILITE_OPTS: "--token admin:secret --shared-configuration=/reposilite.json --port 80" | |||||
| volumes: | volumes: | ||||
| - ./repo/reposilite.cdn:/reposilite.cdn | |||||
| - ./repo/reposilite.json:/reposilite.json | |||||
| - ./data:/app/data | - ./data:/app/data | ||||
| # Network added in docker-compose.override.yml | |||||
| networks: | |||||
| - nonet | |||||
| ports: | ports: | ||||
| - "9001:80" | - "9001:80" | ||||
| restart: unless-stopped | restart: unless-stopped | ||||
| maven-sync-job: | |||||
| sync-job: | |||||
| build: ./sync | build: ./sync | ||||
| depends_on: | depends_on: | ||||
| - repo | - repo | ||||
| volumes: | volumes: | ||||
| - ./poms:/poms | |||||
| networks: | |||||
| - nonet | |||||
| extra_hosts: | |||||
| - "repo.maven.apache.org:0.0.0.0" | |||||
| - "registry.quarkus.io:0.0.0.0" | |||||
| networks: | |||||
| nonet: | |||||
| internal: true | |||||
| - ./package-list.txt:/package-list.txt | |||||
| @@ -1,28 +0,0 @@ | |||||
| #!/bin/sh | |||||
| get_first_xml_tag() { | |||||
| grep -oP '(?<='$2'>)[^<]+' $1 | head -n 1 | |||||
| } | |||||
| get_modules() { | |||||
| echo " <modules>" | |||||
| for f in poms/**/*.xml; do | |||||
| echo " <module>"$f"</module>" | |||||
| done | |||||
| echo " </modules>" | |||||
| } | |||||
| generate_xml() { | |||||
| echo '<project xmlns="http://maven.apache.org/POM/4.0.0"' | |||||
| echo ' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"' | |||||
| echo ' xsi:schemaLocation="http://maven.apache.org/POM/4.0.0' | |||||
| echo ' http://maven.apache.org/xsd/maven-4.0.0.xsd">' | |||||
| get_modules | |||||
| echo "</project>" | |||||
| } | |||||
| generate_xml > pom.xml | |||||
| @@ -1,133 +0,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 | |||||
| http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modules> | |||||
| <module>poms/ch.qos.logback-logback-classic-1.2.11/pom.xml</module> | |||||
| <module>poms/ch.qos.logback-logback-parent-1.2.11/pom.xml</module> | |||||
| <module>poms/com.github.node-gradle.node-com.github.node-gradle.node.gradle.plugin-3.5.1/pom.xml</module> | |||||
| <module>poms/com.thoughtworks.qdox-qdox-2.0.1/pom.xml</module> | |||||
| <module>poms/com.vladmihalcea-hibernate-types-55-2.21.1/pom.xml</module> | |||||
| <module>poms/com.vladmihalcea-hibernate-types-parent-2.21.1/pom.xml</module> | |||||
| <module>poms/io.github.microutils-kotlin-logging-3.0.4/pom.xml</module> | |||||
| <module>poms/io.github.microutils-kotlin-logging-jvm-3.0.4/pom.xml</module> | |||||
| <module>poms/io.insert-koin-koin-core-3.2.2/pom.xml</module> | |||||
| <module>poms/io.insert-koin-koin-core-3.3.0/pom.xml</module> | |||||
| <module>poms/io.insert-koin-koin-core-jvm-3.2.2/pom.xml</module> | |||||
| <module>poms/io.insert-koin-koin-core-jvm-3.3.0/pom.xml</module> | |||||
| <module>poms/io.insert-koin-koin-ktor-3.2.2/pom.xml</module> | |||||
| <module>poms/io.insert-koin-koin-test-3.2.2/pom.xml</module> | |||||
| <module>poms/io.insert-koin-koin-test-3.3.0/pom.xml</module> | |||||
| <module>poms/io.insert-koin-koin-test-core-2.2.3/pom.xml</module> | |||||
| <module>poms/io.insert-koin-koin-test-junit5-3.2.2/pom.xml</module> | |||||
| <module>poms/io.insert-koin-koin-test-junit5-3.3.0/pom.xml</module> | |||||
| <module>poms/io.insert-koin-koin-test-jvm-3.2.2/pom.xml</module> | |||||
| <module>poms/io.insert-koin-koin-test-jvm-3.3.0/pom.xml</module> | |||||
| <module>poms/io.kotest-kotest-bom-5.5.4/pom.xml</module> | |||||
| <module>poms/io.kotest-kotest-runner-junit5-5.5.4/pom.xml</module> | |||||
| <module>poms/io.kotest-kotest-runner-junit5-jvm-5.5.4/pom.xml</module> | |||||
| <module>poms/io.ktor-ktor-bom-2.2.1/pom.xml</module> | |||||
| <module>poms/io.ktor-ktor-bom-2.2.2/pom.xml</module> | |||||
| <module>poms/io.mockk-mockk-1.13.3/pom.xml</module> | |||||
| <module>poms/io.mockk-mockk-jvm-1.13.3/pom.xml</module> | |||||
| <module>poms/io.quarkiverse.mockk-quarkus-junit5-mockk-1.1.1/pom.xml</module> | |||||
| <module>poms/io.quarkiverse.mockk-quarkus-junit5-mockk-parent-1.1.1/pom.xml</module> | |||||
| <module>poms/io.quarkiverse-quarkiverse-parent-9/pom.xml</module> | |||||
| <module>poms/net.java.dev.jna-jna-5.8.0/pom.xml</module> | |||||
| <module>poms/org.apache-apache-11/pom.xml</module> | |||||
| <module>poms/org.apache-apache-21/pom.xml</module> | |||||
| <module>poms/org.apache-apache-23/pom.xml</module> | |||||
| <module>poms/org.apache-apache-26/pom.xml</module> | |||||
| <module>poms/org.apache-apache-27/pom.xml</module> | |||||
| <module>poms/org.apache.directory.project-project-29/pom.xml</module> | |||||
| <module>poms/org.apache.directory.project-project-44/pom.xml</module> | |||||
| <module>poms/org.apache.directory.server-apacheds-parent-2.0.0.AM26/pom.xml</module> | |||||
| <module>poms/org.apache.directory.server-apacheds-test-framework-2.0.0.AM26/pom.xml</module> | |||||
| <module>poms/org.apache.directory.shared-shared-dsml-parent-1.0.0-M13/pom.xml</module> | |||||
| <module>poms/org.apache.directory.shared-shared-dsml-parser-1.0.0-M13/pom.xml</module> | |||||
| <module>poms/org.apache.directory.shared-shared-parent-1.0.0-M13/pom.xml</module> | |||||
| <module>poms/org.apache.maven-maven-parent-34/pom.xml</module> | |||||
| <module>poms/org.apache.maven-maven-parent-36/pom.xml</module> | |||||
| <module>poms/org.apache.maven-maven-parent-37/pom.xml</module> | |||||
| <module>poms/org.apache.maven.plugins-maven-compiler-plugin-3.10.1/pom.xml</module> | |||||
| <module>poms/org.apache.maven.plugins-maven-failsafe-plugin-3.0.0-M7/pom.xml</module> | |||||
| <module>poms/org.apache.maven.plugins-maven-failsafe-plugin-3.0.0-M8/pom.xml</module> | |||||
| <module>poms/org.apache.maven.plugins-maven-plugins-34/pom.xml</module> | |||||
| <module>poms/org.apache.maven.plugins-maven-plugins-37/pom.xml</module> | |||||
| <module>poms/org.apache.maven.plugins-maven-shade-plugin-3.4.1/pom.xml</module> | |||||
| <module>poms/org.apache.maven.plugins-maven-surefire-plugin-3.0.0-M7/pom.xml</module> | |||||
| <module>poms/org.apache.maven.plugins-maven-surefire-plugin-3.0.0-M8/pom.xml</module> | |||||
| <module>poms/org.apache.maven.surefire-surefire-3.0.0-M7/pom.xml</module> | |||||
| <module>poms/org.apache.maven.surefire-surefire-3.0.0-M8/pom.xml</module> | |||||
| <module>poms/org.apache.sshd-sshd-2.9.2/pom.xml</module> | |||||
| <module>poms/org.apache.sshd-sshd-common-2.9.2/pom.xml</module> | |||||
| <module>poms/org.apache.sshd-sshd-core-2.9.2/pom.xml</module> | |||||
| <module>poms/org.apache.sshd-sshd-ldap-2.9.2/pom.xml</module> | |||||
| <module>poms/org.apache.sshd-sshd-scp-2.9.2/pom.xml</module> | |||||
| <module>poms/org.apache.sshd-sshd-sftp-2.9.2/pom.xml</module> | |||||
| <module>poms/org.asciidoctor-asciidoctorj-2.5.7/pom.xml</module> | |||||
| <module>poms/org.asciidoctor-asciidoctorj-api-2.5.7/pom.xml</module> | |||||
| <module>poms/org.asciidoctor-asciidoctorj-diagram-2.2.3/pom.xml</module> | |||||
| <module>poms/org.asciidoctor-asciidoctorj-diagram-plantuml-1.2022.5/pom.xml</module> | |||||
| <module>poms/org.asciidoctor-asciidoctorj-pdf-2.3.4/pom.xml</module> | |||||
| <module>poms/org.asciidoctor-asciidoctorj-revealjs-4.1.0/pom.xml</module> | |||||
| <module>poms/org.asciidoctor-asciidoctorj-test-support-2.5.7/pom.xml</module> | |||||
| <module>poms/org.asciidoctor-asciidoctor-maven-plugin-2.2.2/pom.xml</module> | |||||
| <module>poms/org.eclipse.ee4j-project-1.0.6/pom.xml</module> | |||||
| <module>poms/org.eclipse.sisu-org.eclipse.sisu.inject-0.3.5/pom.xml</module> | |||||
| <module>poms/org.eclipse.sisu-org.eclipse.sisu.plexus-0.3.5/pom.xml</module> | |||||
| <module>poms/org.eclipse.sisu-sisu-inject-0.3.5/pom.xml</module> | |||||
| <module>poms/org.eclipse.sisu-sisu-plexus-0.3.5/pom.xml</module> | |||||
| <module>poms/org.glassfish.corba-exception-annotation-processor-4.2.4/pom.xml</module> | |||||
| <module>poms/org.glassfish.corba-glassfish-corba-4.2.4/pom.xml</module> | |||||
| <module>poms/org.glassfish.corba-glassfish-corba-asm-3.1.2-b002/pom.xml</module> | |||||
| <module>poms/org.glassfish.corba-glassfish-corba-csiv2-idl-4.2.4/pom.xml</module> | |||||
| <module>poms/org.glassfish.corba-glassfish-corba-internal-api-4.2.4/pom.xml</module> | |||||
| <module>poms/org.glassfish.corba-glassfish-corba-omgapi-4.2.4/pom.xml</module> | |||||
| <module>poms/org.glassfish.corba-glassfish-corba-orb-4.2.4/pom.xml</module> | |||||
| <module>poms/org.glassfish.corba-glassfish-corba-tests-4.2.4/pom.xml</module> | |||||
| <module>poms/org.glassfish.corba-idlj-4.2.4/pom.xml</module> | |||||
| <module>poms/org.hibernate.reactive-hibernate-reactive-core-1.1.9.Final/pom.xml</module> | |||||
| <module>poms/org.jboss-jboss-parent-39/pom.xml</module> | |||||
| <module>poms/org.jetbrains.exposed-exposed-bom-0.41.1/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlin.jvm-org.jetbrains.kotlin.jvm.gradle.plugin-1.7.20/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlin-kotlin-bom-1.7.20/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlin-kotlin-gradle-plugin-1.7.20/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlin-kotlin-gradle-plugin-idea-1.7.20/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlin-kotlin-maven-allopen-1.7.20/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlin-kotlin-maven-noarg-1.7.20/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlin-kotlin-maven-plugin-1.7.20/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlin-kotlin-maven-serialization-1.6.21/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlin-kotlin-maven-serialization-1.8.0/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlin-kotlin-project-1.6.21/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlin-kotlin-project-1.7.20/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlin-kotlin-project-1.8.0/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlin-kotlin-serialization-1.7.20/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlin.plugin.serialization-org.jetbrains.kotlin.plugin.serialization.gradle.plugin-1.7.20/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlinx-kotlinx-coroutines-bom-1.6.4/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.6.4/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlinx-kotlinx-coroutines-core-jvm-1.6.4/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlinx-kotlinx-datetime-0.4.0/pom.xml</module> | |||||
| <module>poms/org.jetbrains.kotlinx-kotlinx-datetime-jvm-0.4.0/pom.xml</module> | |||||
| <module>poms/org.junit-junit-bom-5.7.1/pom.xml</module> | |||||
| <module>poms/org.junit-junit-bom-5.9.1/pom.xml</module> | |||||
| <module>poms/org.kodein.di-kodein-di-7.16.0/pom.xml</module> | |||||
| <module>poms/org.kodein.di-kodein-di-7.17.0/pom.xml</module> | |||||
| <module>poms/org.kodein.di-kodein-di-7.18.0/pom.xml</module> | |||||
| <module>poms/org.kodein.di-kodein-di-framework-ktor-server-jvm-7.16.0/pom.xml</module> | |||||
| <module>poms/org.kodein.di-kodein-di-framework-ktor-server-jvm-7.17.0/pom.xml</module> | |||||
| <module>poms/org.kodein.di-kodein-di-framework-ktor-server-jvm-7.18.0/pom.xml</module> | |||||
| <module>poms/org.kodein.di-kodein-di-jvm-7.16.0/pom.xml</module> | |||||
| <module>poms/org.kodein.di-kodein-di-jvm-7.17.0/pom.xml</module> | |||||
| <module>poms/org.kodein.di-kodein-di-jvm-7.18.0/pom.xml</module> | |||||
| <module>poms/org.slf4j-slf4j-api-2.0.6/pom.xml</module> | |||||
| <module>poms/org.slf4j-slf4j-parent-2.0.6/pom.xml</module> | |||||
| <module>poms/org.snmp4j-snmp4j-3.7.4/pom.xml</module> | |||||
| <module>poms/org.sonatype.forge-forge-parent-38/pom.xml</module> | |||||
| <module>poms/org.sonatype.oss-oss-parent-7/pom.xml</module> | |||||
| <module>poms/org.sonatype.oss-oss-parent-9/pom.xml</module> | |||||
| <module>poms/org.sonatype.sisu.inject-guice-parent-3.2.6/pom.xml</module> | |||||
| <module>poms/org.sonatype.sisu-sisu-guice-3.2.6/pom.xml</module> | |||||
| <module>poms/org.testcontainers-testcontainers-bom-1.16.2/pom.xml</module> | |||||
| </modules> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.ch.qos.logback</groupId> | |||||
| <artifactId>placeholder-logback-classic</artifactId> | |||||
| <version>1.2.11</version> | |||||
| <name>Package logback-classic</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>ch.qos.logback</groupId> | |||||
| <artifactId>logback-classic</artifactId> | |||||
| <version>1.2.11</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,521 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <groupId>tmp.ch.qos.logback</groupId> | |||||
| <artifactId>placeholder.logback-parent</artifactId> | |||||
| <version>1.2.11</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>Logback-Parent</name> | |||||
| <description>logback project pom.xml file</description> | |||||
| <url>http://logback.qos.ch</url> | |||||
| <organization> | |||||
| <name>QOS.ch</name> | |||||
| <url>http://www.qos.ch</url> | |||||
| </organization> | |||||
| <inceptionYear>2005</inceptionYear> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>Eclipse Public License - v 1.0</name> | |||||
| <url>http://www.eclipse.org/legal/epl-v10.html</url> | |||||
| </license> | |||||
| <license> | |||||
| <name>GNU Lesser General Public License</name> | |||||
| <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</url> | |||||
| </license> | |||||
| </licenses> | |||||
| <scm> | |||||
| <url>https://github.com/ceki/logback</url> | |||||
| <connection>scm:git@github.com:qos-ch/logback.git</connection> | |||||
| </scm> | |||||
| <modules> | |||||
| <module>logback-core</module> | |||||
| <module>logback-classic</module> | |||||
| <module>logback-access</module> | |||||
| <module>logback-site</module> | |||||
| <module>logback-examples</module> | |||||
| </modules> | |||||
| <properties> | |||||
| <project.build.outputTimestamp>2022-03-05T19:45:00Z</project.build.outputTimestamp> | |||||
| <maven.compiler.source>1.6</maven.compiler.source> | |||||
| <maven.compiler.target>1.6</maven.compiler.target> | |||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||||
| <junit.version>4.10</junit.version> | |||||
| <javax.mail.version>1.4</javax.mail.version> | |||||
| <janino.version>3.0.6</janino.version> | |||||
| <slf4j.version>1.7.32</slf4j.version> | |||||
| <cal10n.version>0.8.1</cal10n.version> | |||||
| <consolePlugin.version>1.1.0</consolePlugin.version> | |||||
| <tomcat.version>8.5.9</tomcat.version> | |||||
| <jetty.version>8.2.0.v20160908</jetty.version> | |||||
| <jansi.version>1.9</jansi.version> | |||||
| <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> | |||||
| <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version> | |||||
| <maven-site-plugin.version>3.7.1</maven-site-plugin.version> | |||||
| <maven-javadoc-plugin.version>3.1.0</maven-javadoc-plugin.version> | |||||
| <maven-source-plugin.version>3.2.0</maven-source-plugin.version> | |||||
| <maven-license-plugin.version>3.0</maven-license-plugin.version> | |||||
| <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version> | |||||
| <maven-jxr-plugin.version>3.1.1</maven-jxr-plugin.version> | |||||
| <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version> | |||||
| <cobertura.maven.plugin.version>2.7</cobertura.maven.plugin.version> | |||||
| <maven-bundle-plugin.version>5.1.4</maven-bundle-plugin.version> | |||||
| </properties> | |||||
| <developers> | |||||
| <developer> | |||||
| <id>ceki</id> | |||||
| <name>Ceki Gulcu</name> | |||||
| <email>ceki@qos.ch</email> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>hixi</id> | |||||
| <name>Joern Huxhorn</name> | |||||
| <email>huxi@undisclosed.org</email> | |||||
| </developer> | |||||
| </developers> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>junit</groupId> | |||||
| <artifactId>junit</artifactId> | |||||
| <version>${junit.version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.assertj</groupId> | |||||
| <artifactId>assertj-core</artifactId> | |||||
| <version>1.7.1</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>ch.qos.logback</groupId> | |||||
| <artifactId>logback-core</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>ch.qos.logback</groupId> | |||||
| <artifactId>logback-classic</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.slf4j</groupId> | |||||
| <artifactId>slf4j-api</artifactId> | |||||
| <version>${slf4j.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>ch.qos.logback</groupId> | |||||
| <artifactId>logback-access</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>ch.qos.logback</groupId> | |||||
| <artifactId>logback-core</artifactId> | |||||
| <version>${project.version}</version> | |||||
| <type>test-jar</type> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.codehaus.janino</groupId> | |||||
| <artifactId>janino</artifactId> | |||||
| <version>${janino.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.codehaus.groovy</groupId> | |||||
| <artifactId>groovy</artifactId> | |||||
| <version>${groovy.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.codehaus.groovy</groupId> | |||||
| <artifactId>groovy-test</artifactId> | |||||
| <version>${groovy.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.fusesource.jansi</groupId> | |||||
| <artifactId>jansi</artifactId> | |||||
| <version>${jansi.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>javax.mail</groupId> | |||||
| <artifactId>mail</artifactId> | |||||
| <version>${javax.mail.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>dom4j</groupId> | |||||
| <artifactId>dom4j</artifactId> | |||||
| <version>1.6.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.tomcat</groupId> | |||||
| <artifactId>tomcat-catalina</artifactId> | |||||
| <version>${tomcat.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.tomcat</groupId> | |||||
| <artifactId>tomcat-coyote</artifactId> | |||||
| <version>${tomcat.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.eclipse.jetty</groupId> | |||||
| <artifactId>jetty-server</artifactId> | |||||
| <version>${jetty.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>javax.servlet</groupId> | |||||
| <artifactId>javax.servlet-api</artifactId> | |||||
| <version>3.1.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>joda-time</groupId> | |||||
| <artifactId>joda-time</artifactId> | |||||
| <version>2.9.2</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.mockito</groupId> | |||||
| <artifactId>mockito-core</artifactId> | |||||
| <version>2.7.9</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>ch.qos.logback</groupId> | |||||
| <artifactId>logback-parent</artifactId> | |||||
| <version>1.2.11</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <build> | |||||
| <extensions> | |||||
| <extension> | |||||
| <groupId>org.apache.maven.wagon</groupId> | |||||
| <artifactId>wagon-ssh</artifactId> | |||||
| <version>2.10</version> | |||||
| </extension> | |||||
| </extensions> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-clean-plugin</artifactId> | |||||
| <version>3.0.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <version>${maven-compiler-plugin.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <version>${maven-deploy-plugin.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-install-plugin</artifactId> | |||||
| <version>2.5.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-resources-plugin</artifactId> | |||||
| <version>3.0.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <version>${maven-site-plugin.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>${maven-surefire-plugin.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <version>${maven-jar-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-dependency-plugin</artifactId> | |||||
| <version>2.10</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <version>2.5.3</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <version>${maven-source-plugin.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>findbugs-maven-plugin</artifactId> | |||||
| <version>3.0.4</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.felix</groupId> | |||||
| <artifactId>maven-bundle-plugin</artifactId> | |||||
| <version>${maven-bundle-plugin.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>animal-sniffer-maven-plugin</artifactId> | |||||
| <version>1.15</version> | |||||
| <configuration> | |||||
| <ignores> | |||||
| <ignore>sun.reflect.Reflection</ignore> | |||||
| </ignores> | |||||
| <signature> | |||||
| <groupId>org.codehaus.mojo.signature</groupId> | |||||
| <artifactId>java16</artifactId> | |||||
| <version>1.0</version> | |||||
| </signature> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-sources</id> | |||||
| <goals> | |||||
| <goal>jar</goal> | |||||
| <goal>test-jar</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-assembly-plugin</artifactId> | |||||
| <version>3.0.0</version> | |||||
| <configuration> | |||||
| <descriptors> | |||||
| <descriptor>src/main/assembly/dist.xml</descriptor> | |||||
| </descriptors> | |||||
| <finalName>logback-${project.version}</finalName> | |||||
| <appendAssemblyId>false</appendAssemblyId> | |||||
| <outputDirectory>target/site/dist/</outputDirectory> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>findbugs-maven-plugin</artifactId> | |||||
| <configuration> | |||||
| <threshold>High</threshold> | |||||
| <excludeFilterFile>findbugs-exclude.xml</excludeFilterFile> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <configuration> | |||||
| <reportPlugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-jxr-plugin</artifactId> | |||||
| <version>${maven-jxr-plugin.version}</version> | |||||
| <configuration> | |||||
| <aggregate>true</aggregate> | |||||
| <javadocDir>target/site/apidocs/</javadocDir> | |||||
| <linkJavadoc>true</linkJavadoc> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <version>${maven-javadoc-plugin.version}</version> | |||||
| <configuration> | |||||
| <aggregate>true</aggregate> | |||||
| <linksource>true</linksource> | |||||
| <additionalOptions> | |||||
| <additionalOption>-Xdoclint:none</additionalOption> | |||||
| <doclint>none</doclint> | |||||
| </additionalOptions> | |||||
| <links> | |||||
| <link> | |||||
| http://docs.oracle.com/javase/6/docs/api/ | |||||
| </link> | |||||
| </links> | |||||
| <groups> | |||||
| <group> | |||||
| <title>Logback Core</title> | |||||
| <packages>ch.qos.logback.core:ch.qos.logback.core.* | |||||
| </packages> | |||||
| </group> | |||||
| <group> | |||||
| <title>Logback Classic</title> | |||||
| <packages> | |||||
| ch.qos.logback:ch.qos.logback.classic:ch.qos.logback.classic.* | |||||
| </packages> | |||||
| </group> | |||||
| <group> | |||||
| <title>Logback Access</title> | |||||
| <packages>ch.qos.logback.access:ch.qos.logback.access.* | |||||
| </packages> | |||||
| </group> | |||||
| <group> | |||||
| <title>SLF4J</title> | |||||
| <packages>org.slf4j:org.slf4j.*</packages> | |||||
| </group> | |||||
| <group> | |||||
| <title>Examples</title> | |||||
| <packages>chapter*:joran*</packages> | |||||
| </group> | |||||
| </groups> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </reportPlugins> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <distributionManagement> | |||||
| <site> | |||||
| <id>qos_ch</id> | |||||
| <url>scp://te.qos.ch/var/www/logback.qos.ch/htdocs/</url> | |||||
| </site> | |||||
| <repository> | |||||
| <id>sonatype-nexus-staging</id> | |||||
| <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> | |||||
| </repository> | |||||
| </distributionManagement> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>java6</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-toolchains-plugin</artifactId> | |||||
| <version>1.1</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <goals> | |||||
| <goal>toolchain</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| <configuration> | |||||
| <toolchains> | |||||
| <jdk> | |||||
| <version>1.6</version> | |||||
| </jdk> | |||||
| </toolchains> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>testSkip</id> | |||||
| <properties> | |||||
| <maven.test.skip>true</maven.test.skip> | |||||
| </properties> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>license</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>com.mycila</groupId> | |||||
| <artifactId>license-maven-plugin</artifactId> | |||||
| <version>${maven-license-plugin.version}</version> | |||||
| <configuration> | |||||
| <header>src/main/licenseHeader.txt</header> | |||||
| <quiet>false</quiet> | |||||
| <failIfMissing>true</failIfMissing> | |||||
| <aggregate>true</aggregate> | |||||
| <includes> | |||||
| <include>src/**/*.java</include> | |||||
| <include>src/**/*.groovy</include> | |||||
| </includes> | |||||
| <useDefaultExcludes>true</useDefaultExcludes> | |||||
| <useDefaultMapping>true</useDefaultMapping> | |||||
| <properties> | |||||
| <year>1999</year> | |||||
| </properties> | |||||
| <headerDefinitions> | |||||
| <headerDefinition>src/main/javadocHeaders.xml</headerDefinition> | |||||
| </headerDefinitions> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>javadocjar</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <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> | |||||
| <goal>test-jar</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| <configuration> | |||||
| <additionalparam>-Xdoclint:none</additionalparam> | |||||
| <doclint>none</doclint> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>sign-artifacts</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>1.6</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>sign-artifacts</id> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>sign</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>cobertura</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <configuration> | |||||
| <reportPlugins> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>cobertura-maven-plugin</artifactId> | |||||
| <version>${cobertura.maven.plugin.version}</version> | |||||
| <configuration> | |||||
| <formats> | |||||
| <format>html</format> | |||||
| </formats> | |||||
| <aggregate>true</aggregate> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </reportPlugins> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| </project> | |||||
| @@ -1,19 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <groupId>tmp.com.github.node-gradle.node</groupId> | |||||
| <artifactId>placeholder.com.github.node-gradle.node.gradle.plugin</artifactId> | |||||
| <version>3.5.1</version> | |||||
| <packaging>pom</packaging> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>com.github.node-gradle</groupId> | |||||
| <artifactId>gradle-node-plugin</artifactId> | |||||
| <version>3.5.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>com.github.node-gradle.node</groupId> | |||||
| <artifactId>com.github.node-gradle.node.gradle.plugin</artifactId> | |||||
| <version>3.5.1</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.com.thoughtworks.qdox</groupId> | |||||
| <artifactId>placeholder-qdox</artifactId> | |||||
| <version>2.0.1</version> | |||||
| <name>Package qdox</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>com.thoughtworks.qdox</groupId> | |||||
| <artifactId>qdox</artifactId> | |||||
| <version>2.0.1</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.com.vladmihalcea</groupId> | |||||
| <artifactId>placeholder-hibernate-types-55</artifactId> | |||||
| <version>2.21.1</version> | |||||
| <name>Package hibernate-types-55</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>com.vladmihalcea</groupId> | |||||
| <artifactId>hibernate-types-55</artifactId> | |||||
| <version>2.21.1</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,374 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <parent> | |||||
| <groupId>org.sonatype.oss</groupId> | |||||
| <artifactId>oss-parent</artifactId> | |||||
| <version>7</version> | |||||
| </parent> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <groupId>tmp.com.vladmihalcea</groupId> | |||||
| <artifactId>placeholder.hibernate-types-parent</artifactId> | |||||
| <version>2.21.1</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>Hibernate Types</name> | |||||
| <description> | |||||
| Hibernate Types adds extra types like JSON, Array, etc. | |||||
| </description> | |||||
| <url>https://github.com/vladmihalcea/hibernate-types</url> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>The Apache Software License, Version 2.0</name> | |||||
| <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |||||
| </license> | |||||
| </licenses> | |||||
| <developers> | |||||
| <developer> | |||||
| <id>author</id> | |||||
| <name>Vlad Mihalcea</name> | |||||
| <email>mih_vlad@yahoo.com</email> | |||||
| </developer> | |||||
| </developers> | |||||
| <scm> | |||||
| <developerConnection>scm:git:git@github.com:vladmihalcea/hibernate-types.git</developerConnection> | |||||
| <url>scm:git:git@github.com:vladmihalcea/hibernate-types.git</url> | |||||
| <connection>scm:git:git@github.com:vladmihalcea/hibernate-types.git</connection> | |||||
| <tag>hibernate-types-parent-2.21.1</tag> | |||||
| </scm> | |||||
| <repositories> | |||||
| <repository> | |||||
| <id>Spring</id> | |||||
| <releases> | |||||
| <enabled>true</enabled> | |||||
| </releases> | |||||
| <url>https://repo.spring.io/milestone</url> | |||||
| </repository> | |||||
| </repositories> | |||||
| <modules> | |||||
| <module>hibernate-types-60</module> | |||||
| <module>hibernate-types-55</module> | |||||
| <module>hibernate-types-52</module> | |||||
| <module>hibernate-types-5</module> | |||||
| <module>hibernate-types-43</module> | |||||
| <module>hibernate-types-4</module> | |||||
| </modules> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.slf4j</groupId> | |||||
| <artifactId>slf4j-api</artifactId> | |||||
| <version>${slf4j.version}</version> | |||||
| <scope>provided</scope> | |||||
| <optional>true</optional> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>ch.qos.logback</groupId> | |||||
| <artifactId>logback-classic</artifactId> | |||||
| <version>${logback.version}</version> | |||||
| <scope>provided</scope> | |||||
| <optional>true</optional> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>junit</groupId> | |||||
| <artifactId>junit</artifactId> | |||||
| <version>${junit.version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.mockito</groupId> | |||||
| <artifactId>mockito-core</artifactId> | |||||
| <version>${mockito.version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>net.ttddyy</groupId> | |||||
| <artifactId>datasource-proxy</artifactId> | |||||
| <version>${datasource-proxy.version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.hsqldb</groupId> | |||||
| <artifactId>hsqldb</artifactId> | |||||
| <version>${hsqldb.version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>com.h2database</groupId> | |||||
| <artifactId>h2</artifactId> | |||||
| <version>${h2.version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.postgresql</groupId> | |||||
| <artifactId>postgresql</artifactId> | |||||
| <version>${postgresql.version}</version> | |||||
| <scope>provided</scope> | |||||
| <optional>true</optional> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>mysql</groupId> | |||||
| <artifactId>mysql-connector-java</artifactId> | |||||
| <version>${mysql.version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>com.oracle.database.jdbc</groupId> | |||||
| <artifactId>ojdbc8</artifactId> | |||||
| <version>${oracle.version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>com.microsoft.sqlserver</groupId> | |||||
| <artifactId>mssql-jdbc</artifactId> | |||||
| <version>${mssql.version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.testcontainers</groupId> | |||||
| <artifactId>mysql</artifactId> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.testcontainers</groupId> | |||||
| <artifactId>postgresql</artifactId> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.testcontainers</groupId> | |||||
| <artifactId>oracle-xe</artifactId> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.testcontainers</groupId> | |||||
| <artifactId>mssqlserver</artifactId> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.testcontainers</groupId> | |||||
| <artifactId>testcontainers-bom</artifactId> | |||||
| <version>${testcontainers.version}</version> | |||||
| <type>pom</type> | |||||
| <scope>import</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>com.vladmihalcea</groupId> | |||||
| <artifactId>hibernate-types-parent</artifactId> | |||||
| <version>2.21.1</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <build> | |||||
| <defaultGoal>test</defaultGoal> | |||||
| <testResources> | |||||
| <testResource> | |||||
| <directory>src/test/resources</directory> | |||||
| <filtering>true</filtering> | |||||
| </testResource> | |||||
| </testResources> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-toolchains-plugin</artifactId> | |||||
| <version>${maven-toolchains-plugin.version}</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <goals> | |||||
| <goal>toolchain</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| <configuration> | |||||
| <toolchains> | |||||
| <jdk> | |||||
| <version>${jdk-test.version}</version> | |||||
| </jdk> | |||||
| </toolchains> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <version>${maven-compiler-plugin.version}</version> | |||||
| <configuration> | |||||
| <showDeprecation>true</showDeprecation> | |||||
| <showWarnings>true</showWarnings> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>${maven-surefire-plugin.version}</version> | |||||
| <configuration> | |||||
| <excludes> | |||||
| <exclude>**/*JvmForkTest.java</exclude> | |||||
| </excludes> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>sonar-maven-plugin</artifactId> | |||||
| <version>${sonar-maven-plugin.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <version>${maven-site-plugin.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-project-info-reports-plugin</artifactId> | |||||
| <version>${maven-project-info-reports-plugin.version}</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>release</id> | |||||
| <activation> | |||||
| <property> | |||||
| <name>performRelease</name> | |||||
| <value>true</value> | |||||
| </property> | |||||
| </activation> | |||||
| <properties> | |||||
| <console.log.level>ERROR</console.log.level> | |||||
| </properties> | |||||
| <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> | |||||
| <inherited>true</inherited> | |||||
| <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> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>${maven-gpg-plugin.version}</version> | |||||
| <configuration> | |||||
| <keyname>mih_vlad@yahoo.com</keyname> | |||||
| <passphrase>${gpg.passphrase}</passphrase> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>sign-artifacts</id> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>sign</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <version>${maven-release-plugin.version}</version> | |||||
| <configuration> | |||||
| <autoVersionSubmodules>true</autoVersionSubmodules> | |||||
| <useReleaseProfile>false</useReleaseProfile> | |||||
| <releaseProfiles>release</releaseProfiles> | |||||
| <goals>deploy</goals> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <version>${maven-deploy-plugin.version}</version> | |||||
| <configuration> | |||||
| <retryFailedDeploymentCount>5</retryFailedDeploymentCount> | |||||
| <deployAtEnd>true</deployAtEnd> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>test</id> | |||||
| <properties> | |||||
| <console.log.level>ERROR</console.log.level> | |||||
| </properties> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>fork-jvm-test</id> | |||||
| <properties> | |||||
| <console.log.level>DEBUG</console.log.level> | |||||
| </properties> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>${maven-surefire-plugin.version}</version> | |||||
| <configuration> | |||||
| <reuseForks>false</reuseForks> | |||||
| <useSystemClassLoader>false</useSystemClassLoader> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| <distributionManagement> | |||||
| <snapshotRepository> | |||||
| <id>ossrh</id> | |||||
| <url>https://oss.sonatype.org/content/repositories/snapshots</url> | |||||
| </snapshotRepository> | |||||
| <repository> | |||||
| <id>ossrh</id> | |||||
| <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> | |||||
| </repository> | |||||
| </distributionManagement> | |||||
| <properties> | |||||
| <jdk.version>6</jdk.version> | |||||
| <jdk-test.version>8</jdk-test.version> | |||||
| <maven.compiler.source>${jdk.version}</maven.compiler.source> | |||||
| <maven.compiler.target>${jdk.version}</maven.compiler.target> | |||||
| <maven.compiler.testSource>${jdk-test.version}</maven.compiler.testSource> | |||||
| <maven.compiler.testTarget>${jdk-test.version}</maven.compiler.testTarget> | |||||
| <console.log.level>DEBUG</console.log.level> | |||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||||
| <maven-toolchains-plugin.version>1.1</maven-toolchains-plugin.version> | |||||
| <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> | |||||
| <maven-jar-plugin.version>3.0.2</maven-jar-plugin.version> | |||||
| <sonar-maven-plugin.version>2.2</sonar-maven-plugin.version> | |||||
| <coveralls-maven-plugin.version>3.1.0</coveralls-maven-plugin.version> | |||||
| <jacoco-maven-plugin.version>0.7.5.201505241946</jacoco-maven-plugin.version> | |||||
| <maven-source-plugin.version>3.2.1</maven-source-plugin.version> | |||||
| <maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version> | |||||
| <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> | |||||
| <maven-release-plugin.version>2.5.2</maven-release-plugin.version> | |||||
| <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version> | |||||
| <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> | |||||
| <maven-site-plugin.version>3.7.1</maven-site-plugin.version> | |||||
| <maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version> | |||||
| <slf4j.version>1.7.25</slf4j.version> | |||||
| <logback.version>1.2.3</logback.version> | |||||
| <junit.version>4.13.1</junit.version> | |||||
| <mockito.version>1.8.5</mockito.version> | |||||
| <datasource-proxy.version>1.6</datasource-proxy.version> | |||||
| <testcontainers.version>1.17.3</testcontainers.version> | |||||
| <hsqldb.version>2.2.8</hsqldb.version> | |||||
| <h2.version>1.4.200</h2.version> | |||||
| <postgresql.version>42.4.1</postgresql.version> | |||||
| <mysql.version>8.0.30</mysql.version> | |||||
| <oracle.version>21.5.0.0</oracle.version> | |||||
| <mssql.version>11.2.1.jre8</mssql.version> | |||||
| </properties> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.github.microutils</groupId> | |||||
| <artifactId>placeholder-kotlin-logging</artifactId> | |||||
| <version>3.0.4</version> | |||||
| <name>Package kotlin-logging</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.github.microutils</groupId> | |||||
| <artifactId>kotlin-logging</artifactId> | |||||
| <version>3.0.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.github.microutils</groupId> | |||||
| <artifactId>placeholder-kotlin-logging-jvm</artifactId> | |||||
| <version>3.0.4</version> | |||||
| <name>Package kotlin-logging-jvm</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.github.microutils</groupId> | |||||
| <artifactId>kotlin-logging-jvm</artifactId> | |||||
| <version>3.0.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.insert-koin</groupId> | |||||
| <artifactId>placeholder-koin-core</artifactId> | |||||
| <version>3.2.2</version> | |||||
| <name>Package koin-core</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.insert-koin</groupId> | |||||
| <artifactId>koin-core</artifactId> | |||||
| <version>3.2.2</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.insert-koin</groupId> | |||||
| <artifactId>placeholder-koin-core</artifactId> | |||||
| <version>3.3.0</version> | |||||
| <name>Package koin-core</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.insert-koin</groupId> | |||||
| <artifactId>koin-core</artifactId> | |||||
| <version>3.3.0</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.insert-koin</groupId> | |||||
| <artifactId>placeholder-koin-core-jvm</artifactId> | |||||
| <version>3.2.2</version> | |||||
| <name>Package koin-core-jvm</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.insert-koin</groupId> | |||||
| <artifactId>koin-core-jvm</artifactId> | |||||
| <version>3.2.2</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.insert-koin</groupId> | |||||
| <artifactId>placeholder-koin-core-jvm</artifactId> | |||||
| <version>3.3.0</version> | |||||
| <name>Package koin-core-jvm</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.insert-koin</groupId> | |||||
| <artifactId>koin-core-jvm</artifactId> | |||||
| <version>3.3.0</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.insert-koin</groupId> | |||||
| <artifactId>placeholder-koin-ktor</artifactId> | |||||
| <version>3.2.2</version> | |||||
| <name>Package koin-ktor</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.insert-koin</groupId> | |||||
| <artifactId>koin-ktor</artifactId> | |||||
| <version>3.2.2</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.insert-koin</groupId> | |||||
| <artifactId>placeholder-koin-test</artifactId> | |||||
| <version>3.2.2</version> | |||||
| <name>Package koin-test</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.insert-koin</groupId> | |||||
| <artifactId>koin-test</artifactId> | |||||
| <version>3.2.2</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.insert-koin</groupId> | |||||
| <artifactId>placeholder-koin-test</artifactId> | |||||
| <version>3.3.0</version> | |||||
| <name>Package koin-test</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.insert-koin</groupId> | |||||
| <artifactId>koin-test</artifactId> | |||||
| <version>3.3.0</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.insert-koin</groupId> | |||||
| <artifactId>placeholder-koin-test-core</artifactId> | |||||
| <version>2.2.3</version> | |||||
| <name>Package koin-test-core</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.insert-koin</groupId> | |||||
| <artifactId>koin-test-core</artifactId> | |||||
| <version>2.2.3</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.insert-koin</groupId> | |||||
| <artifactId>placeholder-koin-test-junit5</artifactId> | |||||
| <version>3.2.2</version> | |||||
| <name>Package koin-test-junit5</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.insert-koin</groupId> | |||||
| <artifactId>koin-test-junit5</artifactId> | |||||
| <version>3.2.2</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.insert-koin</groupId> | |||||
| <artifactId>placeholder-koin-test-junit5</artifactId> | |||||
| <version>3.3.0</version> | |||||
| <name>Package koin-test-junit5</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.insert-koin</groupId> | |||||
| <artifactId>koin-test-junit5</artifactId> | |||||
| <version>3.3.0</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.insert-koin</groupId> | |||||
| <artifactId>placeholder-koin-test-jvm</artifactId> | |||||
| <version>3.2.2</version> | |||||
| <name>Package koin-test-jvm</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.insert-koin</groupId> | |||||
| <artifactId>koin-test-jvm</artifactId> | |||||
| <version>3.2.2</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.insert-koin</groupId> | |||||
| <artifactId>placeholder-koin-test-jvm</artifactId> | |||||
| <version>3.3.0</version> | |||||
| <name>Package koin-test-jvm</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.insert-koin</groupId> | |||||
| <artifactId>koin-test-jvm</artifactId> | |||||
| <version>3.3.0</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,150 +0,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> | |||||
| <groupId>tmp.io.kotest</groupId> | |||||
| <artifactId>placeholder.kotest-bom</artifactId> | |||||
| <version>5.5.4</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>Kotest</name> | |||||
| <description>Kotlin Test Framework</description> | |||||
| <url>https://github.com/kotest/kotest</url> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>Apache-2.0</name> | |||||
| <url>https://opensource.org/licenses/Apache-2.0</url> | |||||
| </license> | |||||
| </licenses> | |||||
| <developers> | |||||
| <developer> | |||||
| <id>sksamuel</id> | |||||
| <name>Stephen Samuel</name> | |||||
| <email>sam@sksamuel.com</email> | |||||
| </developer> | |||||
| </developers> | |||||
| <scm> | |||||
| <connection>scm:git:https://github.com/kotest/kotest/</connection> | |||||
| <developerConnection>scm:git:https://github.com/sksamuel/</developerConnection> | |||||
| <url>https://github.com/kotest/kotest/</url> | |||||
| </scm> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-common</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-extensions</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-property</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-assertions-api</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-assertions-core</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-assertions-json</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-assertions-shared</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-assertions-sql</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-extensions-htmlreporter</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-extensions-http</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-extensions-junit5</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-extensions-junitxml</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-framework-api</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-framework-concurrency</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-framework-datatest</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-framework-discovery</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-framework-engine</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-framework-multiplatform-plugin-embeddable-compiler</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-framework-multiplatform-plugin-gradle</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-framework-multiplatform-plugin-legacy-native</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-property-lifecycle</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-runner-junit4</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-runner-junit5</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-bom</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.kotest</groupId> | |||||
| <artifactId>placeholder-kotest-runner-junit5</artifactId> | |||||
| <version>5.5.4</version> | |||||
| <name>Package kotest-runner-junit5</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-runner-junit5</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.kotest</groupId> | |||||
| <artifactId>placeholder-kotest-runner-junit5-jvm</artifactId> | |||||
| <version>5.5.4</version> | |||||
| <name>Package kotest-runner-junit5-jvm</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.kotest</groupId> | |||||
| <artifactId>kotest-runner-junit5-jvm</artifactId> | |||||
| <version>5.5.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.mockk</groupId> | |||||
| <artifactId>placeholder-mockk</artifactId> | |||||
| <version>1.13.3</version> | |||||
| <name>Package mockk</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.mockk</groupId> | |||||
| <artifactId>mockk</artifactId> | |||||
| <version>1.13.3</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.mockk</groupId> | |||||
| <artifactId>placeholder-mockk-jvm</artifactId> | |||||
| <version>1.13.3</version> | |||||
| <name>Package mockk-jvm</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.mockk</groupId> | |||||
| <artifactId>mockk-jvm</artifactId> | |||||
| <version>1.13.3</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,358 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <parent> | |||||
| <groupId>org.jboss</groupId> | |||||
| <artifactId>jboss-parent</artifactId> | |||||
| <version>39</version> | |||||
| </parent> | |||||
| <groupId>tmp.io.quarkiverse</groupId> | |||||
| <artifactId>placeholder.quarkiverse-parent</artifactId> | |||||
| <version>9</version> | |||||
| <name>Quarkiverse: Parent POM</name> | |||||
| <description>Parent POM for Quarkiverse projects that includes the default release and artifact publishing related | |||||
| configuration | |||||
| </description> | |||||
| <url>https://quarkiverse.io</url> | |||||
| <inceptionYear>2020</inceptionYear> | |||||
| <packaging>pom</packaging> | |||||
| <properties> | |||||
| <version.formatter.plugin>2.17.1</version.formatter.plugin> | |||||
| <version.impsort.plugin>1.6.2</version.impsort.plugin> | |||||
| <version.quarkus.ide-config>2.5.1.Final</version.quarkus.ide-config> | |||||
| <format.skip>false</format.skip> | |||||
| <maven.compiler.parameters>true</maven.compiler.parameters> | |||||
| <maven.compiler.source>11</maven.compiler.source> | |||||
| <maven.compiler.target>11</maven.compiler.target> | |||||
| <maven.compiler.release>11</maven.compiler.release> | |||||
| <maven.javadoc.failOnError>false</maven.javadoc.failOnError> | |||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||||
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |||||
| <asciidoctorj.version>2.5.2</asciidoctorj.version> | |||||
| <asciidoctor-maven-plugin.version>2.2.1</asciidoctor-maven-plugin.version> | |||||
| <yaml-properties-maven-plugin.version>1.1.3</yaml-properties-maven-plugin.version> | |||||
| </properties> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>Apache License, Version 2.0</name> | |||||
| <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> | |||||
| <distribution>repo</distribution> | |||||
| </license> | |||||
| </licenses> | |||||
| <issueManagement> | |||||
| <system>GitHub</system> | |||||
| <url>https://github.com/quarkusio/quarkus/issues</url> | |||||
| </issueManagement> | |||||
| <developers> | |||||
| <developer> | |||||
| <id>aloubyansky</id> | |||||
| <name>Alexey Loubyansky</name> | |||||
| <email>alexey.loubyansky@redhat.com</email> | |||||
| <organization>Red Hat</organization> | |||||
| <organizationUrl>https://www.redhat.com/</organizationUrl> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>gastaldi</id> | |||||
| <name>George Gastaldi</name> | |||||
| <email>ggastald@redhat.com</email> | |||||
| <organization>Red Hat</organization> | |||||
| <organizationUrl>https://www.redhat.com/</organizationUrl> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>maxandersen</id> | |||||
| <name>Max Rydahl Andersen</name> | |||||
| <email>max@xam.dk</email> | |||||
| <organization>Red Hat</organization> | |||||
| <organizationUrl>https://www.redhat.com/</organizationUrl> | |||||
| </developer> | |||||
| </developers> | |||||
| <scm> | |||||
| <connection>scm:git:git@github.com:quarkiverse/quarkiverse-parent.git</connection> | |||||
| <developerConnection>scm:git:git@github.com:quarkiverse/quarkiverse-parent.git</developerConnection> | |||||
| <url>https://github.com/quarkiverse/quarkiverse-parent</url> | |||||
| <tag>9</tag> | |||||
| </scm> | |||||
| <distributionManagement> | |||||
| <snapshotRepository> | |||||
| <id>ossrh</id> | |||||
| <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url> | |||||
| </snapshotRepository> | |||||
| <repository> | |||||
| <id>oss.sonatype</id> | |||||
| <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> | |||||
| </repository> | |||||
| </distributionManagement> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <configuration> | |||||
| <autoVersionSubmodules>true</autoVersionSubmodules> | |||||
| <tagNameFormat>@{project.version}</tagNameFormat> | |||||
| <pushChanges>false</pushChanges> | |||||
| <localCheckout>true</localCheckout> | |||||
| <remoteTagging>false</remoteTagging> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>net.revelc.code.formatter</groupId> | |||||
| <artifactId>formatter-maven-plugin</artifactId> | |||||
| <version>${version.formatter.plugin}</version> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.quarkus</groupId> | |||||
| <artifactId>quarkus-ide-config</artifactId> | |||||
| <version>${version.quarkus.ide-config}</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <configuration> | |||||
| <configFile>eclipse-format.xml</configFile> | |||||
| <lineEnding>LF</lineEnding> | |||||
| <skip>${format.skip}</skip> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <phase>process-sources</phase> | |||||
| <goals> | |||||
| <goal>format</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>net.revelc.code</groupId> | |||||
| <artifactId>impsort-maven-plugin</artifactId> | |||||
| <version>${version.impsort.plugin}</version> | |||||
| <configuration> | |||||
| <groups>java.,javax.,org.,com.</groups> | |||||
| <staticGroups>*</staticGroups> | |||||
| <skip>${format.skip}</skip> | |||||
| <removeUnused>true</removeUnused> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>sort-imports</id> | |||||
| <goals> | |||||
| <goal>sort</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <configuration> | |||||
| <systemPropertyVariables> | |||||
| <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager> | |||||
| <maven.home>${maven.home}</maven.home> | |||||
| <maven.repo>${settings.localRepository}</maven.repo> | |||||
| </systemPropertyVariables> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-failsafe-plugin</artifactId> | |||||
| <configuration> | |||||
| <systemPropertyVariables> | |||||
| <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager> | |||||
| <maven.home>${maven.home}</maven.home> | |||||
| <maven.repo>${settings.localRepository}</maven.repo> | |||||
| </systemPropertyVariables> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>it.ozimov</groupId> | |||||
| <artifactId>yaml-properties-maven-plugin</artifactId> | |||||
| <version>${yaml-properties-maven-plugin.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.asciidoctor</groupId> | |||||
| <artifactId>asciidoctor-maven-plugin</artifactId> | |||||
| <version>${asciidoctor-maven-plugin.version}</version> | |||||
| <configuration> | |||||
| <enableVerbose>true</enableVerbose> | |||||
| <logHandler> | |||||
| <failIf> | |||||
| <severity>WARN</severity> | |||||
| </failIf> | |||||
| </logHandler> | |||||
| <sourceDirectory>${project.basedir}/modules/ROOT/pages/</sourceDirectory> | |||||
| <preserveDirectories>true</preserveDirectories> | |||||
| <attributes> | |||||
| <icons>font</icons> | |||||
| <imagesdir>./_images/</imagesdir> | |||||
| <sectanchors>true</sectanchors> | |||||
| <idprefix /> | |||||
| <idseparator>-</idseparator> | |||||
| <docinfo1>true</docinfo1> | |||||
| <skip-front-matter>true</skip-front-matter> | |||||
| </attributes> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>output-html</id> | |||||
| <phase>prepare-package</phase> | |||||
| <goals> | |||||
| <goal>process-asciidoc</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <backend>html5</backend> | |||||
| <attributes> | |||||
| <source-highlighter>coderay</source-highlighter> | |||||
| <linkcss>true</linkcss> | |||||
| <copycss>true</copycss> | |||||
| </attributes> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.asciidoctor</groupId> | |||||
| <artifactId>asciidoctorj</artifactId> | |||||
| <version>${asciidoctorj.version}</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| </build> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>format</id> | |||||
| <activation> | |||||
| <activeByDefault>true</activeByDefault> | |||||
| <property> | |||||
| <name>!no-format</name> | |||||
| </property> | |||||
| </activation> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>net.revelc.code.formatter</groupId> | |||||
| <artifactId>formatter-maven-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <phase>process-sources</phase> | |||||
| <goals> | |||||
| <goal>format</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>net.revelc.code</groupId> | |||||
| <artifactId>impsort-maven-plugin</artifactId> | |||||
| <configuration> | |||||
| <removeUnused>true</removeUnused> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>sort-imports</id> | |||||
| <goals> | |||||
| <goal>sort</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>validate</id> | |||||
| <activation> | |||||
| <activeByDefault>true</activeByDefault> | |||||
| <property> | |||||
| <name>no-format</name> | |||||
| </property> | |||||
| </activation> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>net.revelc.code.formatter</groupId> | |||||
| <artifactId>formatter-maven-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <phase>process-sources</phase> | |||||
| <goals> | |||||
| <goal>validate</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>net.revelc.code</groupId> | |||||
| <artifactId>impsort-maven-plugin</artifactId> | |||||
| <configuration> | |||||
| <removeUnused>true</removeUnused> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>check-imports</id> | |||||
| <goals> | |||||
| <goal>check</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>release</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <configuration> | |||||
| <gpgArguments> | |||||
| <arg>--pinentry-mode</arg> | |||||
| <arg>loopback</arg> | |||||
| </gpgArguments> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>sign-artifacts</id> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>sign</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <phase>package</phase> | |||||
| <goals> | |||||
| <goal>jar</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.sonatype.plugins</groupId> | |||||
| <artifactId>nexus-staging-maven-plugin</artifactId> | |||||
| <version>1.6.8</version> | |||||
| <extensions>true</extensions> | |||||
| <configuration> | |||||
| <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> | |||||
| <serverId>ossrh</serverId> | |||||
| <autoReleaseAfterClose>true</autoReleaseAfterClose> | |||||
| <stagingProgressTimeoutMinutes>60</stagingProgressTimeoutMinutes> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.quarkiverse</groupId> | |||||
| <artifactId>quarkiverse-parent</artifactId> | |||||
| <version>9</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.io.quarkiverse.mockk</groupId> | |||||
| <artifactId>placeholder-quarkus-junit5-mockk</artifactId> | |||||
| <version>1.1.1</version> | |||||
| <name>Package quarkus-junit5-mockk</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.quarkiverse.mockk</groupId> | |||||
| <artifactId>quarkus-junit5-mockk</artifactId> | |||||
| <version>1.1.1</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,56 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <parent> | |||||
| <groupId>io.quarkiverse</groupId> | |||||
| <artifactId>quarkiverse-parent</artifactId> | |||||
| <version>9</version> | |||||
| </parent> | |||||
| <groupId>tmp.io.quarkiverse.mockk</groupId> | |||||
| <artifactId>placeholder.quarkus-junit5-mockk-parent</artifactId> | |||||
| <packaging>pom</packaging> | |||||
| <version>1.1.1</version> | |||||
| <name>Quarkus - JUnit 5 - Mockk Parent</name> | |||||
| <properties> | |||||
| <kotlin.version>1.6.21</kotlin.version> | |||||
| <mockk.version>1.12.3</mockk.version> | |||||
| <quarkus.version>2.8.2.Final</quarkus.version> | |||||
| <dokka.version>1.6.21</dokka.version> | |||||
| <assertj.version>3.22.0</assertj.version> | |||||
| <maven.javadoc.skip>true</maven.javadoc.skip> | |||||
| <kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget> | |||||
| </properties> | |||||
| <modules> | |||||
| <module>junit5-mockk</module> | |||||
| </modules> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>it</id> | |||||
| <activation> | |||||
| <property> | |||||
| <name>performRelease</name> | |||||
| <value>!true</value> | |||||
| </property> | |||||
| </activation> | |||||
| <modules> | |||||
| <module>integration-tests</module> | |||||
| </modules> | |||||
| </profile> | |||||
| </profiles> | |||||
| <scm> | |||||
| <tag>1.1.1</tag> | |||||
| </scm> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>io.quarkus</groupId> | |||||
| <artifactId>quarkus-bom</artifactId> | |||||
| <version>${quarkus.version}</version> | |||||
| <type>pom</type> | |||||
| <scope>import</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>io.quarkiverse.mockk</groupId> | |||||
| <artifactId>quarkus-junit5-mockk-parent</artifactId> | |||||
| <version>1.1.1</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.net.java.dev.jna</groupId> | |||||
| <artifactId>placeholder-jna</artifactId> | |||||
| <version>5.8.0</version> | |||||
| <name>Package jna</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>net.java.dev.jna</groupId> | |||||
| <artifactId>jna</artifactId> | |||||
| <version>5.8.0</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,372 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <groupId>tmp.org.apache</groupId> | |||||
| <artifactId>placeholder.apache</artifactId> | |||||
| <version>11</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>The Apache Software Foundation</name> | |||||
| <description> | |||||
| The Apache Software Foundation provides support for the Apache community of open-source software projects. | |||||
| The Apache projects are characterized by a collaborative, consensus based development process, an open and | |||||
| pragmatic software license, and a desire to create high quality software that leads the way in its field. | |||||
| We consider ourselves not simply a group of projects sharing a server, but rather a community of developers | |||||
| and users. | |||||
| </description> | |||||
| <url>http://www.apache.org/</url> | |||||
| <organization> | |||||
| <name>The Apache Software Foundation</name> | |||||
| <url>http://www.apache.org/</url> | |||||
| </organization> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>The Apache Software License, Version 2.0</name> | |||||
| <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |||||
| <distribution>repo</distribution> | |||||
| </license> | |||||
| </licenses> | |||||
| <repositories> | |||||
| <repository> | |||||
| <id>apache.snapshots</id> | |||||
| <name>Apache Snapshot Repository</name> | |||||
| <url>http://repository.apache.org/snapshots</url> | |||||
| <releases> | |||||
| <enabled>false</enabled> | |||||
| </releases> | |||||
| </repository> | |||||
| </repositories> | |||||
| <mailingLists> | |||||
| <mailingList> | |||||
| <name>Apache Announce List</name> | |||||
| <subscribe>announce-subscribe@apache.org</subscribe> | |||||
| <unsubscribe>announce-unsubscribe@apache.org</unsubscribe> | |||||
| <post>announce@apache.org</post> | |||||
| <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive> | |||||
| </mailingList> | |||||
| </mailingLists> | |||||
| <scm> | |||||
| <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/apache-11</connection> | |||||
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/apache-11</developerConnection> | |||||
| <url>http://svn.apache.org/viewvc/maven/pom/tags/apache-11</url> | |||||
| </scm> | |||||
| <distributionManagement> | |||||
| <repository> | |||||
| <id>apache.releases.https</id> | |||||
| <name>Apache Release Distribution Repository</name> | |||||
| <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> | |||||
| </repository> | |||||
| <snapshotRepository> | |||||
| <id>apache.snapshots.https</id> | |||||
| <name>${distMgmtSnapshotsName}</name> | |||||
| <url>${distMgmtSnapshotsUrl}</url> | |||||
| </snapshotRepository> | |||||
| </distributionManagement> | |||||
| <properties> | |||||
| <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName> | |||||
| <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl> | |||||
| <organization.logo>http://www.apache.org/images/asf_logo_wide.gif</organization.logo> | |||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||||
| <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor> | |||||
| <gpg.useagent>true</gpg.useagent> | |||||
| </properties> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-antrun-plugin</artifactId> | |||||
| <version>1.6</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-assembly-plugin</artifactId> | |||||
| <version>2.2.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-clean-plugin</artifactId> | |||||
| <version>2.5</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <version>2.5.1</version> | |||||
| <configuration> | |||||
| <source>1.4</source> | |||||
| <target>1.4</target> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <version>2.7</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-docck-plugin</artifactId> | |||||
| <version>1.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <version>1.0.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>1.4</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-install-plugin</artifactId> | |||||
| <version>2.3.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-invoker-plugin</artifactId> | |||||
| <version>1.6</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <version>2.4</version> | |||||
| <configuration> | |||||
| <archive> | |||||
| <manifest> | |||||
| <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> | |||||
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |||||
| </manifest> | |||||
| </archive> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <version>2.8.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-plugin-plugin</artifactId> | |||||
| <version>3.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <version>2.3.2</version> | |||||
| <configuration> | |||||
| <useReleaseProfile>false</useReleaseProfile> | |||||
| <goals>deploy</goals> | |||||
| <arguments>-Papache-release ${arguments}</arguments> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-remote-resources-plugin</artifactId> | |||||
| <version>1.3</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-resources-plugin</artifactId> | |||||
| <version>2.5</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-scm-plugin</artifactId> | |||||
| <version>1.7</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <version>3.1</version> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.wagon</groupId> | |||||
| <artifactId>wagon-ssh</artifactId> | |||||
| <version>1.0</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <version>2.1.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>2.12</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.rat</groupId> | |||||
| <artifactId>apache-rat-plugin</artifactId> | |||||
| <version>0.8</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>clirr-maven-plugin</artifactId> | |||||
| <version>2.4</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-remote-resources-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <goals> | |||||
| <goal>process</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <resourceBundles> | |||||
| <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> | |||||
| </resourceBundles> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <reporting> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-project-info-reports-plugin</artifactId> | |||||
| <version>2.5</version> | |||||
| <reportSets> | |||||
| <reportSet> | |||||
| <reports> | |||||
| <report>index</report> | |||||
| <report>summary</report> | |||||
| <report>modules</report> | |||||
| <report>license</report> | |||||
| <report>project-team</report> | |||||
| <report>scm</report> | |||||
| <report>issue-tracking</report> | |||||
| <report>mailing-list</report> | |||||
| <report>dependency-management</report> | |||||
| <report>dependencies</report> | |||||
| <report>dependency-convergence</report> | |||||
| <report>cim</report> | |||||
| <report>plugin-management</report> | |||||
| <report>plugins</report> | |||||
| <report>distribution-management</report> | |||||
| </reports> | |||||
| </reportSet> | |||||
| </reportSets> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </reporting> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>apache-release</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <artifactId>maven-assembly-plugin</artifactId> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.apache.resources</groupId> | |||||
| <artifactId>apache-source-release-assembly-descriptor</artifactId> | |||||
| <version>1.0.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>source-release-assembly</id> | |||||
| <phase>package</phase> | |||||
| <goals> | |||||
| <goal>single</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> | |||||
| <descriptorRefs> | |||||
| <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef> | |||||
| </descriptorRefs> | |||||
| <tarLongFileFormat>gnu</tarLongFileFormat> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <inherited>true</inherited> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <configuration> | |||||
| <updateReleaseInfo>true</updateReleaseInfo> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-sources</id> | |||||
| <goals> | |||||
| <goal>jar</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-javadocs</id> | |||||
| <goals> | |||||
| <goal>jar</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <configuration> | |||||
| <passphrase>${gpg.passphrase}</passphrase> | |||||
| <useAgent>${gpg.useagent}</useAgent> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <goals> | |||||
| <goal>sign</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>maven-3</id> | |||||
| <activation> | |||||
| <file> | |||||
| <exists>${basedir}</exists> | |||||
| </file> | |||||
| </activation> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-descriptor</id> | |||||
| <goals> | |||||
| <goal>attach-descriptor</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache</groupId> | |||||
| <artifactId>apache</artifactId> | |||||
| <version>11</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,424 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <groupId>tmp.org.apache</groupId> | |||||
| <artifactId>placeholder.apache</artifactId> | |||||
| <version>21</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>The Apache Software Foundation</name> | |||||
| <description> | |||||
| The Apache Software Foundation provides support for the Apache community of open-source software projects. | |||||
| The Apache projects are characterized by a collaborative, consensus based development process, an open and | |||||
| pragmatic software license, and a desire to create high quality software that leads the way in its field. | |||||
| We consider ourselves not simply a group of projects sharing a server, but rather a community of developers | |||||
| and users. | |||||
| </description> | |||||
| <url>https://www.apache.org/</url> | |||||
| <organization> | |||||
| <name>The Apache Software Foundation</name> | |||||
| <url>https://www.apache.org/</url> | |||||
| </organization> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>Apache License, Version 2.0</name> | |||||
| <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> | |||||
| <distribution>repo</distribution> | |||||
| </license> | |||||
| </licenses> | |||||
| <mailingLists> | |||||
| <mailingList> | |||||
| <name>Apache Announce List</name> | |||||
| <subscribe>announce-subscribe@apache.org</subscribe> | |||||
| <unsubscribe>announce-unsubscribe@apache.org</unsubscribe> | |||||
| <post>announce@apache.org</post> | |||||
| <archive>https://mail-archives.apache.org/mod_mbox/www-announce/</archive> | |||||
| </mailingList> | |||||
| </mailingLists> | |||||
| <scm> | |||||
| <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</connection> | |||||
| <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</developerConnection> | |||||
| <url>https://github.com/apache/maven-apache-parent/tree/${project.scm.tag}</url> | |||||
| <tag>apache-21</tag> | |||||
| </scm> | |||||
| <distributionManagement> | |||||
| <repository> | |||||
| <id>apache.releases.https</id> | |||||
| <name>Apache Release Distribution Repository</name> | |||||
| <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> | |||||
| </repository> | |||||
| <snapshotRepository> | |||||
| <id>apache.snapshots.https</id> | |||||
| <name>${distMgmtSnapshotsName}</name> | |||||
| <url>${distMgmtSnapshotsUrl}</url> | |||||
| </snapshotRepository> | |||||
| </distributionManagement> | |||||
| <properties> | |||||
| <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName> | |||||
| <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl> | |||||
| <organization.logo>https://www.apache.org/images/asf_logo_wide.gif</organization.logo> | |||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||||
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |||||
| <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor> | |||||
| <gpg.useagent>true</gpg.useagent> | |||||
| <arguments /> | |||||
| <maven.compiler.source>1.7</maven.compiler.source> | |||||
| <maven.compiler.target>1.7</maven.compiler.target> | |||||
| <surefire.version>2.22.0</surefire.version> | |||||
| <assembly.tarLongFileMode>posix</assembly.tarLongFileMode> | |||||
| </properties> | |||||
| <repositories> | |||||
| <repository> | |||||
| <id>apache.snapshots</id> | |||||
| <name>Apache Snapshot Repository</name> | |||||
| <url>https://repository.apache.org/snapshots</url> | |||||
| <releases> | |||||
| <enabled>false</enabled> | |||||
| </releases> | |||||
| </repository> | |||||
| </repositories> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-antrun-plugin</artifactId> | |||||
| <version>1.8</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-assembly-plugin</artifactId> | |||||
| <version>3.0.0</version> | |||||
| </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-compiler-plugin</artifactId> | |||||
| <version>3.7.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-dependency-plugin</artifactId> | |||||
| <version>3.1.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <version>2.8.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-docck-plugin</artifactId> | |||||
| <version>1.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-ear-plugin</artifactId> | |||||
| <version>3.0.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <version>1.4.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-failsafe-plugin</artifactId> | |||||
| <version>${surefire.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>1.6</version> | |||||
| <configuration> | |||||
| <gpgArguments> | |||||
| <arg>--digest-algo=SHA512</arg> | |||||
| </gpgArguments> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-help-plugin</artifactId> | |||||
| <version>3.1.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-install-plugin</artifactId> | |||||
| <version>2.5.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-invoker-plugin</artifactId> | |||||
| <version>3.1.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <version>3.1.0</version> | |||||
| <configuration> | |||||
| <archive> | |||||
| <manifest> | |||||
| <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> | |||||
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |||||
| </manifest> | |||||
| </archive> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <version>3.0.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-plugin-plugin</artifactId> | |||||
| <version>3.5.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-project-info-reports-plugin</artifactId> | |||||
| <version>3.0.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <version>2.5.3</version> | |||||
| <configuration> | |||||
| <useReleaseProfile>false</useReleaseProfile> | |||||
| <goals>deploy</goals> | |||||
| <arguments>-Papache-release ${arguments}</arguments> | |||||
| <waitBeforeTagging>10</waitBeforeTagging> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-remote-resources-plugin</artifactId> | |||||
| <version>1.5</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-resources-plugin</artifactId> | |||||
| <version>3.1.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-scm-plugin</artifactId> | |||||
| <version>1.9.5</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-scm-publish-plugin</artifactId> | |||||
| <version>3.0.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <version>3.7.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <version>3.0.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>${surefire.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-report-plugin</artifactId> | |||||
| <version>${surefire.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-war-plugin</artifactId> | |||||
| <version>3.2.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-shade-plugin</artifactId> | |||||
| <version>3.1.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.rat</groupId> | |||||
| <artifactId>apache-rat-plugin</artifactId> | |||||
| <version>0.12</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>clirr-maven-plugin</artifactId> | |||||
| <version>2.8</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-remote-resources-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>process-resource-bundles</id> | |||||
| <goals> | |||||
| <goal>process</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <resourceBundles> | |||||
| <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> | |||||
| </resourceBundles> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>enforce-maven-version</id> | |||||
| <goals> | |||||
| <goal>enforce</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <rules> | |||||
| <requireMavenVersion> | |||||
| <version>3.0.5</version> | |||||
| </requireMavenVersion> | |||||
| </rules> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-descriptor</id> | |||||
| <goals> | |||||
| <goal>attach-descriptor</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>apache-release</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-assembly-plugin</artifactId> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.apache.resources</groupId> | |||||
| <artifactId>apache-source-release-assembly-descriptor</artifactId> | |||||
| <version>1.0.6</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>source-release-assembly</id> | |||||
| <phase>package</phase> | |||||
| <goals> | |||||
| <goal>single</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> | |||||
| <descriptorRefs> | |||||
| <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef> | |||||
| </descriptorRefs> | |||||
| <tarLongFileMode>posix</tarLongFileMode> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <inherited>true</inherited> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <configuration> | |||||
| <updateReleaseInfo>true</updateReleaseInfo> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <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> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-javadocs</id> | |||||
| <goals> | |||||
| <goal>jar</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>sign-release-artifacts</id> | |||||
| <goals> | |||||
| <goal>sign</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>net.nicoulaj.maven.plugins</groupId> | |||||
| <artifactId>checksum-maven-plugin</artifactId> | |||||
| <version>1.7</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>source-release-checksum</id> | |||||
| <goals> | |||||
| <goal>files</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| <configuration> | |||||
| <algorithms> | |||||
| <algorithm>SHA-512</algorithm> | |||||
| </algorithms> | |||||
| <csvSummary>false</csvSummary> | |||||
| <fileSets> | |||||
| <fileSet> | |||||
| <directory>${project.build.directory}</directory> | |||||
| <includes> | |||||
| <include>${project.artifactId}-${project.version}-source-release.zip</include> | |||||
| <include>${project.artifactId}-${project.version}-source-release.tar*</include> | |||||
| </includes> | |||||
| </fileSet> | |||||
| </fileSets> | |||||
| <failIfNoFiles>false</failIfNoFiles> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache</groupId> | |||||
| <artifactId>apache</artifactId> | |||||
| <version>21</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,456 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <groupId>tmp.org.apache</groupId> | |||||
| <artifactId>placeholder.apache</artifactId> | |||||
| <version>23</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>The Apache Software Foundation</name> | |||||
| <description> | |||||
| The Apache Software Foundation provides support for the Apache community of open-source software projects. | |||||
| The Apache projects are characterized by a collaborative, consensus based development process, an open and | |||||
| pragmatic software license, and a desire to create high quality software that leads the way in its field. | |||||
| We consider ourselves not simply a group of projects sharing a server, but rather a community of developers | |||||
| and users. | |||||
| </description> | |||||
| <url>https://www.apache.org/</url> | |||||
| <organization> | |||||
| <name>The Apache Software Foundation</name> | |||||
| <url>https://www.apache.org/</url> | |||||
| </organization> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>Apache License, Version 2.0</name> | |||||
| <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> | |||||
| <distribution>repo</distribution> | |||||
| </license> | |||||
| </licenses> | |||||
| <mailingLists> | |||||
| <mailingList> | |||||
| <name>Apache Announce List</name> | |||||
| <subscribe>announce-subscribe@apache.org</subscribe> | |||||
| <unsubscribe>announce-unsubscribe@apache.org</unsubscribe> | |||||
| <post>announce@apache.org</post> | |||||
| <archive>https://mail-archives.apache.org/mod_mbox/www-announce/</archive> | |||||
| </mailingList> | |||||
| </mailingLists> | |||||
| <scm> | |||||
| <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</connection> | |||||
| <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</developerConnection> | |||||
| <url>https://github.com/apache/maven-apache-parent/tree/${project.scm.tag}</url> | |||||
| <tag>apache-23</tag> | |||||
| </scm> | |||||
| <distributionManagement> | |||||
| <repository> | |||||
| <id>apache.releases.https</id> | |||||
| <name>Apache Release Distribution Repository</name> | |||||
| <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> | |||||
| </repository> | |||||
| <snapshotRepository> | |||||
| <id>apache.snapshots.https</id> | |||||
| <name>${distMgmtSnapshotsName}</name> | |||||
| <url>${distMgmtSnapshotsUrl}</url> | |||||
| </snapshotRepository> | |||||
| </distributionManagement> | |||||
| <properties> | |||||
| <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName> | |||||
| <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl> | |||||
| <organization.logo>https://www.apache.org/images/asf_logo_wide_2016.png</organization.logo> | |||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||||
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |||||
| <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor> | |||||
| <gpg.useagent>true</gpg.useagent> | |||||
| <arguments /> | |||||
| <maven.compiler.source>1.7</maven.compiler.source> | |||||
| <maven.compiler.target>1.7</maven.compiler.target> | |||||
| <surefire.version>2.22.0</surefire.version> | |||||
| <assembly.tarLongFileMode>posix</assembly.tarLongFileMode> | |||||
| <project.build.outputTimestamp>2020-01-22T15:10:15Z</project.build.outputTimestamp> | |||||
| </properties> | |||||
| <repositories> | |||||
| <repository> | |||||
| <id>apache.snapshots</id> | |||||
| <name>Apache Snapshot Repository</name> | |||||
| <url>https://repository.apache.org/snapshots</url> | |||||
| <releases> | |||||
| <enabled>false</enabled> | |||||
| </releases> | |||||
| </repository> | |||||
| </repositories> | |||||
| <pluginRepositories> | |||||
| <pluginRepository> | |||||
| <id>apache.snapshots</id> | |||||
| <name>Apache Snapshot Repository</name> | |||||
| <url>https://repository.apache.org/snapshots</url> | |||||
| <releases> | |||||
| <enabled>false</enabled> | |||||
| </releases> | |||||
| </pluginRepository> | |||||
| </pluginRepositories> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-antrun-plugin</artifactId> | |||||
| <version>1.8</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-assembly-plugin</artifactId> | |||||
| <version>3.2.0</version> | |||||
| </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-compiler-plugin</artifactId> | |||||
| <version>3.8.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-dependency-plugin</artifactId> | |||||
| <version>3.1.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <version>2.8.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-docck-plugin</artifactId> | |||||
| <version>1.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-ear-plugin</artifactId> | |||||
| <version>3.0.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <version>1.4.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-failsafe-plugin</artifactId> | |||||
| <version>${surefire.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>1.6</version> | |||||
| <configuration> | |||||
| <gpgArguments> | |||||
| <arg>--digest-algo=SHA512</arg> | |||||
| </gpgArguments> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-help-plugin</artifactId> | |||||
| <version>3.2.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-install-plugin</artifactId> | |||||
| <version>2.5.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-invoker-plugin</artifactId> | |||||
| <version>3.2.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <version>3.2.0</version> | |||||
| <configuration> | |||||
| <archive> | |||||
| <manifest> | |||||
| <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> | |||||
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |||||
| </manifest> | |||||
| </archive> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <version>3.0.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-plugin-plugin</artifactId> | |||||
| <version>3.5.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-project-info-reports-plugin</artifactId> | |||||
| <version>3.0.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <version>3.0.0-M1</version> | |||||
| <configuration> | |||||
| <useReleaseProfile>false</useReleaseProfile> | |||||
| <goals>deploy</goals> | |||||
| <arguments>-Papache-release ${arguments}</arguments> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-remote-resources-plugin</artifactId> | |||||
| <version>1.7.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-resources-plugin</artifactId> | |||||
| <version>3.1.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-scm-plugin</artifactId> | |||||
| <version>1.9.5</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-scm-publish-plugin</artifactId> | |||||
| <version>3.0.0</version> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.scm</groupId> | |||||
| <artifactId>maven-scm-api</artifactId> | |||||
| <version>1.10.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.scm</groupId> | |||||
| <artifactId>maven-scm-provider-gitexe</artifactId> | |||||
| <version>1.10.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.scm</groupId> | |||||
| <artifactId>maven-scm-provider-svn-commons</artifactId> | |||||
| <version>1.10.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.scm</groupId> | |||||
| <artifactId>maven-scm-provider-svnexe</artifactId> | |||||
| <version>1.10.0</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <version>3.7.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <version>3.2.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>${surefire.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-report-plugin</artifactId> | |||||
| <version>${surefire.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-war-plugin</artifactId> | |||||
| <version>3.2.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-shade-plugin</artifactId> | |||||
| <version>3.1.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.rat</groupId> | |||||
| <artifactId>apache-rat-plugin</artifactId> | |||||
| <version>0.13</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>clirr-maven-plugin</artifactId> | |||||
| <version>2.8</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-remote-resources-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>process-resource-bundles</id> | |||||
| <goals> | |||||
| <goal>process</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <resourceBundles> | |||||
| <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> | |||||
| </resourceBundles> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>enforce-maven-version</id> | |||||
| <goals> | |||||
| <goal>enforce</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <rules> | |||||
| <requireMavenVersion> | |||||
| <version>3.0.5</version> | |||||
| </requireMavenVersion> | |||||
| </rules> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-descriptor</id> | |||||
| <goals> | |||||
| <goal>attach-descriptor</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>apache-release</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-assembly-plugin</artifactId> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.apache.resources</groupId> | |||||
| <artifactId>apache-source-release-assembly-descriptor</artifactId> | |||||
| <version>1.0.6</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>source-release-assembly</id> | |||||
| <phase>package</phase> | |||||
| <goals> | |||||
| <goal>single</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> | |||||
| <descriptorRefs> | |||||
| <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef> | |||||
| </descriptorRefs> | |||||
| <tarLongFileMode>posix</tarLongFileMode> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <inherited>true</inherited> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <configuration> | |||||
| <updateReleaseInfo>true</updateReleaseInfo> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <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> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-javadocs</id> | |||||
| <goals> | |||||
| <goal>jar</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>sign-release-artifacts</id> | |||||
| <goals> | |||||
| <goal>sign</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>net.nicoulaj.maven.plugins</groupId> | |||||
| <artifactId>checksum-maven-plugin</artifactId> | |||||
| <version>1.7</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>source-release-checksum</id> | |||||
| <goals> | |||||
| <goal>files</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| <configuration> | |||||
| <algorithms> | |||||
| <algorithm>SHA-512</algorithm> | |||||
| </algorithms> | |||||
| <csvSummary>false</csvSummary> | |||||
| <fileSets> | |||||
| <fileSet> | |||||
| <directory>${project.build.directory}</directory> | |||||
| <includes> | |||||
| <include>${project.artifactId}-${project.version}-source-release.zip</include> | |||||
| <include>${project.artifactId}-${project.version}-source-release.tar*</include> | |||||
| </includes> | |||||
| </fileSet> | |||||
| </fileSets> | |||||
| <failIfNoFiles>false</failIfNoFiles> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache</groupId> | |||||
| <artifactId>apache</artifactId> | |||||
| <version>23</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,489 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <groupId>tmp.org.apache</groupId> | |||||
| <artifactId>placeholder.apache</artifactId> | |||||
| <version>26</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>The Apache Software Foundation</name> | |||||
| <description> | |||||
| The Apache Software Foundation provides support for the Apache community of open-source software projects. | |||||
| The Apache projects are characterized by a collaborative, consensus based development process, an open and | |||||
| pragmatic software license, and a desire to create high quality software that leads the way in its field. | |||||
| We consider ourselves not simply a group of projects sharing a server, but rather a community of developers | |||||
| and users. | |||||
| </description> | |||||
| <url>https://www.apache.org/</url> | |||||
| <organization> | |||||
| <name>The Apache Software Foundation</name> | |||||
| <url>https://www.apache.org/</url> | |||||
| </organization> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>Apache License, Version 2.0</name> | |||||
| <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> | |||||
| <distribution>repo</distribution> | |||||
| </license> | |||||
| </licenses> | |||||
| <mailingLists> | |||||
| <mailingList> | |||||
| <name>Apache Announce List</name> | |||||
| <subscribe>announce-subscribe@apache.org</subscribe> | |||||
| <unsubscribe>announce-unsubscribe@apache.org</unsubscribe> | |||||
| <post>announce@apache.org</post> | |||||
| <archive>https://mail-archives.apache.org/mod_mbox/www-announce/</archive> | |||||
| </mailingList> | |||||
| </mailingLists> | |||||
| <scm> | |||||
| <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</connection> | |||||
| <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</developerConnection> | |||||
| <url>https://github.com/apache/maven-apache-parent/tree/${project.scm.tag}</url> | |||||
| <tag>apache-26</tag> | |||||
| </scm> | |||||
| <distributionManagement> | |||||
| <repository> | |||||
| <id>apache.releases.https</id> | |||||
| <name>Apache Release Distribution Repository</name> | |||||
| <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> | |||||
| </repository> | |||||
| <snapshotRepository> | |||||
| <id>apache.snapshots.https</id> | |||||
| <name>${distMgmtSnapshotsName}</name> | |||||
| <url>${distMgmtSnapshotsUrl}</url> | |||||
| </snapshotRepository> | |||||
| </distributionManagement> | |||||
| <properties> | |||||
| <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName> | |||||
| <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl> | |||||
| <organization.logo>https://www.apache.org/images/asf_logo_wide_2016.png</organization.logo> | |||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||||
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |||||
| <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor> | |||||
| <gpg.useagent>true</gpg.useagent> | |||||
| <minimalMavenBuildVersion>3.2.5</minimalMavenBuildVersion> | |||||
| <minimalJavaBuildVersion>1.8</minimalJavaBuildVersion> | |||||
| <maven.compiler.source>${maven.compiler.target}</maven.compiler.source> | |||||
| <maven.compiler.target>1.7</maven.compiler.target> | |||||
| <surefire.version>2.22.2</surefire.version> | |||||
| <maven.plugin.tools.version>3.6.4</maven.plugin.tools.version> | |||||
| <assembly.tarLongFileMode>posix</assembly.tarLongFileMode> | |||||
| <project.build.outputTimestamp>2022-04-09T17:39:22Z</project.build.outputTimestamp> | |||||
| </properties> | |||||
| <repositories> | |||||
| <repository> | |||||
| <id>apache.snapshots</id> | |||||
| <name>Apache Snapshot Repository</name> | |||||
| <url>https://repository.apache.org/snapshots</url> | |||||
| <releases> | |||||
| <enabled>false</enabled> | |||||
| </releases> | |||||
| </repository> | |||||
| </repositories> | |||||
| <pluginRepositories> | |||||
| <pluginRepository> | |||||
| <id>apache.snapshots</id> | |||||
| <name>Apache Snapshot Repository</name> | |||||
| <url>https://repository.apache.org/snapshots</url> | |||||
| <releases> | |||||
| <enabled>false</enabled> | |||||
| </releases> | |||||
| </pluginRepository> | |||||
| </pluginRepositories> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-antrun-plugin</artifactId> | |||||
| <version>3.0.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-assembly-plugin</artifactId> | |||||
| <version>3.3.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-clean-plugin</artifactId> | |||||
| <version>3.2.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <version>3.10.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-dependency-plugin</artifactId> | |||||
| <version>3.3.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <version>2.8.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-docck-plugin</artifactId> | |||||
| <version>1.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-ear-plugin</artifactId> | |||||
| <version>3.2.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <version>3.0.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-failsafe-plugin</artifactId> | |||||
| <version>${surefire.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>3.0.1</version> | |||||
| <configuration> | |||||
| <gpgArguments> | |||||
| <arg>--digest-algo=SHA512</arg> | |||||
| </gpgArguments> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-help-plugin</artifactId> | |||||
| <version>3.2.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-install-plugin</artifactId> | |||||
| <version>2.5.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-invoker-plugin</artifactId> | |||||
| <version>3.2.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <version>3.2.2</version> | |||||
| <configuration> | |||||
| <archive> | |||||
| <manifest> | |||||
| <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> | |||||
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |||||
| </manifest> | |||||
| </archive> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <version>3.3.2</version> | |||||
| <configuration> | |||||
| <notimestamp>true</notimestamp> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-plugin-plugin</artifactId> | |||||
| <version>${maven.plugin.tools.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-project-info-reports-plugin</artifactId> | |||||
| <version>3.2.2</version> | |||||
| <configuration> | |||||
| <pluginManagementExcludes> | |||||
| <exclude>org.eclipse.m2e:lifecycle-mapping</exclude> | |||||
| </pluginManagementExcludes> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <version>3.0.0-M5</version> | |||||
| <configuration> | |||||
| <useReleaseProfile>false</useReleaseProfile> | |||||
| <goals>deploy</goals> | |||||
| <releaseProfiles>apache-release</releaseProfiles> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-remote-resources-plugin</artifactId> | |||||
| <version>1.7.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-resources-plugin</artifactId> | |||||
| <version>3.2.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-scm-plugin</artifactId> | |||||
| <version>1.12.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-scm-publish-plugin</artifactId> | |||||
| <version>3.1.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <version>3.11.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <version>3.2.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>${surefire.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-report-plugin</artifactId> | |||||
| <version>${surefire.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-war-plugin</artifactId> | |||||
| <version>3.3.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-shade-plugin</artifactId> | |||||
| <version>3.3.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.rat</groupId> | |||||
| <artifactId>apache-rat-plugin</artifactId> | |||||
| <version>0.13</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-remote-resources-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>process-resource-bundles</id> | |||||
| <goals> | |||||
| <goal>process</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <resourceBundles> | |||||
| <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> | |||||
| </resourceBundles> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>enforce-maven-version</id> | |||||
| <goals> | |||||
| <goal>enforce</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <rules> | |||||
| <requireMavenVersion> | |||||
| <version>${minimalMavenBuildVersion}</version> | |||||
| </requireMavenVersion> | |||||
| </rules> | |||||
| </configuration> | |||||
| </execution> | |||||
| <execution> | |||||
| <id>enforce-java-version</id> | |||||
| <goals> | |||||
| <goal>enforce</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <rules> | |||||
| <requireJavaVersion> | |||||
| <version>${minimalJavaBuildVersion}</version> | |||||
| </requireJavaVersion> | |||||
| </rules> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-descriptor</id> | |||||
| <goals> | |||||
| <goal>attach-descriptor</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>apache-release</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-assembly-plugin</artifactId> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.apache.resources</groupId> | |||||
| <artifactId>apache-source-release-assembly-descriptor</artifactId> | |||||
| <version>1.0.6</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>source-release-assembly</id> | |||||
| <phase>package</phase> | |||||
| <goals> | |||||
| <goal>single</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> | |||||
| <descriptorRefs> | |||||
| <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef> | |||||
| </descriptorRefs> | |||||
| <tarLongFileMode>posix</tarLongFileMode> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <inherited>true</inherited> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <configuration> | |||||
| <updateReleaseInfo>true</updateReleaseInfo> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <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> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-javadocs</id> | |||||
| <goals> | |||||
| <goal>jar</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>net.nicoulaj.maven.plugins</groupId> | |||||
| <artifactId>checksum-maven-plugin</artifactId> | |||||
| <version>1.11</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>source-release-checksum</id> | |||||
| <goals> | |||||
| <goal>artifacts</goal> | |||||
| </goals> | |||||
| <phase>post-integration-test</phase> | |||||
| <configuration> | |||||
| <algorithms> | |||||
| <algorithm>SHA-512</algorithm> | |||||
| </algorithms> | |||||
| <includeClassifiers>source-release</includeClassifiers> | |||||
| <excludeMainArtifact>true</excludeMainArtifact> | |||||
| <csvSummary>false</csvSummary> | |||||
| <attachChecksums>true</attachChecksums> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>sign-release-artifacts</id> | |||||
| <goals> | |||||
| <goal>sign</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>only-eclipse</id> | |||||
| <activation> | |||||
| <property> | |||||
| <name>m2e.version</name> | |||||
| </property> | |||||
| </activation> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <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-remote-resources-plugin</artifactId> | |||||
| <versionRange>[0,1.8.0)</versionRange> | |||||
| <goals> | |||||
| <goal>process</goal> | |||||
| </goals> | |||||
| </pluginExecutionFilter> | |||||
| <action> | |||||
| <ignore /> | |||||
| </action> | |||||
| </pluginExecution> | |||||
| </pluginExecutions> | |||||
| </lifecycleMappingMetadata> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.plugin-tools</groupId> | |||||
| <artifactId>maven-plugin-annotations</artifactId> | |||||
| <version>${maven.plugin.tools.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache</groupId> | |||||
| <artifactId>apache</artifactId> | |||||
| <version>26</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,484 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <groupId>tmp.org.apache</groupId> | |||||
| <artifactId>placeholder.apache</artifactId> | |||||
| <version>27</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>The Apache Software Foundation</name> | |||||
| <description> | |||||
| The Apache Software Foundation provides support for the Apache community of open-source software projects. | |||||
| The Apache projects are characterized by a collaborative, consensus based development process, an open and | |||||
| pragmatic software license, and a desire to create high quality software that leads the way in its field. | |||||
| We consider ourselves not simply a group of projects sharing a server, but rather a community of developers | |||||
| and users. | |||||
| </description> | |||||
| <url>https://www.apache.org/</url> | |||||
| <organization> | |||||
| <name>The Apache Software Foundation</name> | |||||
| <url>https://www.apache.org/</url> | |||||
| </organization> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>Apache License, Version 2.0</name> | |||||
| <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> | |||||
| <distribution>repo</distribution> | |||||
| </license> | |||||
| </licenses> | |||||
| <mailingLists> | |||||
| <mailingList> | |||||
| <name>Apache Announce List</name> | |||||
| <subscribe>announce-subscribe@apache.org</subscribe> | |||||
| <unsubscribe>announce-unsubscribe@apache.org</unsubscribe> | |||||
| <post>announce@apache.org</post> | |||||
| <archive>https://mail-archives.apache.org/mod_mbox/www-announce/</archive> | |||||
| </mailingList> | |||||
| </mailingLists> | |||||
| <scm> | |||||
| <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</connection> | |||||
| <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</developerConnection> | |||||
| <url>https://github.com/apache/maven-apache-parent/tree/${project.scm.tag}</url> | |||||
| <tag>apache-27</tag> | |||||
| </scm> | |||||
| <distributionManagement> | |||||
| <repository> | |||||
| <id>apache.releases.https</id> | |||||
| <name>Apache Release Distribution Repository</name> | |||||
| <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> | |||||
| </repository> | |||||
| <snapshotRepository> | |||||
| <id>apache.snapshots.https</id> | |||||
| <name>${distMgmtSnapshotsName}</name> | |||||
| <url>${distMgmtSnapshotsUrl}</url> | |||||
| </snapshotRepository> | |||||
| </distributionManagement> | |||||
| <properties> | |||||
| <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName> | |||||
| <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl> | |||||
| <organization.logo>https://www.apache.org/images/asf_logo_wide_2016.png</organization.logo> | |||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||||
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |||||
| <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor> | |||||
| <gpg.useagent>true</gpg.useagent> | |||||
| <minimalMavenBuildVersion>3.2.5</minimalMavenBuildVersion> | |||||
| <minimalJavaBuildVersion>1.8</minimalJavaBuildVersion> | |||||
| <maven.compiler.source>${maven.compiler.target}</maven.compiler.source> | |||||
| <maven.compiler.target>1.7</maven.compiler.target> | |||||
| <surefire.version>2.22.2</surefire.version> | |||||
| <maven.plugin.tools.version>3.6.4</maven.plugin.tools.version> | |||||
| <assembly.tarLongFileMode>posix</assembly.tarLongFileMode> | |||||
| <project.build.outputTimestamp>2022-07-10T09:19:36Z</project.build.outputTimestamp> | |||||
| </properties> | |||||
| <repositories> | |||||
| <repository> | |||||
| <id>apache.snapshots</id> | |||||
| <name>Apache Snapshot Repository</name> | |||||
| <url>https://repository.apache.org/snapshots</url> | |||||
| <releases> | |||||
| <enabled>false</enabled> | |||||
| </releases> | |||||
| </repository> | |||||
| </repositories> | |||||
| <pluginRepositories> | |||||
| <pluginRepository> | |||||
| <id>apache.snapshots</id> | |||||
| <name>Apache Snapshot Repository</name> | |||||
| <url>https://repository.apache.org/snapshots</url> | |||||
| <releases> | |||||
| <enabled>false</enabled> | |||||
| </releases> | |||||
| </pluginRepository> | |||||
| </pluginRepositories> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-antrun-plugin</artifactId> | |||||
| <version>3.1.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-assembly-plugin</artifactId> | |||||
| <version>3.4.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-clean-plugin</artifactId> | |||||
| <version>3.2.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <version>3.10.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-dependency-plugin</artifactId> | |||||
| <version>3.3.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <version>2.8.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-ear-plugin</artifactId> | |||||
| <version>3.2.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <version>3.1.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-failsafe-plugin</artifactId> | |||||
| <version>${surefire.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>3.0.1</version> | |||||
| <configuration> | |||||
| <gpgArguments> | |||||
| <arg>--digest-algo=SHA512</arg> | |||||
| </gpgArguments> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-help-plugin</artifactId> | |||||
| <version>3.2.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-install-plugin</artifactId> | |||||
| <version>2.5.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-invoker-plugin</artifactId> | |||||
| <version>3.3.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <version>3.2.2</version> | |||||
| <configuration> | |||||
| <archive> | |||||
| <manifest> | |||||
| <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> | |||||
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |||||
| </manifest> | |||||
| </archive> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <version>3.4.0</version> | |||||
| <configuration> | |||||
| <notimestamp>true</notimestamp> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-plugin-plugin</artifactId> | |||||
| <version>${maven.plugin.tools.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-project-info-reports-plugin</artifactId> | |||||
| <version>3.3.0</version> | |||||
| <configuration> | |||||
| <pluginManagementExcludes> | |||||
| <exclude>org.eclipse.m2e:lifecycle-mapping</exclude> | |||||
| </pluginManagementExcludes> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <version>3.0.0-M6</version> | |||||
| <configuration> | |||||
| <useReleaseProfile>false</useReleaseProfile> | |||||
| <goals>deploy</goals> | |||||
| <releaseProfiles>apache-release</releaseProfiles> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-remote-resources-plugin</artifactId> | |||||
| <version>1.7.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-resources-plugin</artifactId> | |||||
| <version>3.2.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-scm-plugin</artifactId> | |||||
| <version>1.13.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-scm-publish-plugin</artifactId> | |||||
| <version>3.1.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <version>3.12.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <version>3.2.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>${surefire.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-report-plugin</artifactId> | |||||
| <version>${surefire.version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-war-plugin</artifactId> | |||||
| <version>3.3.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-shade-plugin</artifactId> | |||||
| <version>3.3.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.rat</groupId> | |||||
| <artifactId>apache-rat-plugin</artifactId> | |||||
| <version>0.14</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-remote-resources-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>process-resource-bundles</id> | |||||
| <goals> | |||||
| <goal>process</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <resourceBundles> | |||||
| <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> | |||||
| </resourceBundles> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>enforce-maven-version</id> | |||||
| <goals> | |||||
| <goal>enforce</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <rules> | |||||
| <requireMavenVersion> | |||||
| <version>${minimalMavenBuildVersion}</version> | |||||
| </requireMavenVersion> | |||||
| </rules> | |||||
| </configuration> | |||||
| </execution> | |||||
| <execution> | |||||
| <id>enforce-java-version</id> | |||||
| <goals> | |||||
| <goal>enforce</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <rules> | |||||
| <requireJavaVersion> | |||||
| <version>${minimalJavaBuildVersion}</version> | |||||
| </requireJavaVersion> | |||||
| </rules> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-descriptor</id> | |||||
| <goals> | |||||
| <goal>attach-descriptor</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>apache-release</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-assembly-plugin</artifactId> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.apache.resources</groupId> | |||||
| <artifactId>apache-source-release-assembly-descriptor</artifactId> | |||||
| <version>1.0.6</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>source-release-assembly</id> | |||||
| <phase>package</phase> | |||||
| <goals> | |||||
| <goal>single</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> | |||||
| <descriptorRefs> | |||||
| <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef> | |||||
| </descriptorRefs> | |||||
| <tarLongFileMode>posix</tarLongFileMode> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <inherited>true</inherited> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <configuration> | |||||
| <updateReleaseInfo>true</updateReleaseInfo> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <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> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-javadocs</id> | |||||
| <goals> | |||||
| <goal>jar</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>net.nicoulaj.maven.plugins</groupId> | |||||
| <artifactId>checksum-maven-plugin</artifactId> | |||||
| <version>1.11</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>source-release-checksum</id> | |||||
| <goals> | |||||
| <goal>artifacts</goal> | |||||
| </goals> | |||||
| <phase>post-integration-test</phase> | |||||
| <configuration> | |||||
| <algorithms> | |||||
| <algorithm>SHA-512</algorithm> | |||||
| </algorithms> | |||||
| <includeClassifiers>source-release</includeClassifiers> | |||||
| <excludeMainArtifact>true</excludeMainArtifact> | |||||
| <csvSummary>false</csvSummary> | |||||
| <attachChecksums>true</attachChecksums> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>sign-release-artifacts</id> | |||||
| <goals> | |||||
| <goal>sign</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>only-eclipse</id> | |||||
| <activation> | |||||
| <property> | |||||
| <name>m2e.version</name> | |||||
| </property> | |||||
| </activation> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <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-remote-resources-plugin</artifactId> | |||||
| <versionRange>[0,1.8.0)</versionRange> | |||||
| <goals> | |||||
| <goal>process</goal> | |||||
| </goals> | |||||
| </pluginExecutionFilter> | |||||
| <action> | |||||
| <ignore /> | |||||
| </action> | |||||
| </pluginExecution> | |||||
| </pluginExecutions> | |||||
| </lifecycleMappingMetadata> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.plugin-tools</groupId> | |||||
| <artifactId>maven-plugin-annotations</artifactId> | |||||
| <version>${maven.plugin.tools.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache</groupId> | |||||
| <artifactId>apache</artifactId> | |||||
| <version>27</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,709 +0,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 http://maven.apache.org/maven-v4_0_0.xsd"> | |||||
| <parent> | |||||
| <groupId>org.apache</groupId> | |||||
| <artifactId>apache</artifactId> | |||||
| <version>11</version> | |||||
| <relativePath /> | |||||
| </parent> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <groupId>tmp.org.apache.directory.project</groupId> | |||||
| <artifactId>placeholder.project</artifactId> | |||||
| <packaging>pom</packaging> | |||||
| <name>Apache Directory Project</name> | |||||
| <version>29</version> | |||||
| <url>http://directory.apache.org/</url> | |||||
| <description> | |||||
| The Apache Directory Project provides directory solutions entirely written in Java. These include a directory server, which has been certified as LDAP v3 compliant | |||||
| by the Open Group (Apache Directory Server), and Eclipse-based directory tools (Apache Directory Studio). | |||||
| </description> | |||||
| <ciManagement> | |||||
| <system>hudson</system> | |||||
| <url>https://hudson.apache.org/hudson/view/A-F/view/Directory</url> | |||||
| </ciManagement> | |||||
| <inceptionYear>2003</inceptionYear> | |||||
| <mailingLists> | |||||
| <mailingList> | |||||
| <name>The Directory Developers List</name> | |||||
| <subscribe>dev-subscribe@directory.apache.org</subscribe> | |||||
| <unsubscribe>dev-unsubscribe@directory.apache.org</unsubscribe> | |||||
| <post>dev@directory.apache.org</post> | |||||
| <archive>http://mail-archives.apache.org/mod_mbox/directory-dev</archive> | |||||
| <otherArchives> | |||||
| <otherArchive>http://www.mail-archive.com/dev@directory.apache.org/</otherArchive> | |||||
| </otherArchives> | |||||
| </mailingList> | |||||
| <mailingList> | |||||
| <name>The Directory Users List</name> | |||||
| <subscribe>users-subscribe@directory.apache.org</subscribe> | |||||
| <unsubscribe>users-unsubscribe@directory.apache.org</unsubscribe> | |||||
| <post>users@directory.apache.org</post> | |||||
| <archive>http://mail-archives.apache.org/mod_mbox/directory-users</archive> | |||||
| <otherArchives> | |||||
| <otherArchive>http://www.mail-archive.com/users@directory.apache.org/</otherArchive> | |||||
| </otherArchives> | |||||
| </mailingList> | |||||
| <mailingList> | |||||
| <name>The Directory Commits (SVN) List</name> | |||||
| <subscribe>commits-subscribe@directory.apache.org</subscribe> | |||||
| <unsubscribe>commits-unsubscribe@directory.apache.org</unsubscribe> | |||||
| <archive>http://mail-archives.apache.org/mod_mbox/directory-commits</archive> | |||||
| <otherArchives> | |||||
| <otherArchive>http://www.mail-archive.com/commits@directory.apache.org/</otherArchive> | |||||
| </otherArchives> | |||||
| </mailingList> | |||||
| </mailingLists> | |||||
| <developers> | |||||
| <developer> | |||||
| <id>akarasulu</id> | |||||
| <name>Alex Karasulu</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Chairman</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>ccustine</id> | |||||
| <name>Chris Custine</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>PMC Member</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>ckoppelt</id> | |||||
| <name>Christine Koppelt</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>PMC Member</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>elecharny</id> | |||||
| <name>Emmanuel Lecharny</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>PMC Member</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>felixk</id> | |||||
| <name>Felix Knecht</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>PMC Member</role> | |||||
| </roles> | |||||
| <timezone>+1</timezone> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>kayyagari</id> | |||||
| <name>Kiran Ayyagari</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>PMC Member</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>noel</id> | |||||
| <name>Noel Bergman</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>PMC Member</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>pamarcelot</id> | |||||
| <name>Pierre-Arnaud Marcelot</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>PMC Member</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>psteitz</id> | |||||
| <name>Philippe Steitz</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>PMC Member</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>seelmann</id> | |||||
| <name>Stefan Seelmann</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>PMC Member</role> | |||||
| </roles> | |||||
| <timezone>+1</timezone> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>szoerner</id> | |||||
| <name>Stefan Zoerner</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>PMC Member</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>adc</id> | |||||
| <name>Alan Cabrera</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Committer</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>agariboldi</id> | |||||
| <name>Andrea Amerigo Aristodemo Gariboldi</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Committer</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>bloritsch</id> | |||||
| <name>Berin Loritsch</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Committer</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>djencks</id> | |||||
| <name>David Jencks</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Committer</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>erodriguez</id> | |||||
| <name>Enrique Rodriguez</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Committer</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>jmachols</id> | |||||
| <name>Jeff Machols</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Committer</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>malderson</id> | |||||
| <name>Martin Alderson</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Committer</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>mcconnell</id> | |||||
| <name>Jesse McConnell</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Committer</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>nhope</id> | |||||
| <name>Norval Hope</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Committer</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>nicolaken</id> | |||||
| <name>Nicola Ken Barozzi</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Committer</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>oersoy</id> | |||||
| <name>Ole K. Ersoy</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Committer</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>rjan</id> | |||||
| <name>Jan S. Rellermeyer</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Committer</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>wesmckean</id> | |||||
| <name>Wes McKean</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Committer</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>brett</id> | |||||
| <name>Brett Porter</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Emeritus</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>ersiner</id> | |||||
| <name>Ersin Er</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Emeritus</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>jim</id> | |||||
| <name>Jim Jagielski</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Emeritus</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>trustin</id> | |||||
| <name>Trustin Lee</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Emeritus</role> | |||||
| </roles> | |||||
| </developer> | |||||
| <developer> | |||||
| <id>vtence</id> | |||||
| <name>Vincent Tence</name> | |||||
| <organization>ASF</organization> | |||||
| <organizationUrl>http://www.apache.org/</organizationUrl> | |||||
| <roles> | |||||
| <role>Emeritus</role> | |||||
| </roles> | |||||
| </developer> | |||||
| </developers> | |||||
| <scm> | |||||
| <connection>scm:svn:http://svn.apache.org/repos/asf/directory/project/tags/29</connection> | |||||
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/project/tags/29</developerConnection> | |||||
| <url>http://svn.apache.org/viewvc/directory/project/tags/29</url> | |||||
| </scm> | |||||
| <prerequisites> | |||||
| <maven>3.0.0</maven> | |||||
| </prerequisites> | |||||
| <properties> | |||||
| <arguments /> | |||||
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||||
| <skin.version>1.0.2</skin.version> | |||||
| </properties> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>antlr-maven-plugin</artifactId> | |||||
| <version>2.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-antrun-plugin</artifactId> | |||||
| <version>1.7</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-assembly-plugin</artifactId> | |||||
| <version>2.3</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-changes-plugin</artifactId> | |||||
| <version>2.6</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-checkstyle-plugin</artifactId> | |||||
| <version>2.9.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-clean-plugin</artifactId> | |||||
| <version>2.4.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <version>2.5.1</version> | |||||
| <configuration> | |||||
| <source>1.5</source> | |||||
| <target>1.5</target> | |||||
| <optimize>true</optimize> | |||||
| <showDeprecations>true</showDeprecations> | |||||
| <encoding>ISO-8859-1</encoding> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-dependency-plugin</artifactId> | |||||
| <version>2.5</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <version>2.7</version> | |||||
| <inherited>true</inherited> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-docck-plugin</artifactId> | |||||
| <version>1.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-ear-plugin</artifactId> | |||||
| <version>2.6</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-eclipse-plugin</artifactId> | |||||
| <version>2.9</version> | |||||
| <inherited>true</inherited> | |||||
| <configuration> | |||||
| <downloadSources>true</downloadSources> | |||||
| <downloadJavadocs>true</downloadJavadocs> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-ejb-plugin</artifactId> | |||||
| <version>2.3</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <version>1.0.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>1.4</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-install-plugin</artifactId> | |||||
| <version>2.3.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <version>2.4</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <version>2.8</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-jxr-plugin</artifactId> | |||||
| <version>2.3</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-plugin-plugin</artifactId> | |||||
| <version>2.9</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-pmd-plugin</artifactId> | |||||
| <version>2.6</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-project-info-reports-plugin</artifactId> | |||||
| <version>2.4</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <version>2.3.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-remote-resources-plugin</artifactId> | |||||
| <version>1.2.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-resources-plugin</artifactId> | |||||
| <version>2.5</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-scm-plugin</artifactId> | |||||
| <version>1.5</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-shade-plugin</artifactId> | |||||
| <version>1.7.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <version>3.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <version>2.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-stage-plugin</artifactId> | |||||
| <version>1.0-alpha-2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-report-plugin</artifactId> | |||||
| <version>2.12.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>2.12.2</version> | |||||
| <configuration> | |||||
| <argLine>-Xmx1024m</argLine> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-war-plugin</artifactId> | |||||
| <version>2.1.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.felix</groupId> | |||||
| <artifactId>maven-bundle-plugin</artifactId> | |||||
| <version>2.3.7</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.geronimo.genesis.plugins</groupId> | |||||
| <artifactId>tools-maven-plugin</artifactId> | |||||
| <version>1.4</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.rat</groupId> | |||||
| <artifactId>apache-rat-plugin</artifactId> | |||||
| <version>0.8</version> | |||||
| <configuration> | |||||
| <excludeSubProjects>false</excludeSubProjects> | |||||
| <excludes> | |||||
| <exclude>**/resources/svn_ignore.txt</exclude> | |||||
| <exclude>**/resources/Reveal in Finder.launch</exclude> | |||||
| </excludes> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.xbean</groupId> | |||||
| <artifactId>maven-xbean-plugin</artifactId> | |||||
| <version>3.8</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.modello</groupId> | |||||
| <artifactId>modello-maven-plugin</artifactId> | |||||
| <version>1.5</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>build-helper-maven-plugin</artifactId> | |||||
| <version>1.7</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>clirr-maven-plugin</artifactId> | |||||
| <version>2.3</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>cobertura-maven-plugin</artifactId> | |||||
| <version>2.5.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>dashboard-maven-plugin</artifactId> | |||||
| <version>1.0.0-beta-1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>findbugs-maven-plugin</artifactId> | |||||
| <version>2.3.2</version> | |||||
| <configuration> | |||||
| <xmlOutput>false</xmlOutput> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>javancss-maven-plugin</artifactId> | |||||
| <version>2.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>jdepend-maven-plugin</artifactId> | |||||
| <version>2.0-beta-2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>l10n-maven-plugin</artifactId> | |||||
| <version>1.0-alpha-2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>taglist-maven-plugin</artifactId> | |||||
| <version>2.4</version> | |||||
| <configuration> | |||||
| <tags> | |||||
| <tag>TODO</tag> | |||||
| <tag>@todo</tag> | |||||
| <tag>@deprecated</tag> | |||||
| <tag>FIXME</tag> | |||||
| </tags> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>versions-maven-plugin</artifactId> | |||||
| <version>1.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>com.agilejava.docbkx</groupId> | |||||
| <artifactId>docbkx-maven-plugin</artifactId> | |||||
| <version>2.0.13</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.geronimo.genesis.plugins</groupId> | |||||
| <artifactId>tools-maven-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>verify-legal-files</id> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>verify-legal-files</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <strict>true</strict> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <configuration> | |||||
| <reportPlugins> | |||||
| <reportPlugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-project-info-reports-plugin</artifactId> | |||||
| </reportPlugin> | |||||
| <reportPlugin> | |||||
| <groupId>org.apache.rat</groupId> | |||||
| <artifactId>apache-rat-plugin</artifactId> | |||||
| </reportPlugin> | |||||
| <reportPlugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>versions-maven-plugin</artifactId> | |||||
| </reportPlugin> | |||||
| </reportPlugins> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.felix</groupId> | |||||
| <artifactId>maven-bundle-plugin</artifactId> | |||||
| <inherited>true</inherited> | |||||
| <extensions>true</extensions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>append-to-project-name</id> | |||||
| <activation> | |||||
| <property> | |||||
| <name>append.to.project.name</name> | |||||
| </property> | |||||
| </activation> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <artifactId>maven-eclipse-plugin</artifactId> | |||||
| <configuration> | |||||
| <projectNameTemplate>[artifactId]-${append.to.project.name}</projectNameTemplate> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>apache-release</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.rat</groupId> | |||||
| <artifactId>apache-rat-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>check</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.directory.project</groupId> | |||||
| <artifactId>project</artifactId> | |||||
| <version>29</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.apache.directory.server</groupId> | |||||
| <artifactId>placeholder-apacheds-test-framework</artifactId> | |||||
| <version>2.0.0.AM26</version> | |||||
| <name>Package apacheds-test-framework</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.directory.server</groupId> | |||||
| <artifactId>apacheds-test-framework</artifactId> | |||||
| <version>2.0.0.AM26</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,25 +0,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 http://maven.apache.org/maven-v4_0_0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <parent> | |||||
| <groupId>org.apache.directory.shared</groupId> | |||||
| <artifactId>shared-parent</artifactId> | |||||
| <version>1.0.0-M13</version> | |||||
| </parent> | |||||
| <artifactId>placeholder.shared-dsml-parent</artifactId> | |||||
| <name>Apache Directory Shared DSML Parent</name> | |||||
| <inceptionYear>2003</inceptionYear> | |||||
| <packaging>pom</packaging> | |||||
| <modules> | |||||
| <module>engine</module> | |||||
| <module>parser</module> | |||||
| </modules> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.directory.shared</groupId> | |||||
| <artifactId>shared-dsml-parent</artifactId> | |||||
| <version>1.0.0-M13</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <groupId>tmp.org.apache.directory.shared</groupId> | |||||
| <version>1.0.0-M13</version> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.apache.directory.shared</groupId> | |||||
| <artifactId>placeholder-shared-dsml-parser</artifactId> | |||||
| <version>1.0.0-M13</version> | |||||
| <name>Package shared-dsml-parser</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.directory.shared</groupId> | |||||
| <artifactId>shared-dsml-parser</artifactId> | |||||
| <version>1.0.0-M13</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,586 +0,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 http://maven.apache.org/maven-v4_0_0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <parent> | |||||
| <groupId>org.apache.directory.project</groupId> | |||||
| <artifactId>project</artifactId> | |||||
| <version>29</version> | |||||
| <relativePath>../project</relativePath> | |||||
| </parent> | |||||
| <groupId>tmp.org.apache.directory.shared</groupId> | |||||
| <artifactId>placeholder.shared-parent</artifactId> | |||||
| <name>Apache Directory Shared</name> | |||||
| <packaging>pom</packaging> | |||||
| <version>1.0.0-M13</version> | |||||
| <properties> | |||||
| <projectName>ApacheDS-Shared</projectName> | |||||
| <distMgmtSiteUrl>scpexe://people.apache.org/www/directory.apache.org/api/gen-docs/${project.version}/</distMgmtSiteUrl> | |||||
| <skin.version>1.0.2</skin.version> | |||||
| <org.apache.directory.junit.junit-addons.version>0.1</org.apache.directory.junit.junit-addons.version> | |||||
| <org.apache.directory.checkstyle-configuration.version>0.1</org.apache.directory.checkstyle-configuration.version> | |||||
| <antlr.version>2.7.7</antlr.version> | |||||
| <commons.collections.version>3.2.1</commons.collections.version> | |||||
| <commons.io.version>2.4</commons.io.version> | |||||
| <commons.lang.version>2.6</commons.lang.version> | |||||
| <commons.pool.version>1.6</commons.pool.version> | |||||
| <dom4j.version>1.6.1</dom4j.version> | |||||
| <junit.version>4.10</junit.version> | |||||
| <log4j.version>1.2.17</log4j.version> | |||||
| <mina.core.version>2.0.7</mina.core.version> | |||||
| <org.osgi.version>3.0.0</org.osgi.version> | |||||
| <org.osgi.core.version>5.0.0</org.osgi.core.version> | |||||
| <org.apache.felix.version>4.0.3</org.apache.felix.version> | |||||
| <slf4j.api.version>1.7.1</slf4j.api.version> | |||||
| <slf4j.log4j12.version>1.7.1</slf4j.log4j12.version> | |||||
| <xml.apis.version>2.0.2</xml.apis.version> | |||||
| <xpp3.version>1.1.4c</xpp3.version> | |||||
| <pax-exam.version>3.0.0.M4</pax-exam.version> | |||||
| <pax-exam-container-default.version>1.2.4</pax-exam-container-default.version> | |||||
| <pax-exam-junit.version>1.2.4</pax-exam-junit.version> | |||||
| <findbugs.annotations.version>1.0.0</findbugs.annotations.version> | |||||
| </properties> | |||||
| <distributionManagement> | |||||
| <site> | |||||
| <id>apache.directory.shared</id> | |||||
| <url>${distMgmtSiteUrl}</url> | |||||
| </site> | |||||
| </distributionManagement> | |||||
| <issueManagement> | |||||
| <system>JIRA</system> | |||||
| <url>http://issues.apache.org/jira/browse/DIRSHARED</url> | |||||
| </issueManagement> | |||||
| <modules> | |||||
| <module>i18n</module> | |||||
| <module>util</module> | |||||
| <module>asn1</module> | |||||
| <module>all</module> | |||||
| <module>ldap</module> | |||||
| <module>dsml</module> | |||||
| <module>integ</module> | |||||
| <module>distribution</module> | |||||
| </modules> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <configuration> | |||||
| <tagNameFormat>@{project.version}</tagNameFormat> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.rat</groupId> | |||||
| <artifactId>apache-rat-plugin</artifactId> | |||||
| <configuration> | |||||
| <excludeSubProjects>false</excludeSubProjects> | |||||
| <excludes> | |||||
| <exclude>**/target/**/*</exclude> | |||||
| <exclude>**/cobertura.ser</exclude> | |||||
| <exclude>**/.classpath</exclude> | |||||
| <exclude>**/.project</exclude> | |||||
| <exclude>**/.settings/**/*</exclude> | |||||
| <exclude>**/*.iml</exclude> | |||||
| <exclude>**/*.ipr</exclude> | |||||
| <exclude>**/*.iws</exclude> | |||||
| <exclude>**/MANIFEST.MF</exclude> | |||||
| <exclude>distribution/src/main/release/licenses/*</exclude> | |||||
| <exclude>src/main/release/licenses/*</exclude> | |||||
| <exclude>**/dependency-reduced-pom.xml</exclude> | |||||
| <exclude>ldap/schema/data/src/main/resources/schema/**</exclude> | |||||
| <exclude>ldap/schema/data/src/main/resources/schema-all.ldif</exclude> | |||||
| <exclude>schema/data/src/main/resources/schema/**</exclude> | |||||
| <exclude>schema/data/src/main/resources/schema-all.ldif</exclude> | |||||
| <exclude>data/src/main/resources/schema/**</exclude> | |||||
| <exclude>data/src/main/resources/schema-all.ldif</exclude> | |||||
| <exclude>src/main/resources/schema/**</exclude> | |||||
| <exclude>src/main/resources/schema-all.ldif</exclude> | |||||
| </excludes> | |||||
| </configuration> | |||||
| </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.7,)</versionRange> | |||||
| <goals> | |||||
| <goal>run</goal> | |||||
| </goals> | |||||
| </pluginExecutionFilter> | |||||
| <action> | |||||
| <ignore /> | |||||
| </action> | |||||
| </pluginExecution> | |||||
| <pluginExecution> | |||||
| <pluginExecutionFilter> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-dependency-plugin</artifactId> | |||||
| <versionRange>[2.2,)</versionRange> | |||||
| <goals> | |||||
| <goal>copy</goal> | |||||
| </goals> | |||||
| </pluginExecutionFilter> | |||||
| <action> | |||||
| <ignore /> | |||||
| </action> | |||||
| </pluginExecution> | |||||
| </pluginExecutions> | |||||
| </lifecycleMappingMetadata> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-sources</id> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>jar-no-fork</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-checkstyle-plugin</artifactId> | |||||
| <configuration> | |||||
| <configLocation>directory-checks.xml</configLocation> | |||||
| <suppressionsLocation>${basedir}/src/checkstyle/suppressions.xml</suppressionsLocation> | |||||
| <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression> | |||||
| </configuration> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.directory.buildtools</groupId> | |||||
| <artifactId>checkstyle-configuration</artifactId> | |||||
| <version>${org.apache.directory.checkstyle-configuration.version}</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.wagon</groupId> | |||||
| <artifactId>wagon-ssh</artifactId> | |||||
| <version>2.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.wagon</groupId> | |||||
| <artifactId>wagon-ssh-external</artifactId> | |||||
| <version>2.1</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <configuration> | |||||
| <reportPlugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-jxr-plugin</artifactId> | |||||
| <configuration> | |||||
| <aggregate>true</aggregate> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-report-plugin</artifactId> | |||||
| <configuration> | |||||
| <aggregate>true</aggregate> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-pmd-plugin</artifactId> | |||||
| <configuration> | |||||
| <linkXref>true</linkXref> | |||||
| <sourceEncoding>utf-8</sourceEncoding> | |||||
| <minimumTokens>100</minimumTokens> | |||||
| <targetJdk>1.5</targetJdk> | |||||
| <aggregate>true</aggregate> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-project-info-reports-plugin</artifactId> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>taglist-maven-plugin</artifactId> | |||||
| <configuration> | |||||
| <tags> | |||||
| <tag>TODO</tag> | |||||
| <tag>@todo</tag> | |||||
| <tag>@deprecated</tag> | |||||
| <tag>FIXME</tag> | |||||
| </tags> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <configuration> | |||||
| <minmemory>512m</minmemory> | |||||
| <maxmemory>1g</maxmemory> | |||||
| <linksource>true</linksource> | |||||
| <tags> | |||||
| <tag> | |||||
| <name>todo</name> | |||||
| <placement>a</placement> | |||||
| <head>To do:</head> | |||||
| </tag> | |||||
| </tags> | |||||
| <source>1.5</source> | |||||
| </configuration> | |||||
| <reportSets> | |||||
| <reportSet> | |||||
| <reports> | |||||
| <report>aggregate</report> | |||||
| <report>test-aggregate</report> | |||||
| </reports> | |||||
| </reportSet> | |||||
| </reportSets> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-checkstyle-plugin</artifactId> | |||||
| <configuration> | |||||
| <configLocation>directory-checks.xml</configLocation> | |||||
| <suppressionsLocation>${basedir}/src/checkstyle/suppressions.xml</suppressionsLocation> | |||||
| <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression> | |||||
| <xrefLocation>${project.reporting.outputDirectory}/../xref</xrefLocation> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>versions-maven-plugin</artifactId> | |||||
| <reportSets> | |||||
| <reportSet> | |||||
| <reports> | |||||
| <report>dependency-updates-report</report> | |||||
| <report>plugin-updates-report</report> | |||||
| <report>property-updates-report</report> | |||||
| </reports> | |||||
| </reportSet> | |||||
| </reportSets> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.rat</groupId> | |||||
| <artifactId>apache-rat-plugin</artifactId> | |||||
| <configuration> | |||||
| <excludeSubProjects>false</excludeSubProjects> | |||||
| <excludes> | |||||
| <exclude>**/target/**/*</exclude> | |||||
| <exclude>**/cobertura.ser</exclude> | |||||
| <exclude>**/.classpath</exclude> | |||||
| <exclude>**/.project</exclude> | |||||
| <exclude>**/.settings/**/*</exclude> | |||||
| <exclude>**/*.iml</exclude> | |||||
| <exclude>**/*.ipr</exclude> | |||||
| <exclude>**/*.iws</exclude> | |||||
| <exclude>**/MANIFEST.MF</exclude> | |||||
| <exclude>distribution/src/main/release/licenses/*</exclude> | |||||
| <exclude>src/main/release/licenses/*</exclude> | |||||
| <exclude>**/dependency-reduced-pom.xml</exclude> | |||||
| <exclude>**/src/main/resources/schema/**/*.ldif</exclude> | |||||
| <exclude>**/src/main/resources/schema-all.ldif</exclude> | |||||
| <exclude>**/src/main/resources/schema/**/*.ldif</exclude> | |||||
| <exclude>**/src/main/resources/schema-all.ldif</exclude> | |||||
| <exclude>ldap/src/main/java/org/apache/directory/shared/asn1/der/*.java</exclude> | |||||
| <exclude>src/main/java/org/apache/directory/shared/asn1/der/*.java</exclude> | |||||
| </excludes> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>javancss-maven-plugin</artifactId> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>jdepend-maven-plugin</artifactId> | |||||
| </plugin> | |||||
| </reportPlugins> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>findbugs</groupId> | |||||
| <artifactId>annotations</artifactId> | |||||
| <scope>provided</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.slf4j</groupId> | |||||
| <artifactId>slf4j-api</artifactId> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.slf4j</groupId> | |||||
| <artifactId>slf4j-log4j12</artifactId> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>junit</groupId> | |||||
| <artifactId>junit</artifactId> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-all</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-asn1-api</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-asn1-ber</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-dsml-engine</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-dsml-parser</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-i18n</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-ldap-client-api</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-ldap-codec-core</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-ldap-codec-standalone</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-ldap-extras-aci</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-ldap-extras-codec</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-ldap-extras-codec-api</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-ldap-extras-sp</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-ldap-extras-trigger</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-ldap-extras-util</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-ldap-model</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-ldap-net-mina</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-ldap-schema-converter</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-ldap-schema-data</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>shared-util</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.mina</groupId> | |||||
| <artifactId>mina-core</artifactId> | |||||
| <version>${mina.core.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>commons-collections</groupId> | |||||
| <artifactId>commons-collections</artifactId> | |||||
| <version>${commons.collections.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>commons-io</groupId> | |||||
| <artifactId>commons-io</artifactId> | |||||
| <version>${commons.io.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>commons-lang</groupId> | |||||
| <artifactId>commons-lang</artifactId> | |||||
| <version>${commons.lang.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>commons-pool</groupId> | |||||
| <artifactId>commons-pool</artifactId> | |||||
| <version>${commons.pool.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.osgi</groupId> | |||||
| <artifactId>org.osgi</artifactId> | |||||
| <version>${org.osgi.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.osgi</groupId> | |||||
| <artifactId>org.osgi.core</artifactId> | |||||
| <version>${org.osgi.core.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.felix</groupId> | |||||
| <artifactId>org.apache.felix.framework</artifactId> | |||||
| <version>${org.apache.felix.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.directory.junit</groupId> | |||||
| <artifactId>junit-addons</artifactId> | |||||
| <version>${org.apache.directory.junit.junit-addons.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.ops4j.pax.exam</groupId> | |||||
| <artifactId>pax-exam</artifactId> | |||||
| <version>${pax-exam.version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.ops4j.pax.exam</groupId> | |||||
| <artifactId>pax-exam-junit</artifactId> | |||||
| <version>${pax-exam-junit.version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.ops4j.pax.exam</groupId> | |||||
| <artifactId>pax-exam-container-default</artifactId> | |||||
| <version>${pax-exam-container-default.version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.slf4j</groupId> | |||||
| <artifactId>slf4j-api</artifactId> | |||||
| <version>${slf4j.api.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.slf4j</groupId> | |||||
| <artifactId>slf4j-log4j12</artifactId> | |||||
| <version>${slf4j.log4j12.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>log4j</groupId> | |||||
| <artifactId>log4j</artifactId> | |||||
| <version>${log4j.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>antlr</groupId> | |||||
| <artifactId>antlr</artifactId> | |||||
| <version>${antlr.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>dom4j</groupId> | |||||
| <artifactId>dom4j</artifactId> | |||||
| <version>${dom4j.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>findbugs</groupId> | |||||
| <artifactId>annotations</artifactId> | |||||
| <version>${findbugs.annotations.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>junit</groupId> | |||||
| <artifactId>junit</artifactId> | |||||
| <version>${junit.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>xml-apis</groupId> | |||||
| <artifactId>xml-apis</artifactId> | |||||
| <version>${xml.apis.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>xpp3</groupId> | |||||
| <artifactId>xpp3</artifactId> | |||||
| <version>${xpp3.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.directory.shared</groupId> | |||||
| <artifactId>shared-parent</artifactId> | |||||
| <version>1.0.0-M13</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <scm> | |||||
| <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/tags/1.0.0-M13</connection> | |||||
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/tags/1.0.0-M13</developerConnection> | |||||
| <url>http://svn.apache.org/viewvc/directory/shared/tags/1.0.0-M13</url> | |||||
| </scm> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>apache-release</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <artifactId>maven-assembly-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>source-release-assembly</id> | |||||
| <configuration> | |||||
| <skipAssembly>true</skipAssembly> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.rat</groupId> | |||||
| <artifactId>apache-rat-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>check</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.apache.maven.plugins</groupId> | |||||
| <artifactId>placeholder-maven-compiler-plugin</artifactId> | |||||
| <version>3.10.1</version> | |||||
| <name>Package maven-compiler-plugin</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <version>3.10.1</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.apache.maven.plugins</groupId> | |||||
| <artifactId>placeholder-maven-failsafe-plugin</artifactId> | |||||
| <version>3.0.0-M7</version> | |||||
| <name>Package maven-failsafe-plugin</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-failsafe-plugin</artifactId> | |||||
| <version>3.0.0-M7</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.apache.maven.plugins</groupId> | |||||
| <artifactId>placeholder-maven-failsafe-plugin</artifactId> | |||||
| <version>3.0.0-M8</version> | |||||
| <name>Package maven-failsafe-plugin</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-failsafe-plugin</artifactId> | |||||
| <version>3.0.0-M8</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,257 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <parent> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-parent</artifactId> | |||||
| <version>34</version> | |||||
| <relativePath>../pom.xml</relativePath> | |||||
| </parent> | |||||
| <groupId>tmp.org.apache.maven.plugins</groupId> | |||||
| <artifactId>placeholder.maven-plugins</artifactId> | |||||
| <packaging>pom</packaging> | |||||
| <name>Apache Maven Plugins</name> | |||||
| <description>Maven Plugins</description> | |||||
| <url>https://maven.apache.org/plugins/</url> | |||||
| <ciManagement> | |||||
| <system>Jenkins</system> | |||||
| <url>https://builds.apache.org/job/maven-plugins/</url> | |||||
| </ciManagement> | |||||
| <distributionManagement> | |||||
| <site> | |||||
| <id>apache.website</id> | |||||
| <url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/plugins-archives/</url> | |||||
| </site> | |||||
| </distributionManagement> | |||||
| <properties> | |||||
| <maven.site.path>plugins-archives/${project.artifactId}-LATEST</maven.site.path> | |||||
| </properties> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.plugin-tools</groupId> | |||||
| <artifactId>maven-plugin-annotations</artifactId> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-plugins</artifactId> | |||||
| <version>34</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-changes-plugin</artifactId> | |||||
| <configuration> | |||||
| <issueManagementSystems> | |||||
| <issueManagementSystem>JIRA</issueManagementSystem> | |||||
| </issueManagementSystems> | |||||
| <maxEntries>1000</maxEntries> | |||||
| <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> | |||||
| <templateDirectory>org/apache/maven/plugins</templateDirectory> | |||||
| <subject>[ANN] ${project.name} ${project.version} Released</subject> | |||||
| <toAddresses> | |||||
| <toAddress implementation="java.lang.String">announce@maven.apache.org</toAddress> | |||||
| <toAddress implementation="java.lang.String">users@maven.apache.org</toAddress> | |||||
| </toAddresses> | |||||
| <ccAddresses> | |||||
| <ccAddress implementation="java.lang.String">dev@maven.apache.org</ccAddress> | |||||
| </ccAddresses> | |||||
| <fromDeveloperId>${apache.availid}</fromDeveloperId> | |||||
| <smtpHost>${smtp.host}</smtpHost> | |||||
| </configuration> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.shared</groupId> | |||||
| <artifactId>maven-shared-resources</artifactId> | |||||
| <version>2</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <configuration> | |||||
| <tagletArtifacts> | |||||
| <tagletArtifact combine.id="org.apache.maven.plugin-tools:maven-plugin-tools-javadoc"> | |||||
| <groupId>org.apache.maven.plugin-tools</groupId> | |||||
| <artifactId>maven-plugin-tools-javadoc</artifactId> | |||||
| <version>${mavenPluginToolsVersion}</version> | |||||
| </tagletArtifact> | |||||
| </tagletArtifacts> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <configuration> | |||||
| <tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase> | |||||
| <releaseProfiles>apache-release,run-its</releaseProfiles> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-plugin-plugin</artifactId> | |||||
| <version>${mavenPluginToolsVersion}</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>default-descriptor</id> | |||||
| <phase>process-classes</phase> | |||||
| </execution> | |||||
| <execution> | |||||
| <id>generate-helpmojo</id> | |||||
| <goals> | |||||
| <goal>helpmojo</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <configuration> | |||||
| <skipDeploy>true</skipDeploy> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-scm-publish-plugin</artifactId> | |||||
| <configuration> | |||||
| <content>${project.reporting.outputDirectory}</content> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>scm-publish</id> | |||||
| <phase>site-deploy</phase> | |||||
| <goals> | |||||
| <goal>publish-scm</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-plugin-plugin</artifactId> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <goals> | |||||
| <goal>enforce</goal> | |||||
| </goals> | |||||
| <id>ensure-no-container-api</id> | |||||
| <configuration> | |||||
| <rules> | |||||
| <bannedDependencies> | |||||
| <excludes> | |||||
| <exclude>org.codehaus.plexus:plexus-component-api</exclude> | |||||
| </excludes> | |||||
| <message>The new containers are not supported. You probably added a dependency that is missing the exclusions.</message> | |||||
| </bannedDependencies> | |||||
| </rules> | |||||
| <fail>true</fail> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <reporting> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-plugin-plugin</artifactId> | |||||
| <version>${mavenPluginToolsVersion}</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </reporting> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>quality-checks</id> | |||||
| <activation> | |||||
| <property> | |||||
| <name>quality-checks</name> | |||||
| <value>true</value> | |||||
| </property> | |||||
| </activation> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-docck-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>docck-check</id> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>check</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>run-its</id> | |||||
| <properties> | |||||
| <invoker.maven.compiler.source>${maven.compiler.source}</invoker.maven.compiler.source> | |||||
| <invoker.maven.compiler.target>${maven.compiler.target}</invoker.maven.compiler.target> | |||||
| <maven.it.failure.ignore>false</maven.it.failure.ignore> | |||||
| </properties> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-invoker-plugin</artifactId> | |||||
| <configuration> | |||||
| <debug>true</debug> | |||||
| <projectsDirectory>src/it</projectsDirectory> | |||||
| <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo> | |||||
| <preBuildHookScript>setup</preBuildHookScript> | |||||
| <postBuildHookScript>verify</postBuildHookScript> | |||||
| <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath> | |||||
| <settingsFile>src/it/settings.xml</settingsFile> | |||||
| <pomIncludes> | |||||
| <pomInclude>*/pom.xml</pomInclude> | |||||
| </pomIncludes> | |||||
| <properties> | |||||
| <maven.compiler.source>${invoker.maven.compiler.source}</maven.compiler.source> | |||||
| <maven.compiler.target>${invoker.maven.compiler.target}</maven.compiler.target> | |||||
| <https.protocols>${https.protocols}</https.protocols> | |||||
| </properties> | |||||
| <ignoreFailures>${maven.it.failure.ignore}</ignoreFailures> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>integration-test</id> | |||||
| <goals> | |||||
| <goal>install</goal> | |||||
| <goal>integration-test</goal> | |||||
| <goal>verify</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>reporting</id> | |||||
| <reporting> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-invoker-plugin</artifactId> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </reporting> | |||||
| </profile> | |||||
| </profiles> | |||||
| <version>34</version> | |||||
| </project> | |||||
| @@ -1,241 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <parent> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-parent</artifactId> | |||||
| <version>37</version> | |||||
| <relativePath>../pom.xml</relativePath> | |||||
| </parent> | |||||
| <groupId>tmp.org.apache.maven.plugins</groupId> | |||||
| <artifactId>placeholder.maven-plugins</artifactId> | |||||
| <packaging>pom</packaging> | |||||
| <name>Apache Maven Plugins</name> | |||||
| <description>Maven Plugins</description> | |||||
| <url>https://maven.apache.org/plugins/</url> | |||||
| <ciManagement> | |||||
| <system>Jenkins</system> | |||||
| <url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-plugins/</url> | |||||
| </ciManagement> | |||||
| <distributionManagement> | |||||
| <site> | |||||
| <id>apache.website</id> | |||||
| <url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/plugins-archives/</url> | |||||
| </site> | |||||
| </distributionManagement> | |||||
| <properties> | |||||
| <maven.site.path>plugins-archives/${project.artifactId}-LATEST</maven.site.path> | |||||
| </properties> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.plugin-tools</groupId> | |||||
| <artifactId>maven-plugin-annotations</artifactId> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-plugins</artifactId> | |||||
| <version>37</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-changes-plugin</artifactId> | |||||
| <configuration> | |||||
| <issueManagementSystems> | |||||
| <issueManagementSystem>JIRA</issueManagementSystem> | |||||
| </issueManagementSystems> | |||||
| <maxEntries>1000</maxEntries> | |||||
| <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> | |||||
| <templateDirectory>org/apache/maven/plugins</templateDirectory> | |||||
| <subject>[ANN] ${project.name} ${project.version} Released</subject> | |||||
| <toAddresses> | |||||
| <toAddress implementation="java.lang.String">announce@maven.apache.org</toAddress> | |||||
| <toAddress implementation="java.lang.String">users@maven.apache.org</toAddress> | |||||
| </toAddresses> | |||||
| <ccAddresses> | |||||
| <ccAddress implementation="java.lang.String">dev@maven.apache.org</ccAddress> | |||||
| </ccAddresses> | |||||
| <fromDeveloperId>${apache.availid}</fromDeveloperId> | |||||
| <smtpHost>${smtp.host}</smtpHost> | |||||
| </configuration> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.shared</groupId> | |||||
| <artifactId>maven-shared-resources</artifactId> | |||||
| <version>2</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <configuration> | |||||
| <releaseProfiles>apache-release,run-its</releaseProfiles> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-plugin-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>default-descriptor</id> | |||||
| <phase>process-classes</phase> | |||||
| </execution> | |||||
| <execution> | |||||
| <id>generate-helpmojo</id> | |||||
| <goals> | |||||
| <goal>helpmojo</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <configuration> | |||||
| <skipDeploy>true</skipDeploy> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-plugin-plugin</artifactId> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-scm-publish-plugin</artifactId> | |||||
| <configuration> | |||||
| <content>${project.reporting.outputDirectory}</content> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>scm-publish</id> | |||||
| <phase>site-deploy</phase> | |||||
| <goals> | |||||
| <goal>publish-scm</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <goals> | |||||
| <goal>enforce</goal> | |||||
| </goals> | |||||
| <id>ensure-no-container-api</id> | |||||
| <configuration> | |||||
| <rules> | |||||
| <bannedDependencies> | |||||
| <excludes> | |||||
| <exclude>org.codehaus.plexus:plexus-component-api</exclude> | |||||
| </excludes> | |||||
| <message>The new containers are not supported. You probably added a dependency that is missing the exclusions.</message> | |||||
| </bannedDependencies> | |||||
| </rules> | |||||
| <fail>true</fail> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <reporting> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-plugin-plugin</artifactId> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </reporting> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>quality-checks</id> | |||||
| <activation> | |||||
| <property> | |||||
| <name>quality-checks</name> | |||||
| <value>true</value> | |||||
| </property> | |||||
| </activation> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-docck-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>docck-check</id> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>check</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>run-its</id> | |||||
| <properties> | |||||
| <invoker.maven.compiler.source>${maven.compiler.source}</invoker.maven.compiler.source> | |||||
| <invoker.maven.compiler.target>${maven.compiler.target}</invoker.maven.compiler.target> | |||||
| <maven.it.failure.ignore>false</maven.it.failure.ignore> | |||||
| </properties> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-invoker-plugin</artifactId> | |||||
| <configuration> | |||||
| <debug>true</debug> | |||||
| <projectsDirectory>src/it</projectsDirectory> | |||||
| <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo> | |||||
| <preBuildHookScript>setup</preBuildHookScript> | |||||
| <postBuildHookScript>verify</postBuildHookScript> | |||||
| <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath> | |||||
| <settingsFile>src/it/settings.xml</settingsFile> | |||||
| <pomIncludes> | |||||
| <pomInclude>*/pom.xml</pomInclude> | |||||
| </pomIncludes> | |||||
| <properties> | |||||
| <maven.compiler.source>${invoker.maven.compiler.source}</maven.compiler.source> | |||||
| <maven.compiler.target>${invoker.maven.compiler.target}</maven.compiler.target> | |||||
| <https.protocols>${https.protocols}</https.protocols> | |||||
| </properties> | |||||
| <ignoreFailures>${maven.it.failure.ignore}</ignoreFailures> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>integration-test</id> | |||||
| <goals> | |||||
| <goal>install</goal> | |||||
| <goal>integration-test</goal> | |||||
| <goal>verify</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>reporting</id> | |||||
| <reporting> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-invoker-plugin</artifactId> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </reporting> | |||||
| </profile> | |||||
| </profiles> | |||||
| <version>37</version> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.apache.maven.plugins</groupId> | |||||
| <artifactId>placeholder-maven-shade-plugin</artifactId> | |||||
| <version>3.4.1</version> | |||||
| <name>Package maven-shade-plugin</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-shade-plugin</artifactId> | |||||
| <version>3.4.1</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.apache.maven.plugins</groupId> | |||||
| <artifactId>placeholder-maven-surefire-plugin</artifactId> | |||||
| <version>3.0.0-M7</version> | |||||
| <name>Package maven-surefire-plugin</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>3.0.0-M7</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.apache.maven.plugins</groupId> | |||||
| <artifactId>placeholder-maven-surefire-plugin</artifactId> | |||||
| <version>3.0.0-M8</version> | |||||
| <name>Package maven-surefire-plugin</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>3.0.0-M8</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,524 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <parent> | |||||
| <artifactId>maven-parent</artifactId> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <version>36</version> | |||||
| </parent> | |||||
| <groupId>tmp.org.apache.maven.surefire</groupId> | |||||
| <artifactId>placeholder.surefire</artifactId> | |||||
| <version>3.0.0-M7</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>Apache Maven Surefire</name> | |||||
| <description>Surefire is a test framework project. | |||||
| This is the aggregator POM in Apache Maven Surefire project.</description> | |||||
| <url>https://maven.apache.org/surefire/</url> | |||||
| <inceptionYear>2004</inceptionYear> | |||||
| <contributors> | |||||
| <contributor> | |||||
| <name>Jesse Kuhnert</name> | |||||
| </contributor> | |||||
| <contributor> | |||||
| <name>Marvin Froeder</name> | |||||
| <email>marvin@marvinformatics.com</email> | |||||
| </contributor> | |||||
| </contributors> | |||||
| <modules> | |||||
| <module>surefire-shared-utils</module> | |||||
| <module>surefire-logger-api</module> | |||||
| <module>surefire-api</module> | |||||
| <module>surefire-extensions-api</module> | |||||
| <module>surefire-extensions-spi</module> | |||||
| <module>surefire-booter</module> | |||||
| <module>surefire-grouper</module> | |||||
| <module>surefire-providers</module> | |||||
| <module>surefire-shadefire</module> | |||||
| <module>maven-surefire-common</module> | |||||
| <module>surefire-report-parser</module> | |||||
| <module>maven-surefire-plugin</module> | |||||
| <module>maven-failsafe-plugin</module> | |||||
| <module>maven-surefire-report-plugin</module> | |||||
| <module>surefire-its</module> | |||||
| </modules> | |||||
| <scm> | |||||
| <connection>${maven.surefire.scm.devConnection}</connection> | |||||
| <developerConnection>${maven.surefire.scm.devConnection}</developerConnection> | |||||
| <url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url> | |||||
| <tag>surefire-3.0.0-M7</tag> | |||||
| </scm> | |||||
| <issueManagement> | |||||
| <system>jira</system> | |||||
| <url>https://issues.apache.org/jira/browse/SUREFIRE</url> | |||||
| </issueManagement> | |||||
| <ciManagement> | |||||
| <system>Jenkins</system> | |||||
| <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-surefire/</url> | |||||
| </ciManagement> | |||||
| <distributionManagement> | |||||
| <site> | |||||
| <id>apache.website</id> | |||||
| <url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url> | |||||
| </site> | |||||
| </distributionManagement> | |||||
| <properties> | |||||
| <javaVersion>8</javaVersion> | |||||
| <mavenVersion>3.2.5</mavenVersion> | |||||
| <commonsLang3Version>3.12.0</commonsLang3Version> | |||||
| <commonsCompress>1.21</commonsCompress> | |||||
| <commonsIoVersion>2.11.0</commonsIoVersion> | |||||
| <plexus-java-version>1.1.1</plexus-java-version> | |||||
| <mavenSharedUtilsVersion>3.3.4</mavenSharedUtilsVersion> | |||||
| <powermockVersion>2.0.9</powermockVersion> | |||||
| <jacocoVersion>0.8.8</jacocoVersion> | |||||
| <surefire-shared-utils.version>${project.version}</surefire-shared-utils.version> | |||||
| <maven.surefire.scm.devConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-surefire.git</maven.surefire.scm.devConnection> | |||||
| <maven.site.path>surefire-archives/surefire-LATEST</maven.site.path> | |||||
| <maven.compiler.testSource>1.${javaVersion}</maven.compiler.testSource> | |||||
| <maven.compiler.testTarget>1.${javaVersion}</maven.compiler.testTarget> | |||||
| <jvm9ArgsTests /> | |||||
| <jvm.args.tests>${jvm9ArgsTests} -Xms32m -Xmx144m -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true</jvm.args.tests> | |||||
| <project.build.outputTimestamp>2022-06-03T09:23:24Z</project.build.outputTimestamp> | |||||
| </properties> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>junit</groupId> | |||||
| <artifactId>junit</artifactId> | |||||
| <scope>test</scope> | |||||
| <exclusions> | |||||
| <exclusion> | |||||
| <groupId>org.hamcrest</groupId> | |||||
| <artifactId>hamcrest-core</artifactId> | |||||
| </exclusion> | |||||
| </exclusions> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.hamcrest</groupId> | |||||
| <artifactId>hamcrest-library</artifactId> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.assertj</groupId> | |||||
| <artifactId>assertj-core</artifactId> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.commons</groupId> | |||||
| <artifactId>commons-compress</artifactId> | |||||
| <version>${commonsCompress}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.commons</groupId> | |||||
| <artifactId>commons-lang3</artifactId> | |||||
| <version>${commonsLang3Version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>commons-io</groupId> | |||||
| <artifactId>commons-io</artifactId> | |||||
| <version>${commonsIoVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.reporting</groupId> | |||||
| <artifactId>maven-reporting-api</artifactId> | |||||
| <version>3.1.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-core</artifactId> | |||||
| <version>${mavenVersion}</version> | |||||
| <scope>provided</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-plugin-api</artifactId> | |||||
| <version>${mavenVersion}</version> | |||||
| <scope>provided</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-artifact</artifactId> | |||||
| <version>${mavenVersion}</version> | |||||
| <scope>provided</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-model</artifactId> | |||||
| <version>${mavenVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-compat</artifactId> | |||||
| <version>${mavenVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-settings</artifactId> | |||||
| <version>${mavenVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.shared</groupId> | |||||
| <artifactId>maven-shared-utils</artifactId> | |||||
| <version>${mavenSharedUtilsVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.reporting</groupId> | |||||
| <artifactId>maven-reporting-impl</artifactId> | |||||
| <version>3.1.0</version> | |||||
| <exclusions> | |||||
| <exclusion> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-core</artifactId> | |||||
| </exclusion> | |||||
| <exclusion> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-plugin-api</artifactId> | |||||
| </exclusion> | |||||
| </exclusions> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.shared</groupId> | |||||
| <artifactId>maven-common-artifact-filters</artifactId> | |||||
| <version>3.1.1</version> | |||||
| <exclusions> | |||||
| <exclusion> | |||||
| <groupId>org.apache.maven.shared</groupId> | |||||
| <artifactId>maven-shared-utils</artifactId> | |||||
| </exclusion> | |||||
| <exclusion> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-model</artifactId> | |||||
| </exclusion> | |||||
| <exclusion> | |||||
| <groupId>org.sonatype.sisu</groupId> | |||||
| <artifactId>sisu-inject-plexus</artifactId> | |||||
| </exclusion> | |||||
| </exclusions> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>commons-lang</groupId> | |||||
| <artifactId>commons-lang</artifactId> | |||||
| <version>2.6</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.plugin-testing</groupId> | |||||
| <artifactId>maven-plugin-testing-harness</artifactId> | |||||
| <version>3.3.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.xmlunit</groupId> | |||||
| <artifactId>xmlunit-core</artifactId> | |||||
| <version>2.9.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>net.sourceforge.htmlunit</groupId> | |||||
| <artifactId>htmlunit</artifactId> | |||||
| <version>2.57.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.fusesource.jansi</groupId> | |||||
| <artifactId>jansi</artifactId> | |||||
| <version>2.4.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.shared</groupId> | |||||
| <artifactId>maven-verifier</artifactId> | |||||
| <version>1.8.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.codehaus.plexus</groupId> | |||||
| <artifactId>plexus-java</artifactId> | |||||
| <version>${plexus-java-version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.junit.platform</groupId> | |||||
| <artifactId>junit-platform-launcher</artifactId> | |||||
| <version>1.3.2</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.junit.jupiter</groupId> | |||||
| <artifactId>junit-jupiter-engine</artifactId> | |||||
| <version>5.3.2</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.junit.jupiter</groupId> | |||||
| <artifactId>junit-jupiter-params</artifactId> | |||||
| <version>5.3.2</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.mockito</groupId> | |||||
| <artifactId>mockito-core</artifactId> | |||||
| <version>2.28.2</version> | |||||
| <exclusions> | |||||
| <exclusion> | |||||
| <groupId>org.hamcrest</groupId> | |||||
| <artifactId>hamcrest-core</artifactId> | |||||
| </exclusion> | |||||
| </exclusions> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.powermock</groupId> | |||||
| <artifactId>powermock-core</artifactId> | |||||
| <version>${powermockVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.powermock</groupId> | |||||
| <artifactId>powermock-module-junit4</artifactId> | |||||
| <version>${powermockVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.powermock</groupId> | |||||
| <artifactId>powermock-api-mockito2</artifactId> | |||||
| <version>${powermockVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.powermock</groupId> | |||||
| <artifactId>powermock-reflect</artifactId> | |||||
| <version>${powermockVersion}</version> | |||||
| <exclusions> | |||||
| <exclusion> | |||||
| <groupId>org.objenesis</groupId> | |||||
| <artifactId>objenesis</artifactId> | |||||
| </exclusion> | |||||
| </exclusions> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.javassist</groupId> | |||||
| <artifactId>javassist</artifactId> | |||||
| <version>3.29.0-GA</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>junit</groupId> | |||||
| <artifactId>junit</artifactId> | |||||
| <version>4.13.2</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.hamcrest</groupId> | |||||
| <artifactId>hamcrest-library</artifactId> | |||||
| <version>1.3</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.assertj</groupId> | |||||
| <artifactId>assertj-core</artifactId> | |||||
| <version>3.22.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>com.google.code.findbugs</groupId> | |||||
| <artifactId>jsr305</artifactId> | |||||
| <version>3.0.2</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jacoco</groupId> | |||||
| <artifactId>org.jacoco.agent</artifactId> | |||||
| <classifier>runtime</classifier> | |||||
| <version>${jacocoVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>com.googlecode.junit-toolbox</groupId> | |||||
| <artifactId>junit-toolbox</artifactId> | |||||
| <version>2.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.surefire</groupId> | |||||
| <artifactId>surefire</artifactId> | |||||
| <version>3.0.0-M7</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <configuration> | |||||
| <fork>true</fork> | |||||
| <compilerArgs> | |||||
| <arg>-Xdoclint:all</arg> | |||||
| </compilerArgs> | |||||
| <encoding>UTF-8</encoding> | |||||
| <proc>none</proc> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>animal-sniffer-maven-plugin</artifactId> | |||||
| <version>1.21</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>3.0.0-M6</version> | |||||
| <configuration> | |||||
| <useSystemClassLoader>false</useSystemClassLoader> | |||||
| <argLine>${jvm.args.tests}</argLine> | |||||
| <useFile>false</useFile> | |||||
| <redirectTestOutputToFile>false</redirectTestOutputToFile> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <configuration> | |||||
| <preparationGoals>clean install</preparationGoals> | |||||
| <commitByProject>false</commitByProject> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-plugin-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>help-mojo</id> | |||||
| <goals> | |||||
| <goal>helpmojo</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.jacoco</groupId> | |||||
| <artifactId>jacoco-maven-plugin</artifactId> | |||||
| <version>${jacocoVersion}</version> | |||||
| <configuration> | |||||
| <skip>${skipTests}</skip> | |||||
| <formats> | |||||
| <format>HTML</format> | |||||
| </formats> | |||||
| <includes> | |||||
| <include>**/failsafe/*</include> | |||||
| <include>**/failsafe/**/*</include> | |||||
| <include>**/surefire/*</include> | |||||
| <include>**/surefire/**/*</include> | |||||
| </includes> | |||||
| <excludes> | |||||
| <exclude>**/HelpMojo.class</exclude> | |||||
| <exclude>**/shadefire/**/*</exclude> | |||||
| <exclude>org/jacoco/**/*</exclude> | |||||
| <exclude>com/vladium/emma/rt/*</exclude> | |||||
| </excludes> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.rat</groupId> | |||||
| <artifactId>apache-rat-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>rat-check</id> | |||||
| <goals> | |||||
| <goal>check</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <excludes combine.children="append"> | |||||
| <exclude>Jenkinsfile</exclude> | |||||
| <exclude>README.md</exclude> | |||||
| <exclude>.editorconfig</exclude> | |||||
| <exclude>.gitignore</exclude> | |||||
| <exclude>.git/**/*</exclude> | |||||
| <exclude>**/.github/**</exclude> | |||||
| <exclude>**/.idea</exclude> | |||||
| <exclude>**/.svn/**/*</exclude> | |||||
| <exclude>**/*.iml</exclude> | |||||
| <exclude>**/*.ipr</exclude> | |||||
| <exclude>**/*.iws</exclude> | |||||
| <exclude>**/*.versionsBackup</exclude> | |||||
| <exclude>**/dependency-reduced-pom.xml</exclude> | |||||
| <exclude>.repository/**</exclude> | |||||
| <exclude>src/test/resources/**/*</exclude> | |||||
| <exclude>src/test/resources/**/*.css</exclude> | |||||
| <exclude>**/*.jj</exclude> | |||||
| <exclude>src/main/resources/META-INF/services/org.apache.maven.surefire.api.provider.SurefireProvider | |||||
| </exclude> | |||||
| <exclude>DEPENDENCIES</exclude> | |||||
| <exclude>.m2/**</exclude> | |||||
| <exclude>.m2</exclude> | |||||
| <exclude>.travis.yml</exclude> | |||||
| <exclude>.mvn/wrapper/maven-wrapper.properties</exclude> | |||||
| </excludes> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>animal-sniffer-maven-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>signature-check</id> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>check</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <checkTestClasses>true</checkTestClasses> | |||||
| <signature> | |||||
| <groupId>org.codehaus.mojo.signature</groupId> | |||||
| <artifactId>java18</artifactId> | |||||
| <version>1.0</version> | |||||
| </signature> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-checkstyle-plugin</artifactId> | |||||
| <configuration> | |||||
| <includeTestSourceDirectory>true</includeTestSourceDirectory> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.jacoco</groupId> | |||||
| <artifactId>jacoco-maven-plugin</artifactId> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <configuration> | |||||
| <deployAtEnd>true</deployAtEnd> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <reporting> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-report-plugin</artifactId> | |||||
| <version>3.0.0-M6</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </reporting> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>ide-development</id> | |||||
| <properties> | |||||
| <surefire-shared-utils.version>3-SNAPSHOT</surefire-shared-utils.version> | |||||
| </properties> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>jdk9+</id> | |||||
| <activation> | |||||
| <jdk>[9,)</jdk> | |||||
| </activation> | |||||
| <properties> | |||||
| <jvm9ArgsTests>--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.math=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.base/java.util.regex=ALL-UNNAMED --add-opens java.base/java.nio.channels.spi=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/sun.nio.fs=ALL-UNNAMED --add-opens java.base/sun.nio.cs=ALL-UNNAMED --add-opens java.base/java.nio.file=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED</jvm9ArgsTests> | |||||
| </properties> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>reporting</id> | |||||
| <reporting> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-changes-plugin</artifactId> | |||||
| <configuration> | |||||
| <columnNames>Type,Priority,Key,Summary,Resolution</columnNames> | |||||
| <onlyCurrentVersion>true</onlyCurrentVersion> | |||||
| <resolutionIds>Fixed</resolutionIds> | |||||
| <sortColumnNames>type DESC,Priority DESC,Key</sortColumnNames> | |||||
| <maxEntries>1000</maxEntries> | |||||
| <skip>true</skip> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </reporting> | |||||
| </profile> | |||||
| </profiles> | |||||
| </project> | |||||
| @@ -1,524 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <parent> | |||||
| <artifactId>maven-parent</artifactId> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <version>36</version> | |||||
| </parent> | |||||
| <groupId>tmp.org.apache.maven.surefire</groupId> | |||||
| <artifactId>placeholder.surefire</artifactId> | |||||
| <version>3.0.0-M8</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>Apache Maven Surefire</name> | |||||
| <description>Surefire is a test framework project. | |||||
| This is the aggregator POM in Apache Maven Surefire project.</description> | |||||
| <url>https://maven.apache.org/surefire/</url> | |||||
| <inceptionYear>2004</inceptionYear> | |||||
| <contributors> | |||||
| <contributor> | |||||
| <name>Jesse Kuhnert</name> | |||||
| </contributor> | |||||
| <contributor> | |||||
| <name>Marvin Froeder</name> | |||||
| <email>marvin@marvinformatics.com</email> | |||||
| </contributor> | |||||
| </contributors> | |||||
| <modules> | |||||
| <module>surefire-shared-utils</module> | |||||
| <module>surefire-logger-api</module> | |||||
| <module>surefire-api</module> | |||||
| <module>surefire-extensions-api</module> | |||||
| <module>surefire-extensions-spi</module> | |||||
| <module>surefire-booter</module> | |||||
| <module>surefire-grouper</module> | |||||
| <module>surefire-providers</module> | |||||
| <module>surefire-shadefire</module> | |||||
| <module>maven-surefire-common</module> | |||||
| <module>surefire-report-parser</module> | |||||
| <module>maven-surefire-plugin</module> | |||||
| <module>maven-failsafe-plugin</module> | |||||
| <module>maven-surefire-report-plugin</module> | |||||
| <module>surefire-its</module> | |||||
| </modules> | |||||
| <scm> | |||||
| <connection>${maven.surefire.scm.devConnection}</connection> | |||||
| <developerConnection>${maven.surefire.scm.devConnection}</developerConnection> | |||||
| <url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url> | |||||
| <tag>surefire-3.0.0-M8</tag> | |||||
| </scm> | |||||
| <issueManagement> | |||||
| <system>jira</system> | |||||
| <url>https://issues.apache.org/jira/browse/SUREFIRE</url> | |||||
| </issueManagement> | |||||
| <ciManagement> | |||||
| <system>Jenkins</system> | |||||
| <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-surefire/</url> | |||||
| </ciManagement> | |||||
| <distributionManagement> | |||||
| <site> | |||||
| <id>apache.website</id> | |||||
| <url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url> | |||||
| </site> | |||||
| </distributionManagement> | |||||
| <properties> | |||||
| <javaVersion>8</javaVersion> | |||||
| <mavenVersion>3.2.5</mavenVersion> | |||||
| <commonsLang3Version>3.12.0</commonsLang3Version> | |||||
| <commonsCompress>1.21</commonsCompress> | |||||
| <commonsIoVersion>2.11.0</commonsIoVersion> | |||||
| <plexus-java-version>1.1.2</plexus-java-version> | |||||
| <mavenSharedUtilsVersion>3.3.4</mavenSharedUtilsVersion> | |||||
| <powermockVersion>2.0.9</powermockVersion> | |||||
| <jacocoVersion>0.8.8</jacocoVersion> | |||||
| <surefire-shared-utils.version>${project.version}</surefire-shared-utils.version> | |||||
| <maven.surefire.scm.devConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-surefire.git</maven.surefire.scm.devConnection> | |||||
| <maven.site.path>surefire-archives/surefire-LATEST</maven.site.path> | |||||
| <maven.compiler.testSource>1.${javaVersion}</maven.compiler.testSource> | |||||
| <maven.compiler.testTarget>1.${javaVersion}</maven.compiler.testTarget> | |||||
| <jvm9ArgsTests /> | |||||
| <jvm.args.tests>${jvm9ArgsTests} -Xms32m -Xmx144m -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true</jvm.args.tests> | |||||
| <project.build.outputTimestamp>2023-01-07T08:46:00Z</project.build.outputTimestamp> | |||||
| </properties> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>junit</groupId> | |||||
| <artifactId>junit</artifactId> | |||||
| <scope>test</scope> | |||||
| <exclusions> | |||||
| <exclusion> | |||||
| <groupId>org.hamcrest</groupId> | |||||
| <artifactId>hamcrest-core</artifactId> | |||||
| </exclusion> | |||||
| </exclusions> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.hamcrest</groupId> | |||||
| <artifactId>hamcrest-library</artifactId> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.assertj</groupId> | |||||
| <artifactId>assertj-core</artifactId> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.commons</groupId> | |||||
| <artifactId>commons-compress</artifactId> | |||||
| <version>${commonsCompress}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.commons</groupId> | |||||
| <artifactId>commons-lang3</artifactId> | |||||
| <version>${commonsLang3Version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>commons-io</groupId> | |||||
| <artifactId>commons-io</artifactId> | |||||
| <version>${commonsIoVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.reporting</groupId> | |||||
| <artifactId>maven-reporting-api</artifactId> | |||||
| <version>3.1.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-core</artifactId> | |||||
| <version>${mavenVersion}</version> | |||||
| <scope>provided</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-plugin-api</artifactId> | |||||
| <version>${mavenVersion}</version> | |||||
| <scope>provided</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-artifact</artifactId> | |||||
| <version>${mavenVersion}</version> | |||||
| <scope>provided</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-model</artifactId> | |||||
| <version>${mavenVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-compat</artifactId> | |||||
| <version>${mavenVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-settings</artifactId> | |||||
| <version>${mavenVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.shared</groupId> | |||||
| <artifactId>maven-shared-utils</artifactId> | |||||
| <version>${mavenSharedUtilsVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.reporting</groupId> | |||||
| <artifactId>maven-reporting-impl</artifactId> | |||||
| <version>3.2.0</version> | |||||
| <exclusions> | |||||
| <exclusion> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-core</artifactId> | |||||
| </exclusion> | |||||
| <exclusion> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-plugin-api</artifactId> | |||||
| </exclusion> | |||||
| </exclusions> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.shared</groupId> | |||||
| <artifactId>maven-common-artifact-filters</artifactId> | |||||
| <version>3.1.1</version> | |||||
| <exclusions> | |||||
| <exclusion> | |||||
| <groupId>org.apache.maven.shared</groupId> | |||||
| <artifactId>maven-shared-utils</artifactId> | |||||
| </exclusion> | |||||
| <exclusion> | |||||
| <groupId>org.apache.maven</groupId> | |||||
| <artifactId>maven-model</artifactId> | |||||
| </exclusion> | |||||
| <exclusion> | |||||
| <groupId>org.sonatype.sisu</groupId> | |||||
| <artifactId>sisu-inject-plexus</artifactId> | |||||
| </exclusion> | |||||
| </exclusions> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>commons-lang</groupId> | |||||
| <artifactId>commons-lang</artifactId> | |||||
| <version>2.6</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.plugin-testing</groupId> | |||||
| <artifactId>maven-plugin-testing-harness</artifactId> | |||||
| <version>3.3.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.xmlunit</groupId> | |||||
| <artifactId>xmlunit-core</artifactId> | |||||
| <version>2.9.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>net.sourceforge.htmlunit</groupId> | |||||
| <artifactId>htmlunit</artifactId> | |||||
| <version>2.57.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.fusesource.jansi</groupId> | |||||
| <artifactId>jansi</artifactId> | |||||
| <version>2.4.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.shared</groupId> | |||||
| <artifactId>maven-verifier</artifactId> | |||||
| <version>1.8.0</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.codehaus.plexus</groupId> | |||||
| <artifactId>plexus-java</artifactId> | |||||
| <version>${plexus-java-version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.junit.platform</groupId> | |||||
| <artifactId>junit-platform-launcher</artifactId> | |||||
| <version>1.3.2</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.junit.jupiter</groupId> | |||||
| <artifactId>junit-jupiter-engine</artifactId> | |||||
| <version>5.3.2</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.junit.jupiter</groupId> | |||||
| <artifactId>junit-jupiter-params</artifactId> | |||||
| <version>5.3.2</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.mockito</groupId> | |||||
| <artifactId>mockito-core</artifactId> | |||||
| <version>2.28.2</version> | |||||
| <exclusions> | |||||
| <exclusion> | |||||
| <groupId>org.hamcrest</groupId> | |||||
| <artifactId>hamcrest-core</artifactId> | |||||
| </exclusion> | |||||
| </exclusions> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.powermock</groupId> | |||||
| <artifactId>powermock-core</artifactId> | |||||
| <version>${powermockVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.powermock</groupId> | |||||
| <artifactId>powermock-module-junit4</artifactId> | |||||
| <version>${powermockVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.powermock</groupId> | |||||
| <artifactId>powermock-api-mockito2</artifactId> | |||||
| <version>${powermockVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.powermock</groupId> | |||||
| <artifactId>powermock-reflect</artifactId> | |||||
| <version>${powermockVersion}</version> | |||||
| <exclusions> | |||||
| <exclusion> | |||||
| <groupId>org.objenesis</groupId> | |||||
| <artifactId>objenesis</artifactId> | |||||
| </exclusion> | |||||
| </exclusions> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.javassist</groupId> | |||||
| <artifactId>javassist</artifactId> | |||||
| <version>3.29.0-GA</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>junit</groupId> | |||||
| <artifactId>junit</artifactId> | |||||
| <version>4.13.2</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.hamcrest</groupId> | |||||
| <artifactId>hamcrest-library</artifactId> | |||||
| <version>1.3</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.assertj</groupId> | |||||
| <artifactId>assertj-core</artifactId> | |||||
| <version>3.23.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>com.google.code.findbugs</groupId> | |||||
| <artifactId>jsr305</artifactId> | |||||
| <version>3.0.2</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jacoco</groupId> | |||||
| <artifactId>org.jacoco.agent</artifactId> | |||||
| <classifier>runtime</classifier> | |||||
| <version>${jacocoVersion}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>com.googlecode.junit-toolbox</groupId> | |||||
| <artifactId>junit-toolbox</artifactId> | |||||
| <version>2.4</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.apache.maven.surefire</groupId> | |||||
| <artifactId>surefire</artifactId> | |||||
| <version>3.0.0-M8</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <configuration> | |||||
| <fork>true</fork> | |||||
| <compilerArgs> | |||||
| <arg>-Xdoclint:all</arg> | |||||
| </compilerArgs> | |||||
| <encoding>UTF-8</encoding> | |||||
| <proc>none</proc> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>animal-sniffer-maven-plugin</artifactId> | |||||
| <version>1.21</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>3.0.0-M7</version> | |||||
| <configuration> | |||||
| <useSystemClassLoader>false</useSystemClassLoader> | |||||
| <argLine>${jvm.args.tests}</argLine> | |||||
| <useFile>false</useFile> | |||||
| <redirectTestOutputToFile>false</redirectTestOutputToFile> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <configuration> | |||||
| <preparationGoals>clean install</preparationGoals> | |||||
| <commitByProject>false</commitByProject> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-plugin-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>help-mojo</id> | |||||
| <goals> | |||||
| <goal>helpmojo</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.jacoco</groupId> | |||||
| <artifactId>jacoco-maven-plugin</artifactId> | |||||
| <version>${jacocoVersion}</version> | |||||
| <configuration> | |||||
| <skip>${skipTests}</skip> | |||||
| <formats> | |||||
| <format>HTML</format> | |||||
| </formats> | |||||
| <includes> | |||||
| <include>**/failsafe/*</include> | |||||
| <include>**/failsafe/**/*</include> | |||||
| <include>**/surefire/*</include> | |||||
| <include>**/surefire/**/*</include> | |||||
| </includes> | |||||
| <excludes> | |||||
| <exclude>**/HelpMojo.class</exclude> | |||||
| <exclude>**/shadefire/**/*</exclude> | |||||
| <exclude>org/jacoco/**/*</exclude> | |||||
| <exclude>com/vladium/emma/rt/*</exclude> | |||||
| </excludes> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.rat</groupId> | |||||
| <artifactId>apache-rat-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>rat-check</id> | |||||
| <goals> | |||||
| <goal>check</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <excludes combine.children="append"> | |||||
| <exclude>Jenkinsfile</exclude> | |||||
| <exclude>README.md</exclude> | |||||
| <exclude>.editorconfig</exclude> | |||||
| <exclude>.gitignore</exclude> | |||||
| <exclude>.git/**/*</exclude> | |||||
| <exclude>**/.github/**</exclude> | |||||
| <exclude>**/.idea</exclude> | |||||
| <exclude>**/.svn/**/*</exclude> | |||||
| <exclude>**/*.iml</exclude> | |||||
| <exclude>**/*.ipr</exclude> | |||||
| <exclude>**/*.iws</exclude> | |||||
| <exclude>**/*.versionsBackup</exclude> | |||||
| <exclude>**/dependency-reduced-pom.xml</exclude> | |||||
| <exclude>.repository/**</exclude> | |||||
| <exclude>src/test/resources/**/*</exclude> | |||||
| <exclude>src/test/resources/**/*.css</exclude> | |||||
| <exclude>**/*.jj</exclude> | |||||
| <exclude>src/main/resources/META-INF/services/org.apache.maven.surefire.api.provider.SurefireProvider | |||||
| </exclude> | |||||
| <exclude>DEPENDENCIES</exclude> | |||||
| <exclude>.m2/**</exclude> | |||||
| <exclude>.m2</exclude> | |||||
| <exclude>.travis.yml</exclude> | |||||
| <exclude>.mvn/wrapper/maven-wrapper.properties</exclude> | |||||
| </excludes> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>animal-sniffer-maven-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>signature-check</id> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>check</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <checkTestClasses>true</checkTestClasses> | |||||
| <signature> | |||||
| <groupId>org.codehaus.mojo.signature</groupId> | |||||
| <artifactId>java18</artifactId> | |||||
| <version>1.0</version> | |||||
| </signature> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-checkstyle-plugin</artifactId> | |||||
| <configuration> | |||||
| <includeTestSourceDirectory>true</includeTestSourceDirectory> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.jacoco</groupId> | |||||
| <artifactId>jacoco-maven-plugin</artifactId> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <configuration> | |||||
| <deployAtEnd>true</deployAtEnd> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <reporting> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-report-plugin</artifactId> | |||||
| <version>3.0.0-M7</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </reporting> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>ide-development</id> | |||||
| <properties> | |||||
| <surefire-shared-utils.version>3-SNAPSHOT</surefire-shared-utils.version> | |||||
| </properties> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>jdk9+</id> | |||||
| <activation> | |||||
| <jdk>[9,)</jdk> | |||||
| </activation> | |||||
| <properties> | |||||
| <jvm9ArgsTests>--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.math=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.base/java.util.regex=ALL-UNNAMED --add-opens java.base/java.nio.channels.spi=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/sun.nio.fs=ALL-UNNAMED --add-opens java.base/sun.nio.cs=ALL-UNNAMED --add-opens java.base/java.nio.file=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED</jvm9ArgsTests> | |||||
| </properties> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>reporting</id> | |||||
| <reporting> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-changes-plugin</artifactId> | |||||
| <configuration> | |||||
| <columnNames>Type,Priority,Key,Summary,Resolution</columnNames> | |||||
| <onlyCurrentVersion>true</onlyCurrentVersion> | |||||
| <resolutionIds>Fixed</resolutionIds> | |||||
| <sortColumnNames>type DESC,Priority DESC,Key</sortColumnNames> | |||||
| <maxEntries>1000</maxEntries> | |||||
| <skip>true</skip> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </reporting> | |||||
| </profile> | |||||
| </profiles> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.apache.sshd</groupId> | |||||
| <artifactId>placeholder-sshd-common</artifactId> | |||||
| <version>2.9.2</version> | |||||
| <name>Package sshd-common</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.sshd</groupId> | |||||
| <artifactId>sshd-common</artifactId> | |||||
| <version>2.9.2</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.apache.sshd</groupId> | |||||
| <artifactId>placeholder-sshd-core</artifactId> | |||||
| <version>2.9.2</version> | |||||
| <name>Package sshd-core</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.sshd</groupId> | |||||
| <artifactId>sshd-core</artifactId> | |||||
| <version>2.9.2</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.apache.sshd</groupId> | |||||
| <artifactId>placeholder-sshd-ldap</artifactId> | |||||
| <version>2.9.2</version> | |||||
| <name>Package sshd-ldap</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.sshd</groupId> | |||||
| <artifactId>sshd-ldap</artifactId> | |||||
| <version>2.9.2</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.apache.sshd</groupId> | |||||
| <artifactId>placeholder-sshd-scp</artifactId> | |||||
| <version>2.9.2</version> | |||||
| <name>Package sshd-scp</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.sshd</groupId> | |||||
| <artifactId>sshd-scp</artifactId> | |||||
| <version>2.9.2</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.apache.sshd</groupId> | |||||
| <artifactId>placeholder-sshd-sftp</artifactId> | |||||
| <version>2.9.2</version> | |||||
| <name>Package sshd-sftp</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.apache.sshd</groupId> | |||||
| <artifactId>sshd-sftp</artifactId> | |||||
| <version>2.9.2</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.asciidoctor</groupId> | |||||
| <artifactId>placeholder-asciidoctor-maven-plugin</artifactId> | |||||
| <version>2.2.2</version> | |||||
| <name>Package asciidoctor-maven-plugin</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.asciidoctor</groupId> | |||||
| <artifactId>asciidoctor-maven-plugin</artifactId> | |||||
| <version>2.2.2</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.asciidoctor</groupId> | |||||
| <artifactId>placeholder-asciidoctorj</artifactId> | |||||
| <version>2.5.7</version> | |||||
| <name>Package asciidoctorj</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.asciidoctor</groupId> | |||||
| <artifactId>asciidoctorj</artifactId> | |||||
| <version>2.5.7</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.asciidoctor</groupId> | |||||
| <artifactId>placeholder-asciidoctorj-api</artifactId> | |||||
| <version>2.5.7</version> | |||||
| <name>Package asciidoctorj-api</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.asciidoctor</groupId> | |||||
| <artifactId>asciidoctorj-api</artifactId> | |||||
| <version>2.5.7</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.asciidoctor</groupId> | |||||
| <artifactId>placeholder-asciidoctorj-diagram</artifactId> | |||||
| <version>2.2.3</version> | |||||
| <name>Package asciidoctorj-diagram</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.asciidoctor</groupId> | |||||
| <artifactId>asciidoctorj-diagram</artifactId> | |||||
| <version>2.2.3</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.asciidoctor</groupId> | |||||
| <artifactId>placeholder-asciidoctorj-diagram-plantuml</artifactId> | |||||
| <version>1.2022.5</version> | |||||
| <name>Package asciidoctorj-diagram-plantuml</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.asciidoctor</groupId> | |||||
| <artifactId>asciidoctorj-diagram-plantuml</artifactId> | |||||
| <version>1.2022.5</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.asciidoctor</groupId> | |||||
| <artifactId>placeholder-asciidoctorj-pdf</artifactId> | |||||
| <version>2.3.4</version> | |||||
| <name>Package asciidoctorj-pdf</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.asciidoctor</groupId> | |||||
| <artifactId>asciidoctorj-pdf</artifactId> | |||||
| <version>2.3.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.asciidoctor</groupId> | |||||
| <artifactId>placeholder-asciidoctorj-revealjs</artifactId> | |||||
| <version>4.1.0</version> | |||||
| <name>Package asciidoctorj-revealjs</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.asciidoctor</groupId> | |||||
| <artifactId>asciidoctorj-revealjs</artifactId> | |||||
| <version>4.1.0</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.asciidoctor</groupId> | |||||
| <artifactId>placeholder-asciidoctorj-test-support</artifactId> | |||||
| <version>2.5.7</version> | |||||
| <name>Package asciidoctorj-test-support</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.asciidoctor</groupId> | |||||
| <artifactId>asciidoctorj-test-support</artifactId> | |||||
| <version>2.5.7</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,267 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <groupId>tmp.org.eclipse.ee4j</groupId> | |||||
| <artifactId>placeholder.project</artifactId> | |||||
| <version>1.0.6</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>EE4J Project</name> | |||||
| <url>https://projects.eclipse.org/projects/ee4j</url> | |||||
| <description> | |||||
| Eclipse Enterprise for Java (EE4J) is an open source initiative to create standard APIs, | |||||
| implementations of those APIs, and technology compatibility kits for Java runtimes | |||||
| that enable development, deployment, and management of server-side and cloud-native applications. | |||||
| </description> | |||||
| <organization> | |||||
| <name>Eclipse Foundation</name> | |||||
| <url>https://www.eclipse.org</url> | |||||
| </organization> | |||||
| <inceptionYear>2017</inceptionYear> | |||||
| <developers> | |||||
| <developer> | |||||
| <id>eclipseee4j</id> | |||||
| <name>Eclipse EE4J Developers</name> | |||||
| <organization>Eclipse Foundation</organization> | |||||
| <email>ee4j-pmc@eclipse.org</email> | |||||
| </developer> | |||||
| </developers> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>Eclipse Public License v. 2.0</name> | |||||
| <url>https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt</url> | |||||
| <distribution>repo</distribution> | |||||
| </license> | |||||
| <license> | |||||
| <name>GNU General Public License, version 2 with the GNU Classpath Exception</name> | |||||
| <url>https://www.gnu.org/software/classpath/license.html</url> | |||||
| <distribution>repo</distribution> | |||||
| </license> | |||||
| </licenses> | |||||
| <issueManagement> | |||||
| <system>GitHub Issues</system> | |||||
| <url>https://github.com/eclipse-ee4j/ee4j/issues</url> | |||||
| </issueManagement> | |||||
| <scm> | |||||
| <connection>scm:git:git@github.com:eclipse-ee4j/ee4j.git</connection> | |||||
| <developerConnection>scm:git:git@github.com:eclipse-ee4j/ee4j.git</developerConnection> | |||||
| <url>https://github.com/eclipse-ee4j/ee4j</url> | |||||
| </scm> | |||||
| <mailingLists> | |||||
| <mailingList> | |||||
| <name>Community discussions</name> | |||||
| <post>jakarta.ee-community@eclipse.org</post> | |||||
| <subscribe>https://accounts.eclipse.org/mailing-list/jakarta.ee-community</subscribe> | |||||
| <unsubscribe>https://accounts.eclipse.org/mailing-list/jakarta.ee-community</unsubscribe> | |||||
| <archive>https://dev.eclipse.org/mhonarc/lists/jakarta.ee-community/</archive> | |||||
| <otherArchives> | |||||
| <otherArchive>http://dev.eclipse.org/mhonarc/lists/jakarta.ee-community/maillist.rss</otherArchive> | |||||
| </otherArchives> | |||||
| </mailingList> | |||||
| <mailingList> | |||||
| <name>PMC discussions</name> | |||||
| <post>ee4j-pmc@eclipse.org</post> | |||||
| <subscribe>https://accounts.eclipse.org/mailing-list/ee4j-pmc</subscribe> | |||||
| <unsubscribe>https://accounts.eclipse.org/mailing-list/ee4j-pmc</unsubscribe> | |||||
| <archive>https://dev.eclipse.org/mhonarc/lists/ee4j-pmc/</archive> | |||||
| <otherArchives> | |||||
| <otherArchive>http://dev.eclipse.org/mhonarc/lists/ee4j-pmc/maillist.rss</otherArchive> | |||||
| </otherArchives> | |||||
| </mailingList> | |||||
| </mailingLists> | |||||
| <properties> | |||||
| <sonatypeOssDistMgmtNexusUrl>https://jakarta.oss.sonatype.org/</sonatypeOssDistMgmtNexusUrl> | |||||
| <sonatypeOssDistMgmtSnapshotsUrl>${sonatypeOssDistMgmtNexusUrl}content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl> | |||||
| <sonatypeOssDistMgmtStagingUrl>${sonatypeOssDistMgmtNexusUrl}content/repositories/staging/</sonatypeOssDistMgmtStagingUrl> | |||||
| <sonatypeOssDistMgmtReleasesUrl>${sonatypeOssDistMgmtNexusUrl}service/local/staging/deploy/maven2/</sonatypeOssDistMgmtReleasesUrl> | |||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||||
| <release.arguments /> | |||||
| </properties> | |||||
| <distributionManagement> | |||||
| <snapshotRepository> | |||||
| <id>ossrh</id> | |||||
| <name>Sonatype Nexus Snapshots</name> | |||||
| <url>${sonatypeOssDistMgmtSnapshotsUrl}</url> | |||||
| </snapshotRepository> | |||||
| <repository> | |||||
| <id>ossrh</id> | |||||
| <name>Sonatype Nexus Releases</name> | |||||
| <url>${sonatypeOssDistMgmtReleasesUrl}</url> | |||||
| </repository> | |||||
| </distributionManagement> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <version>2.5.3</version> | |||||
| <configuration> | |||||
| <mavenExecutorId>forked-path</mavenExecutorId> | |||||
| <useReleaseProfile>false</useReleaseProfile> | |||||
| <arguments>-Poss-release ${release.arguments}</arguments> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.sonatype.plugins</groupId> | |||||
| <artifactId>nexus-staging-maven-plugin</artifactId> | |||||
| <version>1.6.8</version> | |||||
| <configuration> | |||||
| <serverId>ossrh</serverId> | |||||
| <nexusUrl>${sonatypeOssDistMgmtNexusUrl}</nexusUrl> | |||||
| <autoReleaseAfterClose>false</autoReleaseAfterClose> | |||||
| <skipNexusStagingDeployMojo>${maven.deploy.skip}</skipNexusStagingDeployMojo> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| </build> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>oss-release</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>enforce-maven</id> | |||||
| <goals> | |||||
| <goal>enforce</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <rules> | |||||
| <requireMavenVersion> | |||||
| <version>[3.0.4,)</version> | |||||
| <message>Maven 3.0 through 3.0.3 inclusive does not pass | |||||
| correct settings.xml to Maven Release Plugin.</message> | |||||
| </requireMavenVersion> | |||||
| </rules> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <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> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-javadocs</id> | |||||
| <goals> | |||||
| <goal>jar</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>1.6</version> | |||||
| <configuration> | |||||
| <gpgArguments> | |||||
| <arg>--pinentry-mode</arg> | |||||
| <arg>loopback</arg> | |||||
| </gpgArguments> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>sign-artifacts</id> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>sign</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.sonatype.plugins</groupId> | |||||
| <artifactId>nexus-staging-maven-plugin</artifactId> | |||||
| <extensions>true</extensions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>snapshots</id> | |||||
| <activation> | |||||
| <activeByDefault>false</activeByDefault> | |||||
| </activation> | |||||
| <repositories> | |||||
| <repository> | |||||
| <id>sonatype-nexus-snapshots</id> | |||||
| <name>Sonatype Nexus Snapshots</name> | |||||
| <url>${sonatypeOssDistMgmtSnapshotsUrl}</url> | |||||
| <releases> | |||||
| <enabled>false</enabled> | |||||
| </releases> | |||||
| <snapshots> | |||||
| <enabled>true</enabled> | |||||
| </snapshots> | |||||
| </repository> | |||||
| </repositories> | |||||
| <pluginRepositories> | |||||
| <pluginRepository> | |||||
| <id>sonatype-nexus-snapshots</id> | |||||
| <name>Sonatype Nexus Snapshots</name> | |||||
| <url>${sonatypeOssDistMgmtSnapshotsUrl}</url> | |||||
| <releases> | |||||
| <enabled>false</enabled> | |||||
| </releases> | |||||
| <snapshots> | |||||
| <enabled>true</enabled> | |||||
| </snapshots> | |||||
| </pluginRepository> | |||||
| </pluginRepositories> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>staging</id> | |||||
| <activation> | |||||
| <activeByDefault>false</activeByDefault> | |||||
| </activation> | |||||
| <repositories> | |||||
| <repository> | |||||
| <id>sonatype-nexus-staging</id> | |||||
| <name>Sonatype Nexus Staging</name> | |||||
| <url>${sonatypeOssDistMgmtStagingUrl}</url> | |||||
| <releases> | |||||
| <enabled>true</enabled> | |||||
| </releases> | |||||
| <snapshots> | |||||
| <enabled>false</enabled> | |||||
| </snapshots> | |||||
| </repository> | |||||
| </repositories> | |||||
| <pluginRepositories> | |||||
| <pluginRepository> | |||||
| <id>sonatype-nexus-staging</id> | |||||
| <name>Sonatype Nexus Staging</name> | |||||
| <url>${sonatypeOssDistMgmtStagingUrl}</url> | |||||
| <releases> | |||||
| <enabled>true</enabled> | |||||
| </releases> | |||||
| <snapshots> | |||||
| <enabled>false</enabled> | |||||
| </snapshots> | |||||
| </pluginRepository> | |||||
| </pluginRepositories> | |||||
| </profile> | |||||
| </profiles> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.eclipse.ee4j</groupId> | |||||
| <artifactId>project</artifactId> | |||||
| <version>1.0.6</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.eclipse.sisu</groupId> | |||||
| <artifactId>placeholder-org.eclipse.sisu.inject</artifactId> | |||||
| <version>0.3.5</version> | |||||
| <name>Package org.eclipse.sisu.inject</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.eclipse.sisu</groupId> | |||||
| <artifactId>org.eclipse.sisu.inject</artifactId> | |||||
| <version>0.3.5</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.eclipse.sisu</groupId> | |||||
| <artifactId>placeholder-org.eclipse.sisu.plexus</artifactId> | |||||
| <version>0.3.5</version> | |||||
| <name>Package org.eclipse.sisu.plexus</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.eclipse.sisu</groupId> | |||||
| <artifactId>org.eclipse.sisu.plexus</artifactId> | |||||
| <version>0.3.5</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,385 +0,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 http://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>tmp.org.eclipse.sisu</groupId> | |||||
| <artifactId>placeholder.sisu-inject</artifactId> | |||||
| <version>0.3.5</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>Sisu Inject</name> | |||||
| <description>JSR330-based container; supports classpath scanning, auto-binding, and dynamic auto-wiring</description> | |||||
| <url>http://www.eclipse.org/sisu/</url> | |||||
| <inceptionYear>2010</inceptionYear> | |||||
| <organization> | |||||
| <name>The Eclipse Foundation</name> | |||||
| <url>http://www.eclipse.org/</url> | |||||
| </organization> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>Eclipse Public License, Version 1.0</name> | |||||
| <url>http://www.eclipse.org/legal/epl-v10.html</url> | |||||
| <distribution>repo</distribution> | |||||
| </license> | |||||
| </licenses> | |||||
| <mailingLists> | |||||
| <mailingList> | |||||
| <name>Sisu Developers List</name> | |||||
| <subscribe>sisu-dev-subscribe@eclipse.org</subscribe> | |||||
| <unsubscribe>sisu-dev-unsubscribe@eclipse.org</unsubscribe> | |||||
| <post>sisu-dev@eclipse.org</post> | |||||
| <archive>http://dev.eclipse.org/mhonarc/lists/sisu-dev/</archive> | |||||
| </mailingList> | |||||
| <mailingList> | |||||
| <name>Sisu Users List</name> | |||||
| <subscribe>sisu-users-subscribe@eclipse.org</subscribe> | |||||
| <unsubscribe>sisu-users-unsubscribe@eclipse.org</unsubscribe> | |||||
| <post>sisu-users@eclipse.org</post> | |||||
| <archive>http://dev.eclipse.org/mhonarc/lists/sisu-users/</archive> | |||||
| </mailingList> | |||||
| </mailingLists> | |||||
| <prerequisites> | |||||
| <maven>3.0.4</maven> | |||||
| </prerequisites> | |||||
| <modules> | |||||
| <module>org.eclipse.sisu.inject</module> | |||||
| <module>org.eclipse.sisu.inject.extender</module> | |||||
| <module>org.eclipse.sisu.inject.tests</module> | |||||
| <module>org.eclipse.sisu.inject.site</module> | |||||
| </modules> | |||||
| <scm> | |||||
| <connection>scm:git:git://git.eclipse.org/gitroot/sisu/org.eclipse.sisu.inject.git</connection> | |||||
| <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/sisu/org.eclipse.sisu.inject.git</developerConnection> | |||||
| <url>http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/tree/</url> | |||||
| </scm> | |||||
| <issueManagement> | |||||
| <system>bugzilla</system> | |||||
| <url>https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Sisu&component=Inject&format=guided</url> | |||||
| </issueManagement> | |||||
| <ciManagement> | |||||
| <system>Hudson</system> | |||||
| <url>https://hudson.eclipse.org/sisu/job/sisu-inject-nightly/</url> | |||||
| </ciManagement> | |||||
| <properties> | |||||
| <maven.compiler.source>1.6</maven.compiler.source> | |||||
| <maven.compiler.target>1.6</maven.compiler.target> | |||||
| <tycho.scmUrl>scm:git:http://git.eclipse.org/gitroot/sisu/org.eclipse.sisu.inject.git</tycho.scmUrl> | |||||
| <tycho-version>0.22.0</tycho-version> | |||||
| </properties> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>animal-sniffer-maven-plugin</artifactId> | |||||
| <version>1.11</version> | |||||
| <configuration> | |||||
| <signature> | |||||
| <groupId>org.codehaus.mojo.signature</groupId> | |||||
| <artifactId>java16</artifactId> | |||||
| <version>1.1</version> | |||||
| </signature> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>check-java6</id> | |||||
| <phase>package</phase> | |||||
| <goals> | |||||
| <goal>check</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <version>1.3.1</version> | |||||
| <configuration> | |||||
| <rules> | |||||
| <enforceBytecodeVersion> | |||||
| <maxJdkVersion>1.6</maxJdkVersion> | |||||
| </enforceBytecodeVersion> | |||||
| </rules> | |||||
| </configuration> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>extra-enforcer-rules</artifactId> | |||||
| <version>1.0-beta-3</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>target-platform-configuration</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| <configuration> | |||||
| <executionEnvironment>JavaSE-1.6</executionEnvironment> | |||||
| <target> | |||||
| <artifact> | |||||
| <groupId>org.eclipse.sisu</groupId> | |||||
| <artifactId>org.eclipse.sisu.inject</artifactId> | |||||
| <version>${project.version}</version> | |||||
| <classifier>build</classifier> | |||||
| </artifact> | |||||
| </target> | |||||
| <environments> | |||||
| <environment> | |||||
| <os>win32</os> | |||||
| <ws>win32</ws> | |||||
| <arch>x86</arch> | |||||
| </environment> | |||||
| <environment> | |||||
| <os>linux</os> | |||||
| <ws>gtk</ws> | |||||
| <arch>x86_64</arch> | |||||
| </environment> | |||||
| <environment> | |||||
| <os>macosx</os> | |||||
| <ws>cocoa</ws> | |||||
| <arch>x86_64</arch> | |||||
| </environment> | |||||
| </environments> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>tycho-compiler-plugin</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>tycho-maven-plugin</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>tycho-p2-plugin</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>tycho-p2-publisher-plugin</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>tycho-p2-repository-plugin</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>tycho-packaging-plugin</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| <configuration> | |||||
| <archive> | |||||
| <addMavenDescriptor>false</addMavenDescriptor> | |||||
| </archive> | |||||
| <sourceReferences> | |||||
| <generate>true</generate> | |||||
| </sourceReferences> | |||||
| </configuration> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.eclipse.tycho.extras</groupId> | |||||
| <artifactId>tycho-sourceref-jgit</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>tycho-source-plugin</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>plugin-source</id> | |||||
| <goals> | |||||
| <goal>plugin-source</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-clean-plugin</artifactId> | |||||
| <version>2.6</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-resources-plugin</artifactId> | |||||
| <version>2.7</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <version>3.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.jacoco</groupId> | |||||
| <artifactId>jacoco-maven-plugin</artifactId> | |||||
| <version>0.7.2.201409121644</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>2.17</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <version>2.5</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-install-plugin</artifactId> | |||||
| <version>2.5.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <version>2.8.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.sonatype.plugins</groupId> | |||||
| <artifactId>nexus-staging-maven-plugin</artifactId> | |||||
| <version>1.6.4</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <version>2.5.1</version> | |||||
| <configuration> | |||||
| <dryRun>true</dryRun> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <version>2.10.1</version> | |||||
| <configuration> | |||||
| <docletArtifact> | |||||
| <groupId>com.google.doclava</groupId> | |||||
| <artifactId>doclava</artifactId> | |||||
| <version>1.0.6</version> | |||||
| </docletArtifact> | |||||
| <doclet>com.google.doclava.Doclava</doclet> | |||||
| <bootclasspath>${sun.boot.class.path}:${basedir}/../doclava/api/nullable.zip</bootclasspath> | |||||
| <excludePackageNames>*.internal,*.asm</excludePackageNames> | |||||
| <additionalparam> | |||||
| -quiet | |||||
| -federate JDK http://docs.oracle.com/javase/6/docs/api/index.html? | |||||
| -federationxml JDK http://doclava.googlecode.com/svn/static/api/openjdk-6.xml | |||||
| -federate Guice http://google-guice.googlecode.com/git-history/3.0/javadoc | |||||
| -federate OSGi http://www.osgi.org/javadoc/r4v42/index.html? | |||||
| -federationxml OSGi ${basedir}/../doclava/api/osgi.xml | |||||
| -hdf project.name "${project.name}" | |||||
| -overview ${basedir}/overview.html | |||||
| -templatedir ${basedir}/../doclava | |||||
| -d ${project.build.directory}/apidocs | |||||
| </additionalparam> | |||||
| <useStandardDocletOptions>false</useStandardDocletOptions> | |||||
| <additionalJOption>-J-Xmx1024m</additionalJOption> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <version>3.4</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| </build> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>m2e</id> | |||||
| <activation> | |||||
| <property> | |||||
| <name>m2e.version</name> | |||||
| </property> | |||||
| </activation> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <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-enforcer-plugin</artifactId> | |||||
| <versionRange>[1.0,)</versionRange> | |||||
| <goals> | |||||
| <goal>enforce</goal> | |||||
| </goals> | |||||
| </pluginExecutionFilter> | |||||
| <action> | |||||
| <ignore /> | |||||
| </action> | |||||
| </pluginExecution> | |||||
| <pluginExecution> | |||||
| <pluginExecutionFilter> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>build-helper-maven-plugin</artifactId> | |||||
| <versionRange>[1.0,)</versionRange> | |||||
| <goals> | |||||
| <goal>attach-artifact</goal> | |||||
| </goals> | |||||
| </pluginExecutionFilter> | |||||
| <action> | |||||
| <ignore /> | |||||
| </action> | |||||
| </pluginExecution> | |||||
| <pluginExecution> | |||||
| <pluginExecutionFilter> | |||||
| <groupId>org.jacoco</groupId> | |||||
| <artifactId>jacoco-maven-plugin</artifactId> | |||||
| <versionRange>[0.6,)</versionRange> | |||||
| <goals> | |||||
| <goal>prepare-agent</goal> | |||||
| </goals> | |||||
| </pluginExecutionFilter> | |||||
| <action> | |||||
| <ignore /> | |||||
| </action> | |||||
| </pluginExecution> | |||||
| </pluginExecutions> | |||||
| </lifecycleMappingMetadata> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>sonatype-oss-release</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>1.5</version> | |||||
| <configuration> | |||||
| <passphrase>${gpg.passphrase}</passphrase> | |||||
| <useAgent>true</useAgent> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <version>2.10.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <extensions>true</extensions> | |||||
| <groupId>org.sonatype.plugins</groupId> | |||||
| <artifactId>nexus-staging-maven-plugin</artifactId> | |||||
| <configuration> | |||||
| <nexusUrl>https://oss.sonatype.org/</nexusUrl> | |||||
| <serverId>sonatype-nexus-staging</serverId> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.eclipse.sisu</groupId> | |||||
| <artifactId>sisu-inject</artifactId> | |||||
| <version>0.3.5</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,369 +0,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 http://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>tmp.org.eclipse.sisu</groupId> | |||||
| <artifactId>placeholder.sisu-plexus</artifactId> | |||||
| <version>0.3.5</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>Sisu Plexus</name> | |||||
| <description>Plexus-JSR330 adapter; adds Plexus support to the Sisu-Inject container</description> | |||||
| <url>http://www.eclipse.org/sisu/</url> | |||||
| <inceptionYear>2010</inceptionYear> | |||||
| <organization> | |||||
| <name>The Eclipse Foundation</name> | |||||
| <url>http://www.eclipse.org/</url> | |||||
| </organization> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>Eclipse Public License, Version 1.0</name> | |||||
| <url>http://www.eclipse.org/legal/epl-v10.html</url> | |||||
| <distribution>repo</distribution> | |||||
| </license> | |||||
| </licenses> | |||||
| <mailingLists> | |||||
| <mailingList> | |||||
| <name>Sisu Developers List</name> | |||||
| <subscribe>sisu-dev-subscribe@eclipse.org</subscribe> | |||||
| <unsubscribe>sisu-dev-unsubscribe@eclipse.org</unsubscribe> | |||||
| <post>sisu-dev@eclipse.org</post> | |||||
| <archive>http://dev.eclipse.org/mhonarc/lists/sisu-dev/</archive> | |||||
| </mailingList> | |||||
| <mailingList> | |||||
| <name>Sisu Users List</name> | |||||
| <subscribe>sisu-users-subscribe@eclipse.org</subscribe> | |||||
| <unsubscribe>sisu-users-unsubscribe@eclipse.org</unsubscribe> | |||||
| <post>sisu-users@eclipse.org</post> | |||||
| <archive>http://dev.eclipse.org/mhonarc/lists/sisu-users/</archive> | |||||
| </mailingList> | |||||
| </mailingLists> | |||||
| <prerequisites> | |||||
| <maven>3.0.4</maven> | |||||
| </prerequisites> | |||||
| <modules> | |||||
| <module>org.eclipse.sisu.plexus</module> | |||||
| <module>org.eclipse.sisu.plexus.extender</module> | |||||
| <module>org.eclipse.sisu.plexus.tests</module> | |||||
| <module>org.eclipse.sisu.plexus.site</module> | |||||
| </modules> | |||||
| <scm> | |||||
| <connection>scm:git:git://git.eclipse.org/gitroot/sisu/org.eclipse.sisu.plexus.git</connection> | |||||
| <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/sisu/org.eclipse.sisu.plexus.git</developerConnection> | |||||
| <url>http://git.eclipse.org/c/sisu/org.eclipse.sisu.plexus.git/tree/</url> | |||||
| </scm> | |||||
| <issueManagement> | |||||
| <system>bugzilla</system> | |||||
| <url>https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Sisu&component=Plexus&format=guided</url> | |||||
| </issueManagement> | |||||
| <ciManagement> | |||||
| <system>Hudson</system> | |||||
| <url>https://hudson.eclipse.org/sisu/job/sisu-plexus-nightly/</url> | |||||
| </ciManagement> | |||||
| <properties> | |||||
| <maven.compiler.source>1.6</maven.compiler.source> | |||||
| <maven.compiler.target>1.6</maven.compiler.target> | |||||
| <tycho.scmUrl>scm:git:http://git.eclipse.org/gitroot/sisu/org.eclipse.sisu.plexus.git</tycho.scmUrl> | |||||
| <tycho-version>0.22.0</tycho-version> | |||||
| </properties> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>animal-sniffer-maven-plugin</artifactId> | |||||
| <version>1.11</version> | |||||
| <configuration> | |||||
| <signature> | |||||
| <groupId>org.codehaus.mojo.signature</groupId> | |||||
| <artifactId>java16</artifactId> | |||||
| <version>1.1</version> | |||||
| </signature> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>check-java6</id> | |||||
| <phase>package</phase> | |||||
| <goals> | |||||
| <goal>check</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <version>1.3.1</version> | |||||
| <configuration> | |||||
| <rules> | |||||
| <enforceBytecodeVersion> | |||||
| <maxJdkVersion>1.6</maxJdkVersion> | |||||
| </enforceBytecodeVersion> | |||||
| </rules> | |||||
| </configuration> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>extra-enforcer-rules</artifactId> | |||||
| <version>1.0-beta-3</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>target-platform-configuration</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| <configuration> | |||||
| <executionEnvironment>JavaSE-1.6</executionEnvironment> | |||||
| <target> | |||||
| <artifact> | |||||
| <groupId>org.eclipse.sisu</groupId> | |||||
| <artifactId>org.eclipse.sisu.plexus</artifactId> | |||||
| <version>${project.version}</version> | |||||
| <classifier>build</classifier> | |||||
| </artifact> | |||||
| </target> | |||||
| <environments> | |||||
| <environment> | |||||
| <os>win32</os> | |||||
| <ws>win32</ws> | |||||
| <arch>x86</arch> | |||||
| </environment> | |||||
| <environment> | |||||
| <os>linux</os> | |||||
| <ws>gtk</ws> | |||||
| <arch>x86_64</arch> | |||||
| </environment> | |||||
| <environment> | |||||
| <os>macosx</os> | |||||
| <ws>cocoa</ws> | |||||
| <arch>x86_64</arch> | |||||
| </environment> | |||||
| </environments> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>tycho-compiler-plugin</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>tycho-maven-plugin</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>tycho-p2-plugin</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>tycho-p2-publisher-plugin</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>tycho-p2-repository-plugin</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>tycho-packaging-plugin</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| <configuration> | |||||
| <archive> | |||||
| <addMavenDescriptor>false</addMavenDescriptor> | |||||
| </archive> | |||||
| <sourceReferences> | |||||
| <generate>true</generate> | |||||
| </sourceReferences> | |||||
| </configuration> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.eclipse.tycho.extras</groupId> | |||||
| <artifactId>tycho-sourceref-jgit</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.eclipse.tycho</groupId> | |||||
| <artifactId>tycho-source-plugin</artifactId> | |||||
| <version>${tycho-version}</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>plugin-source</id> | |||||
| <goals> | |||||
| <goal>plugin-source</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-clean-plugin</artifactId> | |||||
| <version>2.6</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-resources-plugin</artifactId> | |||||
| <version>2.7</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <version>3.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-dependency-plugin</artifactId> | |||||
| <version>2.9</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>2.17</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <version>2.5</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-install-plugin</artifactId> | |||||
| <version>2.5.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <version>2.8.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.sonatype.plugins</groupId> | |||||
| <artifactId>nexus-staging-maven-plugin</artifactId> | |||||
| <version>1.6.4</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <version>2.5.1</version> | |||||
| <configuration> | |||||
| <dryRun>true</dryRun> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <version>2.10.1</version> | |||||
| <configuration> | |||||
| <docletArtifact> | |||||
| <groupId>com.google.doclava</groupId> | |||||
| <artifactId>doclava</artifactId> | |||||
| <version>1.0.6</version> | |||||
| </docletArtifact> | |||||
| <doclet>com.google.doclava.Doclava</doclet> | |||||
| <bootclasspath>${sun.boot.class.path}:${basedir}/../doclava/api/nullable.zip</bootclasspath> | |||||
| <excludePackageNames>*.internal,org.codehaus.*</excludePackageNames> | |||||
| <additionalparam> | |||||
| -quiet | |||||
| -federate JDK http://docs.oracle.com/javase/6/docs/api/index.html? | |||||
| -federationxml JDK http://doclava.googlecode.com/svn/static/api/openjdk-6.xml | |||||
| -federate Guice http://google-guice.googlecode.com/git-history/3.0/javadoc | |||||
| -hdf project.name "${project.name}" | |||||
| -overview ${basedir}/overview.html | |||||
| -templatedir ${basedir}/../doclava | |||||
| -d ${project.build.directory}/apidocs | |||||
| </additionalparam> | |||||
| <useStandardDocletOptions>false</useStandardDocletOptions> | |||||
| <additionalJOption>-J-Xmx1024m</additionalJOption> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <version>3.4</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| </build> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>m2e</id> | |||||
| <activation> | |||||
| <property> | |||||
| <name>m2e.version</name> | |||||
| </property> | |||||
| </activation> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <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-enforcer-plugin</artifactId> | |||||
| <versionRange>[1.0,)</versionRange> | |||||
| <goals> | |||||
| <goal>enforce</goal> | |||||
| </goals> | |||||
| </pluginExecutionFilter> | |||||
| <action> | |||||
| <ignore /> | |||||
| </action> | |||||
| </pluginExecution> | |||||
| <pluginExecution> | |||||
| <pluginExecutionFilter> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>build-helper-maven-plugin</artifactId> | |||||
| <versionRange>[1.0,)</versionRange> | |||||
| <goals> | |||||
| <goal>attach-artifact</goal> | |||||
| </goals> | |||||
| </pluginExecutionFilter> | |||||
| <action> | |||||
| <ignore /> | |||||
| </action> | |||||
| </pluginExecution> | |||||
| </pluginExecutions> | |||||
| </lifecycleMappingMetadata> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>sonatype-oss-release</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>1.5</version> | |||||
| <configuration> | |||||
| <passphrase>${gpg.passphrase}</passphrase> | |||||
| <useAgent>true</useAgent> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <version>2.10.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <extensions>true</extensions> | |||||
| <groupId>org.sonatype.plugins</groupId> | |||||
| <artifactId>nexus-staging-maven-plugin</artifactId> | |||||
| <configuration> | |||||
| <nexusUrl>https://oss.sonatype.org/</nexusUrl> | |||||
| <serverId>sonatype-nexus-staging</serverId> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.eclipse.sisu</groupId> | |||||
| <artifactId>sisu-plexus</artifactId> | |||||
| <version>0.3.5</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.glassfish.corba</groupId> | |||||
| <artifactId>placeholder-exception-annotation-processor</artifactId> | |||||
| <version>4.2.4</version> | |||||
| <name>Package exception-annotation-processor</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.corba</groupId> | |||||
| <artifactId>exception-annotation-processor</artifactId> | |||||
| <version>4.2.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,382 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <parent> | |||||
| <groupId>org.eclipse.ee4j</groupId> | |||||
| <artifactId>project</artifactId> | |||||
| <version>1.0.6</version> | |||||
| <relativePath /> | |||||
| </parent> | |||||
| <groupId>tmp.org.glassfish.corba</groupId> | |||||
| <artifactId>placeholder.glassfish-corba</artifactId> | |||||
| <version>4.2.4</version> | |||||
| <name>ORB Implementation</name> | |||||
| <packaging>pom</packaging> | |||||
| <description>A CORBA ORB for Glassfish</description> | |||||
| <url>https://projects.eclipse.org/proposals/eclipse-orb</url> | |||||
| <issueManagement> | |||||
| <system>github</system> | |||||
| <url>https://github.com/eclipse-ee4j/orb/issues</url> | |||||
| </issueManagement> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>EDL 1.0</name> | |||||
| <url>https://www.eclipse.org/org/documents/edl-v10.php</url> | |||||
| <distribution>repo</distribution> | |||||
| </license> | |||||
| </licenses> | |||||
| <mailingLists> | |||||
| <mailingList> | |||||
| <name>ORB mailing list</name> | |||||
| <post>orb-dev@eclipse.org</post> | |||||
| <subscribe>https://dev.eclipse.org/mailman/listinfo/orb-dev</subscribe> | |||||
| <unsubscribe>https://dev.eclipse.org/mailman/listinfo/orb-dev</unsubscribe> | |||||
| <archive>https://dev.eclipse.org/mhonarc/lists/orb-dev</archive> | |||||
| </mailingList> | |||||
| </mailingLists> | |||||
| <scm> | |||||
| <connection>scm:git:https://github.com/eclipse-ee4j/orb.git</connection> | |||||
| <developerConnection>scm:git:ssh://git@github.com/eclipse-ee4j/orb.git</developerConnection> | |||||
| <url>https://github.com/eclipse-ee4j/orb</url> | |||||
| <tag>HEAD</tag> | |||||
| </scm> | |||||
| <distributionManagement> | |||||
| <site> | |||||
| <id>github</id> | |||||
| <url>scm:git:https://github.com/eclipse-ee4j/orb.git</url> | |||||
| </site> | |||||
| </distributionManagement> | |||||
| <developers> | |||||
| <developer> | |||||
| <name>Russell Gold</name> | |||||
| <email>russell.gold@oracle.com</email> | |||||
| <id>russgold</id> | |||||
| </developer> | |||||
| <developer> | |||||
| <name>Harshad Vilekar</name> | |||||
| </developer> | |||||
| </developers> | |||||
| <modules> | |||||
| <module>idlj</module> | |||||
| <module>rmic</module> | |||||
| <module>omgapi</module> | |||||
| <module>csiv2-idl</module> | |||||
| <module>exception-annotation-processor</module> | |||||
| <module>orbmain</module> | |||||
| <module>internal-api</module> | |||||
| </modules> | |||||
| <properties> | |||||
| <copyright.exclude>make/copyright-information/copyright-exclude.txt</copyright.exclude> | |||||
| <copyright.ignoreyear>false</copyright.ignoreyear> | |||||
| <copyright.scmonly>true</copyright.scmonly> | |||||
| <copyright.template>make/copyright-information/copyright.txt</copyright.template> | |||||
| <copyright.update>false</copyright.update> | |||||
| <jdkVersion>1.8</jdkVersion> | |||||
| <maven.compiler.source>${jdkVersion}</maven.compiler.source> | |||||
| <maven.compiler.target>${jdkVersion}</maven.compiler.target> | |||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||||
| <sonar.dynamicAnalysis>false</sonar.dynamicAnalysis> | |||||
| <pfl-version>4.1.2</pfl-version> | |||||
| <gmbal-version>4.0.0</gmbal-version> | |||||
| </properties> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <version>3.1.0</version> | |||||
| <configuration> | |||||
| <archive> | |||||
| <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> | |||||
| </archive> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-site-plugin</artifactId> | |||||
| <version>3.3</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>stage-for-scm-publish</id> | |||||
| <phase>post-site</phase> | |||||
| <goals> | |||||
| <goal>stage</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| <execution> | |||||
| <id>default-deploy</id> | |||||
| <phase>none</phase> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-scm-publish-plugin</artifactId> | |||||
| <version>1.1</version> | |||||
| <configuration> | |||||
| <scmBranch>gh-pages</scmBranch> | |||||
| <pubScmUrl>scm:git:https://github.com/javaee/glassfish-corba.git</pubScmUrl> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.glassfish.copyright</groupId> | |||||
| <artifactId>glassfish-copyright-maven-plugin</artifactId> | |||||
| <configuration> | |||||
| <templateFile>${copyright.template}</templateFile> | |||||
| <excludeFile>${copyright.exclude}</excludeFile> | |||||
| <scmOnly>${copyright.scmonly}</scmOnly> | |||||
| <update>${copyright.update}</update> | |||||
| <ignoreYear>${copyright.ignoreyear}</ignoreYear> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>2.20</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <version>3.1.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.felix</groupId> | |||||
| <artifactId>maven-bundle-plugin</artifactId> | |||||
| <version>4.1.0</version> | |||||
| <extensions>true</extensions> | |||||
| <executions> | |||||
| <execution> | |||||
| <goals> | |||||
| <goal>manifest</goal> | |||||
| <goal>install</goal> | |||||
| <goal>deploy</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>idlj-maven-plugin</artifactId> | |||||
| <version>1.2.2</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <goals> | |||||
| <goal>generate</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>idlj</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <configuration> | |||||
| <sources> | |||||
| <source> | |||||
| <compatible>false</compatible> | |||||
| <defines> | |||||
| <define> | |||||
| <symbol>CORBA3</symbol> | |||||
| </define> | |||||
| </defines> | |||||
| <additionalArguments> | |||||
| <additionalArgument>-corba</additionalArgument> | |||||
| <additionalArgument>3.0</additionalArgument> | |||||
| </additionalArguments> | |||||
| </source> | |||||
| </sources> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>rmic-maven-plugin</artifactId> | |||||
| <version>1.3</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <goals> | |||||
| <goal>test-rmic</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.corba</groupId> | |||||
| <artifactId>rmic</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-antrun-plugin</artifactId> | |||||
| <version>1.6</version> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>ant</groupId> | |||||
| <artifactId>ant-junit</artifactId> | |||||
| <version>1.6.5</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>junit</groupId> | |||||
| <artifactId>junit</artifactId> | |||||
| <version>4.13.1</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-project-info-reports-plugin</artifactId> | |||||
| <version>2.9</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-enforcer-plugin</artifactId> | |||||
| <version>3.0.0-M2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>1.6</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <version>3.0.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <version>3.0.1</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <version>3.7.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.jacoco</groupId> | |||||
| <artifactId>jacoco-maven-plugin</artifactId> | |||||
| <version>0.8.5</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>coverage-initialize</id> | |||||
| <goals> | |||||
| <goal>prepare-agent</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| <execution> | |||||
| <id>coverage-report</id> | |||||
| <phase>post-integration-test</phase> | |||||
| <goals> | |||||
| <goal>report</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.glassfish.copyright</groupId> | |||||
| <artifactId>glassfish-copyright-maven-plugin</artifactId> | |||||
| <version>2.3</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <extensions> | |||||
| <extension> | |||||
| <groupId>org.apache.maven.wagon</groupId> | |||||
| <artifactId>wagon-webdav-jackrabbit</artifactId> | |||||
| <version>2.4</version> | |||||
| </extension> | |||||
| </extensions> | |||||
| </build> | |||||
| <reporting> | |||||
| <plugins> | |||||
| </plugins> | |||||
| </reporting> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>disable-java8-doclint</id> | |||||
| <activation> | |||||
| <jdk>[1.8,)</jdk> | |||||
| </activation> | |||||
| <properties> | |||||
| <additionalparam>-Xdoclint:none</additionalparam> | |||||
| </properties> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>install-legal-files</id> | |||||
| <activation> | |||||
| <file> | |||||
| <exists>src/main/java</exists> | |||||
| </file> | |||||
| </activation> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>com.coderplus.maven.plugins</groupId> | |||||
| <artifactId>copy-rename-maven-plugin</artifactId> | |||||
| <version>1.0.1</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>copy-legal-files</id> | |||||
| <phase>generate-resources</phase> | |||||
| <goals> | |||||
| <goal>copy</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <fileSets> | |||||
| <fileSet> | |||||
| <sourceFile>${project.basedir}/../LICENSE.md</sourceFile> | |||||
| <destinationFile>${project.build.outputDirectory}/META-INF/LICENSE</destinationFile> | |||||
| </fileSet> | |||||
| <fileSet> | |||||
| <sourceFile>${project.basedir}/../NOTICE.md</sourceFile> | |||||
| <destinationFile>${project.build.outputDirectory}/META-INF/NOTICE</destinationFile> | |||||
| </fileSet> | |||||
| </fileSets> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>legacy-functional-test</id> | |||||
| <activation> | |||||
| <jdk>(,1.8]</jdk> | |||||
| </activation> | |||||
| <modules> | |||||
| <module>functional-tests</module> | |||||
| </modules> | |||||
| </profile> | |||||
| </profiles> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>com.meterware.simplestub</groupId> | |||||
| <artifactId>simplestub</artifactId> | |||||
| <version>1.2.12</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>junit</groupId> | |||||
| <artifactId>junit</artifactId> | |||||
| <version>4.13.1</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.hamcrest</groupId> | |||||
| <artifactId>hamcrest-all</artifactId> | |||||
| <version>1.3</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.corba</groupId> | |||||
| <artifactId>glassfish-corba</artifactId> | |||||
| <version>4.2.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.glassfish.corba</groupId> | |||||
| <artifactId>placeholder-glassfish-corba-asm</artifactId> | |||||
| <version>3.1.2-b002</version> | |||||
| <name>Package glassfish-corba-asm</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.corba</groupId> | |||||
| <artifactId>glassfish-corba-asm</artifactId> | |||||
| <version>3.1.2-b002</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.glassfish.corba</groupId> | |||||
| <artifactId>placeholder-glassfish-corba-csiv2-idl</artifactId> | |||||
| <version>4.2.4</version> | |||||
| <name>Package glassfish-corba-csiv2-idl</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.corba</groupId> | |||||
| <artifactId>glassfish-corba-csiv2-idl</artifactId> | |||||
| <version>4.2.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.glassfish.corba</groupId> | |||||
| <artifactId>placeholder-glassfish-corba-internal-api</artifactId> | |||||
| <version>4.2.4</version> | |||||
| <name>Package glassfish-corba-internal-api</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.corba</groupId> | |||||
| <artifactId>glassfish-corba-internal-api</artifactId> | |||||
| <version>4.2.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.glassfish.corba</groupId> | |||||
| <artifactId>placeholder-glassfish-corba-omgapi</artifactId> | |||||
| <version>4.2.4</version> | |||||
| <name>Package glassfish-corba-omgapi</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.corba</groupId> | |||||
| <artifactId>glassfish-corba-omgapi</artifactId> | |||||
| <version>4.2.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.glassfish.corba</groupId> | |||||
| <artifactId>placeholder-glassfish-corba-orb</artifactId> | |||||
| <version>4.2.4</version> | |||||
| <name>Package glassfish-corba-orb</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.corba</groupId> | |||||
| <artifactId>glassfish-corba-orb</artifactId> | |||||
| <version>4.2.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,343 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <parent> | |||||
| <groupId>org.glassfish.corba</groupId> | |||||
| <artifactId>glassfish-corba</artifactId> | |||||
| <version>4.2.4</version> | |||||
| </parent> | |||||
| <artifactId>placeholder.glassfish-corba-tests</artifactId> | |||||
| <name>Functional Tests</name> | |||||
| <packaging>pom</packaging> | |||||
| <properties> | |||||
| <debug.args>-Ddebug=ignored</debug.args> | |||||
| </properties> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.gmbal</groupId> | |||||
| <artifactId>gmbal</artifactId> | |||||
| <version>${gmbal-version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>glassfish-corba-csiv2-idl</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>idlj</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>glassfish-corba-omgapi</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>glassfish-corba-orb</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.pfl</groupId> | |||||
| <artifactId>pfl-basic</artifactId> | |||||
| <version>${pfl-version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.pfl</groupId> | |||||
| <artifactId>pfl-basic-tools</artifactId> | |||||
| <version>${pfl-version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.pfl</groupId> | |||||
| <artifactId>pfl-dynamic</artifactId> | |||||
| <version>${pfl-version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.pfl</groupId> | |||||
| <artifactId>pfl-tf</artifactId> | |||||
| <version>${pfl-version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.pfl</groupId> | |||||
| <artifactId>pfl-tf-tools</artifactId> | |||||
| <version>${pfl-version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.pfl</groupId> | |||||
| <artifactId>pfl-test</artifactId> | |||||
| <version>${pfl-version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.external</groupId> | |||||
| <artifactId>management-api</artifactId> | |||||
| <version>3.2.1</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.testng</groupId> | |||||
| <artifactId>testng</artifactId> | |||||
| <version>6.10</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.corba</groupId> | |||||
| <artifactId>glassfish-corba-tests</artifactId> | |||||
| <version>4.2.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>idlj-maven-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <goals> | |||||
| <goal>generate-test</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| <configuration> | |||||
| <includeDirs> | |||||
| <includeDir>../omgapi/src/main/idl</includeDir> | |||||
| <includeDir>../omgapi/src/main/idl-includes</includeDir> | |||||
| </includeDirs> | |||||
| <sources> | |||||
| <source> | |||||
| <compatible>true</compatible> | |||||
| <includes> | |||||
| <include>legacy/**/*.idl</include> | |||||
| </includes> | |||||
| <packagePrefixes> | |||||
| <packagePrefix> | |||||
| <type>activation</type> | |||||
| <prefix>com.sun.corba.ee.spi</prefix> | |||||
| </packagePrefix> | |||||
| </packagePrefixes> | |||||
| </source> | |||||
| <source> | |||||
| <packagePrefixes> | |||||
| <packagePrefix> | |||||
| <type>IOP</type> | |||||
| <prefix>org.omg</prefix> | |||||
| </packagePrefix> | |||||
| <packagePrefix> | |||||
| <type>Messaging</type> | |||||
| <prefix>org.omg</prefix> | |||||
| </packagePrefix> | |||||
| <packagePrefix> | |||||
| <type>PortableServer</type> | |||||
| <prefix>org.omg</prefix> | |||||
| </packagePrefix> | |||||
| <packagePrefix> | |||||
| <type>PortableInterceptor</type> | |||||
| <prefix>org.omg</prefix> | |||||
| </packagePrefix> | |||||
| </packagePrefixes> | |||||
| <compatible>false</compatible> | |||||
| <defines> | |||||
| <define> | |||||
| <symbol>CORBA3</symbol> | |||||
| </define> | |||||
| </defines> | |||||
| <additionalArguments> | |||||
| <additionalArgument>-corba</additionalArgument> | |||||
| <additionalArgument>3.0</additionalArgument> | |||||
| </additionalArguments> | |||||
| <excludes> | |||||
| <exclude>legacy/**</exclude> | |||||
| </excludes> | |||||
| </source> | |||||
| </sources> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>rmic-maven-plugin</artifactId> | |||||
| <configuration> | |||||
| <testOutputDirectory>${project.build.testOutputDirectory}</testOutputDirectory> | |||||
| <sources> | |||||
| <source> | |||||
| <iiop>true</iiop> | |||||
| <poa>true</poa> | |||||
| <keep>true</keep> | |||||
| <includes> | |||||
| <include>**/rmiiIServantPOA.class</include> | |||||
| <include>**/corba/preinvokepostinvoke/MyServant.class</include> | |||||
| <include>**/corba/rmipoacounter/counterImpl.class</include> | |||||
| </includes> | |||||
| </source> | |||||
| <source> | |||||
| <keep>true</keep> | |||||
| <iiop>true</iiop> | |||||
| <includes> | |||||
| <include>**/rmiiIServant.class</include> | |||||
| </includes> | |||||
| </source> | |||||
| </sources> | |||||
| </configuration> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.corba</groupId> | |||||
| <artifactId>rmic</artifactId> | |||||
| <version>${project.version}</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <goals> | |||||
| <goal>testCompile</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-antrun-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>run-tests</id> | |||||
| <phase>integration-test</phase> | |||||
| <configuration> | |||||
| <target> | |||||
| <ant antfile="../make/build.xml" target="build-tests"> | |||||
| <property name="test-build.dir" value="${project.build.directory}/test" /> | |||||
| <property name="root.dir" value=".." /> | |||||
| <property name="maven.test.classpath" refid="maven.test.classpath" /> | |||||
| </ant> | |||||
| </target> | |||||
| </configuration> | |||||
| <goals> | |||||
| <goal>run</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>tools.jar</id> | |||||
| <activation> | |||||
| <file> | |||||
| <exists>${java.home}/../lib/tools.jar</exists> | |||||
| </file> | |||||
| </activation> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>com.sun</groupId> | |||||
| <artifactId>tools</artifactId> | |||||
| <version>1.6.0</version> | |||||
| <scope>system</scope> | |||||
| <systemPath>${java.home}/../lib/tools.jar</systemPath> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-antrun-plugin</artifactId> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>com.sun</groupId> | |||||
| <artifactId>tools</artifactId> | |||||
| <version>1.6.0</version> | |||||
| <scope>system</scope> | |||||
| <systemPath>${java.home}/../lib/tools.jar</systemPath> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>all-tests</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-antrun-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>run-tests</id> | |||||
| <phase>integration-test</phase> | |||||
| <configuration> | |||||
| <target> | |||||
| <ant antfile="../make/build.xml" target="build-tests"> | |||||
| <property name="test-build.dir" value="${project.build.directory}/test" /> | |||||
| <property name="root.dir" value=".." /> | |||||
| <property name="maven.test.classpath" refid="maven.test.classpath" /> | |||||
| </ant> | |||||
| <ant antfile="../make/build.xml" target="test-all"> | |||||
| <property name="test-build.dir" value="${project.build.directory}/test" /> | |||||
| <property name="root.dir" value=".." /> | |||||
| <property name="maven.test.classpath" refid="maven.test.classpath" /> | |||||
| </ant> | |||||
| </target> | |||||
| </configuration> | |||||
| <goals> | |||||
| <goal>run</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>test-with-args</id> | |||||
| <activation> | |||||
| <property> | |||||
| <name>test.args</name> | |||||
| </property> | |||||
| </activation> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-antrun-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>run-tests</id> | |||||
| <phase>integration-test</phase> | |||||
| <configuration> | |||||
| <target> | |||||
| <ant antfile="../make/build.xml" target="run-test-target-with-args"> | |||||
| <property name="test-build.dir" value="${project.build.directory}/test" /> | |||||
| <property name="root.dir" value=".." /> | |||||
| <property name="maven.test.classpath" refid="maven.test.classpath" /> | |||||
| <property name="test-args" value="${test.args}" /> | |||||
| </ant> | |||||
| </target> | |||||
| </configuration> | |||||
| <goals> | |||||
| <goal>run</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| <profile> | |||||
| <id>add-debug-args</id> | |||||
| <activation> | |||||
| <property> | |||||
| <name>debug.port</name> | |||||
| </property> | |||||
| </activation> | |||||
| <properties> | |||||
| <debug.args>-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=localhost:${debug.port}</debug.args> | |||||
| </properties> | |||||
| </profile> | |||||
| </profiles> | |||||
| <groupId>tmp.org.glassfish.corba</groupId> | |||||
| <version>4.2.4</version> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.glassfish.corba</groupId> | |||||
| <artifactId>placeholder-idlj</artifactId> | |||||
| <version>4.2.4</version> | |||||
| <name>Package idlj</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.glassfish.corba</groupId> | |||||
| <artifactId>idlj</artifactId> | |||||
| <version>4.2.4</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.hibernate.reactive</groupId> | |||||
| <artifactId>placeholder-hibernate-reactive-core</artifactId> | |||||
| <version>1.1.9.Final</version> | |||||
| <name>Package hibernate-reactive-core</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.hibernate.reactive</groupId> | |||||
| <artifactId>hibernate-reactive-core</artifactId> | |||||
| <version>1.1.9.Final</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,87 +0,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> | |||||
| <groupId>tmp.org.jetbrains.exposed</groupId> | |||||
| <artifactId>placeholder.exposed-bom</artifactId> | |||||
| <version>0.41.1</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>exposed-bom</name> | |||||
| <description>Exposed, an ORM framework for Kotlin</description> | |||||
| <url>https://github.com/JetBrains/Exposed</url> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>The Apache Software License, Version 2.0</name> | |||||
| <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> | |||||
| <distribution>repo</distribution> | |||||
| </license> | |||||
| </licenses> | |||||
| <developers> | |||||
| <developer> | |||||
| <id>JetBrains</id> | |||||
| <name>JetBrains Team</name> | |||||
| <organization>JetBrains</organization> | |||||
| <organizationUrl>https://www.jetbrains.com</organizationUrl> | |||||
| </developer> | |||||
| </developers> | |||||
| <scm> | |||||
| <connection>scm:git:git://github.com/JetBrains/Exposed.git</connection> | |||||
| <developerConnection>scm:git:git@github.com:JetBrains/Exposed.git</developerConnection> | |||||
| <url>https://github.com/JetBrains/Exposed</url> | |||||
| </scm> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.exposed</groupId> | |||||
| <artifactId>exposed-core</artifactId> | |||||
| <version>0.41.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.exposed</groupId> | |||||
| <artifactId>exposed-crypt</artifactId> | |||||
| <version>0.41.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.exposed</groupId> | |||||
| <artifactId>exposed-dao</artifactId> | |||||
| <version>0.41.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.exposed</groupId> | |||||
| <artifactId>exposed-java-time</artifactId> | |||||
| <version>0.41.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.exposed</groupId> | |||||
| <artifactId>exposed-jdbc</artifactId> | |||||
| <version>0.41.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.exposed</groupId> | |||||
| <artifactId>exposed-jodatime</artifactId> | |||||
| <version>0.41.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.exposed</groupId> | |||||
| <artifactId>exposed-kotlin-datetime</artifactId> | |||||
| <version>0.41.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.exposed</groupId> | |||||
| <artifactId>exposed-money</artifactId> | |||||
| <version>0.41.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.exposed</groupId> | |||||
| <artifactId>exposed-spring-boot-starter</artifactId> | |||||
| <version>0.41.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.exposed</groupId> | |||||
| <artifactId>spring-transaction</artifactId> | |||||
| <version>0.41.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.exposed</groupId> | |||||
| <artifactId>exposed-bom</artifactId> | |||||
| <version>0.41.1</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,204 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <groupId>tmp.org.jetbrains.kotlin</groupId> | |||||
| <artifactId>placeholder.kotlin-bom</artifactId> | |||||
| <version>1.7.20</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>Kotlin Libraries bill-of-materials</name> | |||||
| <description>Kotlin is a statically typed programming language that compiles to JVM byte codes and JavaScript</description> | |||||
| <url>https://kotlinlang.org/</url> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>The Apache Software License, Version 2.0</name> | |||||
| <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |||||
| <distribution>repo</distribution> | |||||
| <comments>A business-friendly OSS license</comments> | |||||
| </license> | |||||
| </licenses> | |||||
| <scm> | |||||
| <url>https://github.com/JetBrains/kotlin</url> | |||||
| <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection> | |||||
| <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection> | |||||
| </scm> | |||||
| <developers> | |||||
| <developer> | |||||
| <id>JetBrains</id> | |||||
| <name>JetBrains Team</name> | |||||
| <organization>JetBrains</organization> | |||||
| <organizationUrl>https://www.jetbrains.com</organizationUrl> | |||||
| </developer> | |||||
| </developers> | |||||
| <properties> | |||||
| <kotlin.version>${project.version}</kotlin.version> | |||||
| </properties> | |||||
| <distributionManagement> | |||||
| <repository> | |||||
| <id>${deploy-repo}</id> | |||||
| <url>${deploy-url}</url> | |||||
| </repository> | |||||
| <snapshotRepository> | |||||
| <id>sonatype-nexus-staging</id> | |||||
| <url>https://oss.sonatype.org/content/repositories/snapshots/</url> | |||||
| </snapshotRepository> | |||||
| </distributionManagement> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>sign-artifacts</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>1.6</version> | |||||
| <configuration> | |||||
| <passphrase>${kotlin.key.passphrase}</passphrase> | |||||
| <keyname>${kotlin.key.name}</keyname> | |||||
| <homedir>../../.gnupg</homedir> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>sign-artifacts</id> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>sign</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <gpgArguments> | |||||
| <arg>--pinentry-mode</arg> | |||||
| <arg>loopback</arg> | |||||
| </gpgArguments> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-stdlib</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-stdlib-jdk7</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-stdlib-jdk8</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-stdlib-js</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-stdlib-common</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-reflect</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-osgi-bundle</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-test</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-test-junit</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-test-junit5</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-test-testng</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-test-js</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-test-common</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-test-annotations-common</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-main-kts</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-script-runtime</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-script-util</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-scripting-common</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-scripting-jvm</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-scripting-jvm-host</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-scripting-ide-services</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-compiler</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-compiler-embeddable</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>${project.groupId}</groupId> | |||||
| <artifactId>kotlin-daemon-client</artifactId> | |||||
| <version>${kotlin.version}</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.kotlin</groupId> | |||||
| <artifactId>kotlin-bom</artifactId> | |||||
| <version>1.7.20</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.jetbrains.kotlin</groupId> | |||||
| <artifactId>placeholder-kotlin-gradle-plugin</artifactId> | |||||
| <version>1.7.20</version> | |||||
| <name>Package kotlin-gradle-plugin</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.kotlin</groupId> | |||||
| <artifactId>kotlin-gradle-plugin</artifactId> | |||||
| <version>1.7.20</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.jetbrains.kotlin</groupId> | |||||
| <artifactId>placeholder-kotlin-gradle-plugin-idea</artifactId> | |||||
| <version>1.7.20</version> | |||||
| <name>Package kotlin-gradle-plugin-idea</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.kotlin</groupId> | |||||
| <artifactId>kotlin-gradle-plugin-idea</artifactId> | |||||
| <version>1.7.20</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.jetbrains.kotlin</groupId> | |||||
| <artifactId>placeholder-kotlin-maven-allopen</artifactId> | |||||
| <version>1.7.20</version> | |||||
| <name>Package kotlin-maven-allopen</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.kotlin</groupId> | |||||
| <artifactId>kotlin-maven-allopen</artifactId> | |||||
| <version>1.7.20</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.jetbrains.kotlin</groupId> | |||||
| <artifactId>placeholder-kotlin-maven-noarg</artifactId> | |||||
| <version>1.7.20</version> | |||||
| <name>Package kotlin-maven-noarg</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.kotlin</groupId> | |||||
| <artifactId>kotlin-maven-noarg</artifactId> | |||||
| <version>1.7.20</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.jetbrains.kotlin</groupId> | |||||
| <artifactId>placeholder-kotlin-maven-plugin</artifactId> | |||||
| <version>1.7.20</version> | |||||
| <name>Package kotlin-maven-plugin</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.kotlin</groupId> | |||||
| <artifactId>kotlin-maven-plugin</artifactId> | |||||
| <version>1.7.20</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.jetbrains.kotlin</groupId> | |||||
| <artifactId>placeholder-kotlin-maven-serialization</artifactId> | |||||
| <version>1.6.21</version> | |||||
| <name>Package kotlin-maven-serialization</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.kotlin</groupId> | |||||
| <artifactId>kotlin-maven-serialization</artifactId> | |||||
| <version>1.6.21</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,14 +0,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> | |||||
| <groupId>tmp.org.jetbrains.kotlin</groupId> | |||||
| <artifactId>placeholder-kotlin-maven-serialization</artifactId> | |||||
| <version>1.8.0</version> | |||||
| <name>Package kotlin-maven-serialization</name> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.kotlin</groupId> | |||||
| <artifactId>kotlin-maven-serialization</artifactId> | |||||
| <version>1.8.0</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||
| @@ -1,248 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <groupId>tmp.org.jetbrains.kotlin</groupId> | |||||
| <artifactId>placeholder.kotlin-project</artifactId> | |||||
| <version>1.6.21</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>Kotlin</name> | |||||
| <description>Kotlin is a statically typed programming language that compiles to JVM byte codes and JavaScript</description> | |||||
| <url>https://kotlinlang.org/</url> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>The Apache Software License, Version 2.0</name> | |||||
| <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |||||
| <distribution>repo</distribution> | |||||
| <comments>A business-friendly OSS license</comments> | |||||
| </license> | |||||
| </licenses> | |||||
| <scm> | |||||
| <url>https://github.com/JetBrains/kotlin</url> | |||||
| <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection> | |||||
| <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection> | |||||
| </scm> | |||||
| <developers> | |||||
| <developer> | |||||
| <id>JetBrains</id> | |||||
| <name>JetBrains Team</name> | |||||
| <organization>JetBrains</organization> | |||||
| <organizationUrl>https://www.jetbrains.com</organizationUrl> | |||||
| </developer> | |||||
| </developers> | |||||
| <properties> | |||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||||
| <project-root>../../..</project-root> | |||||
| <junit-version>4.13.1</junit-version> | |||||
| <pegdown.version>1.1.0</pegdown.version> | |||||
| <surefire-version>2.16</surefire-version> | |||||
| <exec-maven-plugin.version>1.2.1</exec-maven-plugin.version> | |||||
| <selenium.version>2.53.1</selenium.version> | |||||
| <htmlunit.version>2.24</htmlunit.version> | |||||
| <kotlin-dist>${project-root}/dist</kotlin-dist> | |||||
| <kotlin-sdk>${kotlin-dist}/kotlinc</kotlin-sdk> | |||||
| <kotlin.compiler.jdkHome>${env.JDK_18}</kotlin.compiler.jdkHome> | |||||
| <maven.compiler.source>1.6</maven.compiler.source> | |||||
| <maven.compiler.target>1.6</maven.compiler.target> | |||||
| </properties> | |||||
| <prerequisites> | |||||
| <maven>3.0.2</maven> | |||||
| </prerequisites> | |||||
| <distributionManagement> | |||||
| <repository> | |||||
| <id>${deploy-repo}</id> | |||||
| <url>${deploy-url}</url> | |||||
| </repository> | |||||
| <snapshotRepository> | |||||
| <id>sonatype-nexus-staging</id> | |||||
| <url>https://oss.sonatype.org/content/repositories/snapshots/</url> | |||||
| </snapshotRepository> | |||||
| </distributionManagement> | |||||
| <modules> | |||||
| <module>tools/kotlin-maven-plugin</module> | |||||
| <module>tools/kotlin-osgi-bundle</module> | |||||
| <module>tools/maven-archetypes</module> | |||||
| <module>tools/kotlin-annotation-processing-maven</module> | |||||
| <module>tools/kotlin-maven-allopen</module> | |||||
| <module>tools/kotlin-maven-noarg</module> | |||||
| <module>tools/kotlin-maven-sam-with-receiver</module> | |||||
| <module>tools/kotlin-maven-serialization</module> | |||||
| <module>tools/kotlin-maven-lombok</module> | |||||
| <module>tools/kotlin-bom</module> | |||||
| <module>tools/kotlin-maven-plugin-test</module> | |||||
| <module>examples/kotlin-java-example</module> | |||||
| <module>examples/js-example</module> | |||||
| <module>examples/kotlin-js-library-example</module> | |||||
| <module>examples/browser-example</module> | |||||
| <module>examples/browser-example-with-library</module> | |||||
| </modules> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>junit</groupId> | |||||
| <artifactId>junit</artifactId> | |||||
| <version>${junit-version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.kotlin</groupId> | |||||
| <artifactId>kotlin-project</artifactId> | |||||
| <version>1.6.21</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <version>2.3.2</version> | |||||
| <configuration> | |||||
| <source>${maven.compiler.source}</source> | |||||
| <target>${maven.compiler.target}</target> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <version>2.1.2</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <version>2.9</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <version>2.7</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>build-helper-maven-plugin</artifactId> | |||||
| <version>1.7</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <version>2.6</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>${surefire-version}</version> | |||||
| <configuration> | |||||
| <forkMode>once</forkMode> | |||||
| <jvm>${env.JDK_16}/bin/java</jvm> | |||||
| <useSystemClassLoader>false</useSystemClassLoader> | |||||
| <useManifestOnlyJar>false</useManifestOnlyJar> | |||||
| <failIfNoTests>false</failIfNoTests> | |||||
| <includes> | |||||
| <include>**/*Test.*</include> | |||||
| </includes> | |||||
| <excludes> | |||||
| </excludes> | |||||
| <systemProperties> | |||||
| <project.version>${project.version}</project.version> | |||||
| </systemProperties> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <configuration> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <phase>package</phase> | |||||
| <id>attach-sources</id> | |||||
| <goals> | |||||
| <goal>jar-no-fork</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>build-helper-maven-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-empty-javadoc</id> | |||||
| <phase>prepare-package</phase> | |||||
| <goals> | |||||
| <goal>attach-artifact</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <artifacts> | |||||
| <artifact> | |||||
| <file>${highest-basedir}/lib/empty-javadoc.jar</file> | |||||
| <type>jar</type> | |||||
| <classifier>javadoc</classifier> | |||||
| </artifact> | |||||
| </artifacts> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.commonjava.maven.plugins</groupId> | |||||
| <artifactId>directory-maven-plugin</artifactId> | |||||
| <version>0.3.1</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>directories</id> | |||||
| <goals> | |||||
| <goal>highest-basedir</goal> | |||||
| </goals> | |||||
| <phase>initialize</phase> | |||||
| <configuration> | |||||
| <property>highest-basedir</property> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <configuration> | |||||
| <archive> | |||||
| <manifest> | |||||
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |||||
| </manifest> | |||||
| </archive> | |||||
| </configuration> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>sign-artifacts</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>1.6</version> | |||||
| <configuration> | |||||
| <passphrase>${kotlin.key.passphrase}</passphrase> | |||||
| <keyname>${kotlin.key.name}</keyname> | |||||
| <homedir>${highest-basedir}/.gnupg</homedir> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>sign-artifacts</id> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>sign</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <gpgArguments> | |||||
| <arg>--pinentry-mode</arg> | |||||
| <arg>loopback</arg> | |||||
| </gpgArguments> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| </project> | |||||
| @@ -1,261 +0,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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <groupId>tmp.org.jetbrains.kotlin</groupId> | |||||
| <artifactId>placeholder.kotlin-project</artifactId> | |||||
| <version>1.7.20</version> | |||||
| <packaging>pom</packaging> | |||||
| <name>Kotlin</name> | |||||
| <description>Kotlin is a statically typed programming language that compiles to JVM byte codes and JavaScript</description> | |||||
| <url>https://kotlinlang.org/</url> | |||||
| <licenses> | |||||
| <license> | |||||
| <name>The Apache Software License, Version 2.0</name> | |||||
| <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |||||
| <distribution>repo</distribution> | |||||
| <comments>A business-friendly OSS license</comments> | |||||
| </license> | |||||
| </licenses> | |||||
| <scm> | |||||
| <url>https://github.com/JetBrains/kotlin</url> | |||||
| <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection> | |||||
| <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection> | |||||
| </scm> | |||||
| <developers> | |||||
| <developer> | |||||
| <id>JetBrains</id> | |||||
| <name>JetBrains Team</name> | |||||
| <organization>JetBrains</organization> | |||||
| <organizationUrl>https://www.jetbrains.com</organizationUrl> | |||||
| </developer> | |||||
| </developers> | |||||
| <properties> | |||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||||
| <project-root>../../..</project-root> | |||||
| <junit-version>4.13.1</junit-version> | |||||
| <pegdown.version>1.1.0</pegdown.version> | |||||
| <surefire-version>2.16</surefire-version> | |||||
| <exec-maven-plugin.version>1.2.1</exec-maven-plugin.version> | |||||
| <selenium.version>2.53.1</selenium.version> | |||||
| <htmlunit.version>2.24</htmlunit.version> | |||||
| <kotlin-dist>${project-root}/dist</kotlin-dist> | |||||
| <kotlin-sdk>${kotlin-dist}/kotlinc</kotlin-sdk> | |||||
| <kotlin.compiler.jdkHome>${env.JDK_18}</kotlin.compiler.jdkHome> | |||||
| <maven.compiler.source>1.6</maven.compiler.source> | |||||
| <maven.compiler.target>1.6</maven.compiler.target> | |||||
| </properties> | |||||
| <prerequisites> | |||||
| <maven>3.0.2</maven> | |||||
| </prerequisites> | |||||
| <distributionManagement> | |||||
| <repository> | |||||
| <id>${deploy-repo}</id> | |||||
| <url>${deploy-url}</url> | |||||
| </repository> | |||||
| <snapshotRepository> | |||||
| <id>sonatype-nexus-staging</id> | |||||
| <url>https://oss.sonatype.org/content/repositories/snapshots/</url> | |||||
| </snapshotRepository> | |||||
| </distributionManagement> | |||||
| <modules> | |||||
| <module>tools/kotlin-maven-plugin</module> | |||||
| <module>tools/kotlin-osgi-bundle</module> | |||||
| <module>tools/maven-archetypes</module> | |||||
| <module>tools/kotlin-annotation-processing-maven</module> | |||||
| <module>tools/kotlin-maven-allopen</module> | |||||
| <module>tools/kotlin-maven-noarg</module> | |||||
| <module>tools/kotlin-maven-sam-with-receiver</module> | |||||
| <module>tools/kotlin-maven-serialization</module> | |||||
| <module>tools/kotlin-maven-lombok</module> | |||||
| <module>tools/kotlin-bom</module> | |||||
| <module>tools/kotlin-dist-for-jps-meta</module> | |||||
| <module>tools/kotlin-maven-plugin-test</module> | |||||
| <module>examples/kotlin-java-example</module> | |||||
| <module>examples/js-example</module> | |||||
| <module>examples/kotlin-js-library-example</module> | |||||
| <module>examples/browser-example</module> | |||||
| <module>examples/browser-example-with-library</module> | |||||
| </modules> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>junit</groupId> | |||||
| <artifactId>junit</artifactId> | |||||
| <version>${junit-version}</version> | |||||
| <scope>test</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>org.jetbrains.kotlin</groupId> | |||||
| <artifactId>kotlin-project</artifactId> | |||||
| <version>1.7.20</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| <build> | |||||
| <pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-compiler-plugin</artifactId> | |||||
| <version>2.3.2</version> | |||||
| <configuration> | |||||
| <source>${maven.compiler.source}</source> | |||||
| <target>${maven.compiler.target}</target> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <version>3.2.0</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-javadoc-plugin</artifactId> | |||||
| <version>2.9</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-deploy-plugin</artifactId> | |||||
| <version>2.7</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>build-helper-maven-plugin</artifactId> | |||||
| <version>1.7</version> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <version>3.2.2</version> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </pluginManagement> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <artifactId>maven-surefire-plugin</artifactId> | |||||
| <version>${surefire-version}</version> | |||||
| <configuration> | |||||
| <forkMode>once</forkMode> | |||||
| <jvm>${env.JDK_16}/bin/java</jvm> | |||||
| <useSystemClassLoader>false</useSystemClassLoader> | |||||
| <useManifestOnlyJar>false</useManifestOnlyJar> | |||||
| <failIfNoTests>false</failIfNoTests> | |||||
| <includes> | |||||
| <include>**/*Test.*</include> | |||||
| </includes> | |||||
| <excludes> | |||||
| </excludes> | |||||
| <systemProperties> | |||||
| <project.version>${project.version}</project.version> | |||||
| </systemProperties> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-source-plugin</artifactId> | |||||
| <configuration> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <phase>package</phase> | |||||
| <id>attach-sources</id> | |||||
| <goals> | |||||
| <goal>jar-no-fork</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.codehaus.mojo</groupId> | |||||
| <artifactId>build-helper-maven-plugin</artifactId> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>attach-empty-javadoc</id> | |||||
| <phase>prepare-package</phase> | |||||
| <goals> | |||||
| <goal>attach-artifact</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <artifacts> | |||||
| <artifact> | |||||
| <file>${highest-basedir}/lib/empty-javadoc.jar</file> | |||||
| <type>jar</type> | |||||
| <classifier>javadoc</classifier> | |||||
| </artifact> | |||||
| </artifacts> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>org.commonjava.maven.plugins</groupId> | |||||
| <artifactId>directory-maven-plugin</artifactId> | |||||
| <version>0.3.1</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>directories</id> | |||||
| <goals> | |||||
| <goal>highest-basedir</goal> | |||||
| </goals> | |||||
| <phase>initialize</phase> | |||||
| <configuration> | |||||
| <property>highest-basedir</property> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <artifactId>maven-jar-plugin</artifactId> | |||||
| <configuration> | |||||
| <archive> | |||||
| <manifest> | |||||
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |||||
| </manifest> | |||||
| </archive> | |||||
| </configuration> | |||||
| </plugin> | |||||
| <plugin> | |||||
| <groupId>io.github.zlika</groupId> | |||||
| <artifactId>reproducible-build-maven-plugin</artifactId> | |||||
| <version>0.15</version> | |||||
| <executions> | |||||
| <execution> | |||||
| <goals> | |||||
| <goal>strip-jar</goal> | |||||
| </goals> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| <profiles> | |||||
| <profile> | |||||
| <id>sign-artifacts</id> | |||||
| <build> | |||||
| <plugins> | |||||
| <plugin> | |||||
| <artifactId>maven-gpg-plugin</artifactId> | |||||
| <version>1.6</version> | |||||
| <configuration> | |||||
| <passphrase>${kotlin.key.passphrase}</passphrase> | |||||
| <keyname>${kotlin.key.name}</keyname> | |||||
| <homedir>${highest-basedir}/.gnupg</homedir> | |||||
| </configuration> | |||||
| <executions> | |||||
| <execution> | |||||
| <id>sign-artifacts</id> | |||||
| <phase>verify</phase> | |||||
| <goals> | |||||
| <goal>sign</goal> | |||||
| </goals> | |||||
| <configuration> | |||||
| <gpgArguments> | |||||
| <arg>--pinentry-mode</arg> | |||||
| <arg>loopback</arg> | |||||
| </gpgArguments> | |||||
| </configuration> | |||||
| </execution> | |||||
| </executions> | |||||
| </plugin> | |||||
| </plugins> | |||||
| </build> | |||||
| </profile> | |||||
| </profiles> | |||||
| </project> | |||||