maven_plugin_version-master
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_plugin_version-master</artifactId>
<version>26.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010, 2026 BSI Business Systems Integration AG
~
~ This program and the accompanying materials are made
~ available under the terms of the Eclipse Public License 2.0
~ which is available at https://www.eclipse.org/legal/epl-2.0/
~
~ SPDX-License-Identifier: EPL-2.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>org.eclipse.scout</groupId>
<artifactId>maven_plugin_version-master</artifactId>
<version>26.1.0</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Maven Master Plugin Version Configuration, hosted at Eclipse Scout</description>
<properties>
<master_deploy_ReleaseId>repo.eclipse.org</master_deploy_ReleaseId>
<master_deploy_ReleaseUrl>https://repo.eclipse.org/content/repositories/scout-releases/</master_deploy_ReleaseUrl>
<master_deploy_SnapshotId>repo.eclipse.org</master_deploy_SnapshotId>
<master_deploy_SnapshotUrl>https://repo.eclipse.org/content/repositories/scout-snapshots/</master_deploy_SnapshotUrl>
<master_node_version>v24.12.0</master_node_version>
<master_pnpm_version>10.26.1</master_pnpm_version>
<master_npm_version>11.6.2</master_npm_version>
<master_scout_releng_version>^26.1.0</master_scout_releng_version>
<!-- new version for npm set version -->
<master_release_newVersion>${project.version}</master_release_newVersion>
<!-- central-portal profile -->
<master_centralPortal_autoPublish>false</master_centralPortal_autoPublish>
<!-- ####################################################################### -->
<!-- Maven Plugin versions, ordered like https://maven.apache.org/plugins/ -->
<!-- ####################################################################### -->
<!-- Core plugins. -->
<!-- Plugins corresponding to default core phases (ie. clean, compile). They may have multiple goals as well. -->
<!-- ####################################################################### -->
<master_plugin_clean_version>3.5.0</master_plugin_clean_version>
<master_plugin_compiler_version>3.14.1</master_plugin_compiler_version>
<master_plugin_deploy_version>3.1.4</master_plugin_deploy_version>
<master_plugin_failsafe_version>3.5.4</master_plugin_failsafe_version>
<master_plugin_install_version>3.1.4</master_plugin_install_version>
<master_plugin_resources_version>3.3.1</master_plugin_resources_version>
<master_plugin_site_version>3.21.0</master_plugin_site_version>
<master_plugin_surefire_version>3.5.4</master_plugin_surefire_version>
<!-- ####################################################################### -->
<!-- Packaging types/tools -->
<!-- These plugins relate to packaging respective artifact types. -->
<!-- ####################################################################### -->
<master_plugin_ear_version>3.4.0</master_plugin_ear_version>
<master_plugin_jar_version>3.4.2</master_plugin_jar_version>
<master_plugin_war_version>3.5.0</master_plugin_war_version>
<master_plugin_source_version>3.3.1</master_plugin_source_version>
<!-- ####################################################################### -->
<!-- Reporting plugins -->
<!-- Plugins which generate reports, are configured as reports in the POM and run under the site generation lifecycle. -->
<!-- ####################################################################### -->
<master_plugin_changelog_version>2.3</master_plugin_changelog_version>
<master_plugin_javadoc_version>3.12.0</master_plugin_javadoc_version>
<master_plugin_jxr_version>3.6.0</master_plugin_jxr_version>
<master_plugin_project-info-reports_version>3.9.0</master_plugin_project-info-reports_version>
<!-- ####################################################################### -->
<!-- Tools -->
<!-- These are miscellaneous tools available through Maven by default. -->
<!-- ####################################################################### -->
<master_plugin_ant_version>1.10.15</master_plugin_ant_version>
<master_plugin_antrun_version>3.2.0</master_plugin_antrun_version>
<master_plugin_assembly_version>3.7.1</master_plugin_assembly_version>
<master_plugin_dependency_version>3.9.0</master_plugin_dependency_version>
<master_plugin_enforcer_version>3.6.2</master_plugin_enforcer_version>
<master_plugin_gpg_version>3.2.8</master_plugin_gpg_version>
<master_plugin_release_version>3.2.0</master_plugin_release_version>
<master_plugin_scm_version>2.2.1</master_plugin_scm_version>
<master_plugin_archetype_version>3.4.1</master_plugin_archetype_version>
<master_plugin_archetype_plexus_archiver_version>4.10.4</master_plugin_archetype_plexus_archiver_version> <!-- plexus-archiver 4.10.2 used by maven-archetype-plugin 3.4.1 has a memory issue: https://github.com/codehaus-plexus/plexus-archiver/pull/390 -->
<!-- https://jeremylong.github.io/DependencyCheck/dependency-check-maven/index.html -->
<!-- https://github.com/jeremylong/DependencyCheck/tree/main/maven -->
<master_plugin_security_dependency_check_version>12.1.9</master_plugin_security_dependency_check_version>
<!-- https://cyclonedx.github.io/cyclonedx-maven-plugin/ -->
<!-- https://github.com/CycloneDX/cyclonedx-maven-plugin -->
<master_plugin_cyclonedx_version>2.9.1</master_plugin_cyclonedx_version>
<!-- https://github.com/maven-download-plugin/maven-download-plugin -->
<master_plugin_download_version>2.0.0</master_plugin_download_version>
<!-- ####################################################################### -->
<!-- Outside The Maven Land (List at https://maven.apache.org/plugins/) -->
<!-- ####################################################################### -->
<!-- https://www.mojohaus.org/build-helper-maven-plugin/usage.html -->
<!-- https://github.com/mojohaus/build-helper-maven-plugin -->
<master_plugin_build-helper_version>3.6.1</master_plugin_build-helper_version>
<!-- https://www.mojohaus.org/versions-maven-plugin/ -->
<!-- https://github.com/mojohaus/versions-maven-plugin -->
<master_plugin_versions_version>2.20.1</master_plugin_versions_version>
<!-- https://cloud.google.com/java/getting-started/jib -->
<!-- https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin -->
<master_plugin_jib_version>3.5.1</master_plugin_jib_version>
<!-- https://codehaus-cargo.github.io/cargo/Home.html -->
<master_plugin_cargo_version>1.10.25</master_plugin_cargo_version>
<!-- https://github.com/asciidoctor/asciidoctor-maven-plugin -->
<master_plugin_asciidoctor_version>3.2.0</master_plugin_asciidoctor_version>
<!-- ####################################################################### -->
<!-- Outside The Maven Land (Own list) -->
<!-- ####################################################################### -->
<!-- https://www.mojohaus.org/exec-maven-plugin/ -->
<!-- https://github.com/mojohaus/exec-maven-plugin/ -->
<master_plugin_exec_version>3.6.2</master_plugin_exec_version>
<!-- https://github.com/basepom/duplicate-finder-maven-plugin -->
<master_plugin_duplicate-finder_version>2.0.1</master_plugin_duplicate-finder_version>
<!-- https://github.com/smallrye/jandex -->
<!-- https://smallrye.io/jandex -->
<master_plugin_jandex_version>3.5.2</master_plugin_jandex_version>
<!-- Plugin version of 'jaxws-maven-plugin' to generate webservice stub. -->
<!-- https://eclipse-ee4j.github.io/metro-jax-ws/jaxws-maven-plugin/ -->
<!-- https://github.com/eclipse-ee4j/metro-jax-ws -->
<!-- https://github.com/eclipse-ee4j/metro-jax-ws/tree/master/jaxws-ri/extras/jaxws-maven-plugin -->
<master_plugin_jaxws_version>4.0.3</master_plugin_jaxws_version>
<!-- https://github.com/jakartaee/jax-ws-api -->
<master_dependency_jaxws_api_version>4.0.2</master_dependency_jaxws_api_version>
<!-- Version to generate JAX-WS artifacts -->
<!-- https://github.com/eclipse-ee4j/metro-jax-ws -->
<!-- https://github.com/eclipse-ee4j/metro-jax-ws/tree/master/jaxws-ri/extras/jaxws-maven-plugin -->
<master_dependency_jaxws_version>4.0.3</master_dependency_jaxws_version>
<!-- https://www.mojohaus.org/properties-maven-plugin/ -->
<master_plugin_properties_version>1.2.1</master_plugin_properties_version>
<!-- https://mathieu.carbou.me/license-maven-plugin/ -->
<!-- https://github.com/mathieucarbou/license-maven-plugin -->
<master_plugin_license_version>5.0.0</master_plugin_license_version>
<!-- https://felix.apache.org/documentation/_attachments/components/bundle-plugin/ -->
<!-- https://github.com/apache/felix-dev -->
<master_plugin_bundle_version>6.0.0</master_plugin_bundle_version>
<!-- https://github.com/git-commit-id/git-commit-id-maven-plugin -->
<master_plugin_git-commit-id_version>9.0.2</master_plugin_git-commit-id_version>
<!-- https://www.jacoco.org/jacoco/trunk/doc/maven.html -->
<master_plugin_jacoco_version>0.8.14</master_plugin_jacoco_version>
<!-- https://www.mojohaus.org/flatten-maven-plugin/ -->
<!-- https://github.com/mojohaus/flatten-maven-plugin -->
<master_plugin_flatten_version>1.7.3</master_plugin_flatten_version>
<!-- https://code.google.com/archive/p/maven-replacer-plugin/ -->
<!-- https://github.com/dtracers/maven-replacer-plugin -->
<master_plugin_replacer_version>1.5.3</master_plugin_replacer_version>
<!-- https://central.sonatype.org/publish/publish-portal-maven/ -->
<master_plugin_central-publishing_version>0.9.0</master_plugin_central-publishing_version>
<!-- https://github.com/eclipse-jdt/eclipse.jdt.core/wiki/ECJ -->
<!-- 'Eclipse Compiler for Java' 3.43.0 which is part of Eclipse 4.37 (2025-09). IntelliJ still uses 3.31.0 as bundled version, which does not support Java 21+. But the Eclipse Scout Plugin provides the new version of the Eclipse Compiler. -->
<master_dependency_ecj_version>3.43.0</master_dependency_ecj_version>
<!-- https://codehaus-plexus.github.io/plexus-compiler/plexus-compilers/plexus-compiler-eclipse/index.html -->
<master_dependency_plexus-compiler-eclipse_version>2.16.1</master_dependency_plexus-compiler-eclipse_version>
<!-- https://tycho.eclipseprojects.io/doc/4.0.10/index.html -->
<!-- version of Tycho used by org.eclipse.scout.sdk.core.releng build and profiles eclipse-sign and eclipse-pack -->
<master_plugin_tycho_version>4.0.13</master_plugin_tycho_version>
<!-- https://tycho.eclipseprojects.io/doc/4.0.10/tycho-extras/index.html -->
<master_plugin_tycho-extras_version>${master_plugin_tycho_version}</master_plugin_tycho-extras_version>
<!-- https://www.eclipse.org/cbi/sitedocs/eclipse-jarsigner-plugin/ -->
<!-- https://repo.eclipse.org/content/groups/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/ -->
<!-- https://github.com/eclipse-cbi/org.eclipse.cbi -->
<master_plugin_jarsigner_version>1.5.2</master_plugin_jarsigner_version>
<!-- https://github.com/eirslett/frontend-maven-plugin -->
<master_plugin_frontend_version>1.15.4</master_plugin_frontend_version>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>${master_plugin_resources_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${master_plugin_source_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${master_plugin_compiler_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${master_plugin_surefire_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${master_plugin_failsafe_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${master_plugin_jar_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<version>${master_plugin_changelog_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${master_plugin_javadoc_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>${master_plugin_jxr_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>${master_plugin_clean_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>${master_plugin_install_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${master_plugin_deploy_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${master_plugin_site_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>${master_plugin_dependency_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>${master_plugin_assembly_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${master_plugin_release_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${master_plugin_gpg_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${master_plugin_project-info-reports_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>${master_plugin_war_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<version>${master_plugin_ear_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>${master_plugin_antrun_version}</version>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>${master_plugin_ant_version}</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>${master_plugin_ant_version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>${master_plugin_enforcer_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>${master_plugin_scm_version}</version>
<configuration>
<providerImplementations>
<git>jgit</git>
</providerImplementations>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-jgit</artifactId>
<version>${master_plugin_scm_version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>7.4.0.202509020913-r</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${master_plugin_exec_version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${master_plugin_build-helper_version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>${master_plugin_versions_version}</version>
</plugin>
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>${master_plugin_jib_version}</version>
</plugin>
<plugin>
<groupId>org.basepom.maven</groupId>
<artifactId>duplicate-finder-maven-plugin</artifactId>
<version>${master_plugin_duplicate-finder_version}</version>
</plugin>
<plugin>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>${master_plugin_jandex_version}</version>
</plugin>
<plugin>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>${master_plugin_jaxws_version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven3-plugin</artifactId>
<version>${master_plugin_cargo_version}</version>
</plugin>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>${master_plugin_asciidoctor_version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>${master_plugin_properties_version}</version>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>${master_plugin_license_version}</version>
</plugin>
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>${master_plugin_git-commit-id_version}</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${master_plugin_jacoco_version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>${master_plugin_flatten_version}</version>
</plugin>
<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>replacer</artifactId>
<version>${master_plugin_replacer_version}</version>
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>${master_plugin_central-publishing_version}</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${master_plugin_bundle_version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>${master_plugin_jarsigner_version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${master_plugin_tycho_version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${master_plugin_tycho_version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${master_plugin_tycho_version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<version>${master_plugin_tycho_version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${master_plugin_tycho_version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<version>${master_plugin_tycho_version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-custom-bundle-plugin</artifactId>
<version>${master_plugin_tycho-extras_version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${master_plugin_tycho_version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-publisher-plugin</artifactId>
<version>${master_plugin_tycho_version}</version>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>${master_plugin_frontend_version}</version>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>${master_plugin_security_dependency_check_version}</version>
</plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>${master_plugin_cyclonedx_version}</version>
</plugin>
<plugin>
<groupId>io.github.download-maven-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>${master_plugin_download_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-archetype-plugin</artifactId>
<version>${master_plugin_archetype_version}</version>
<dependencies>
<dependency> <!-- override plexus-archiver version -->
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>${master_plugin_archetype_plexus_archiver_version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
</build>
<url>https://eclipse.dev/scout/</url>
<inceptionYear>2015</inceptionYear>
<licenses>
<license>
<name>Eclipse Public License 2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
<comments>
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
</comments>
</license>
</licenses>
<developers>
<developer>
<name>Eclipse Scout Committers</name>
<email>scout-dev@eclipse.org</email>
<organization>Eclipse</organization>
<organizationUrl>https://www.eclipse.org</organizationUrl>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>scout-dev Mailing List</name>
<subscribe>https://accounts.eclipse.org/mailing-list/scout-dev</subscribe>
<unsubscribe>https://accounts.eclipse.org/mailing-list/scout-dev</unsubscribe>
<post>scout-dev@eclipse.org</post>
<archive>https://www.eclipse.org/lists/scout-dev</archive>
</mailingList>
</mailingLists>
<scm>
<url>https://github.com/eclipse-scout/scout.maven-master.git/</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/eclipse-scout/scout.maven-master/issues</url>
</issueManagement>
<repositories>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
<id>eclipse.snapshot</id>
<name>eclipse-snapshot-repo</name>
<url>https://repo.eclipse.org/content/groups/snapshots/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
<id>eclipse.release</id>
<name>eclipse-release-repo</name>
<url>https://repo.eclipse.org/content/groups/releases/</url>
</pluginRepository>
<pluginRepository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
<id>eclipse.snapshot</id>
<name>eclipse-snapshot-repo</name>
<url>https://repo.eclipse.org/content/groups/snapshots/</url>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>${master_deploy_ReleaseId}</id>
<name>Scout Repository - Releases</name>
<url>${master_deploy_ReleaseUrl}</url>
</repository>
<snapshotRepository>
<id>${master_deploy_SnapshotId}</id>
<name>Scout Repository - Snapshots</name>
<url>${master_deploy_SnapshotUrl}</url>
</snapshotRepository>
</distributionManagement>
<profiles>
<profile>
<id>eclipse-sign</id>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<executions>
<execution>
<id>sign</id>
<goals>
<goal>sign</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<goals>
<goal>sign</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>central-portal</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<autoPublish>${master_centralPortal_autoPublish}</autoPublish>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>