This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 229f529c97 kie-issues#1123:unify maven projects configuration (#5873)
229f529c97 is described below
commit 229f529c9712beefd30c4e7fa5587f1c4edf10a0
Author: Jan Stastny <[email protected]>
AuthorDate: Tue May 14 09:49:09 2024 +0200
kie-issues#1123:unify maven projects configuration (#5873)
* kie-issues#1123:unify maven projects configuration
* adjust deploy operation
* Revert "adjust deploy operation"
This reverts commit 258c81903851bad97d8c67d7837237bb89b69299.
* switch to https scm connection
---------
Co-authored-by: jstastny-cz <[email protected]>
---
build-parent/pom.xml | 3 --
pom.xml | 93 +++++++++++++---------------------------------------
2 files changed, 23 insertions(+), 73 deletions(-)
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index f91ddc9fbe..dcbd2d6613 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -1703,9 +1703,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${version.maven-deploy-plugin}</version>
- <configuration>
- <retryFailedDeploymentCount>10</retryFailedDeploymentCount>
- </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
diff --git a/pom.xml b/pom.xml
index ffaf3a01fc..fcab554d20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>30</version>
+ <version>32</version>
</parent>
<groupId>org.kie</groupId>
@@ -51,67 +51,9 @@
</license>
</licenses>
- <repositories>
- <repository>
- <!-- Duplicating the Maven Central repository here (as it is already
coming from Super POM) makes the build much faster,
- as the Maven Central is now treated as the first (default)
repository (because it is before the Apache Nexus one).
- Artifacts with release (fixed) versions are being downloaded
primarily from there. Without the central being the
- first repository the Apache Nexus would be contacted first and
since it is quite slow it slows down the build.
- We use Apache repo only to download our SNAPSHOTs. -->
- <id>central</id>
- <name>Central Repository</name>
- <url>https://repo.maven.apache.org/maven2</url>
- <layout>default</layout>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>apache-public-repository-group</id>
- <name>Apache Public Repository Group</name>
- <url>https://repository.apache.org/content/groups/public/</url>
- <releases>
- <enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>daily</updatePolicy>
- </snapshots>
- </repository>
- </repositories>
-
- <pluginRepositories>
- <pluginRepository>
- <!-- Duplicating the Maven Central repository here (as it is already
coming from Super POM) makes the build much faster,
- as the Maven Central is now treated as the first (default)
repository (because it is before the Apache Nexus one).
- Artifacts with release (fixed) versions are being downloaded
primarily from there. Without the central being the
- first repository the Apache Nexus would be contacted first and
since it is quite slow it slows down the build.
- We use Apache repo only to download our SNAPSHOTs. -->
- <id>central</id>
- <name>Central Repository</name>
- <url>https://repo.maven.apache.org/maven2</url>
- <layout>default</layout>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
- <id>apache-public-repository-group</id>
- <name>Apache Public Repository Group</name>
- <url>https://repository.apache.org/content/groups/public/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
-
<scm>
<connection>scm:git:https://github.com/apache/incubator-kie-drools.git</connection>
-
<developerConnection>scm:git:[email protected]:apache/incubator-kie-drools.git</developerConnection>
+
<developerConnection>scm:git:https://github.com/apache/incubator-kie-drools.git</developerConnection>
<url>https://github.com/apache/incubator-kie-drools</url>
</scm>
@@ -125,24 +67,35 @@
</issueManagement>
<developers>
<developer>
- <name>All developers are listed on the team website</name>
- <url>http://www.drools.org/community/team.html</url>
+ <name>The Apache KIE Team</name>
+ <email>[email protected]</email>
+ <url>https://kie.apache.org</url>
+ <organization>Apache Software Foundation</organization>
+ <organizationUrl>http://apache.org/</organizationUrl>
</developer>
</developers>
- <contributors>
- <contributor>
- <name>All contributors are listed on the team website</name>
- <url>http://www.drools.org/community/team.html</url>
- </contributor>
- </contributors>
<mailingLists>
<mailingList>
- <name>Development mailing list</name>
- <post>[email protected]</post>
+ <name>Development List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
<archive>https://lists.apache.org/[email protected]</archive>
</mailingList>
+ <mailingList>
+ <name>User List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ <mailingList>
+ <name>Commits List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
<mailingList>
<name>setup</name>
<subscribe>https://groups.google.com/forum/#!forum/drools-setup</subscribe>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]