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-kogito-apps.git
The following commit(s) were added to refs/heads/main by this push:
new f91e42d7e kie-issues#1123:unify maven projects configuration (#2040)
f91e42d7e is described below
commit f91e42d7eec33c419fe264589a926de1f5108a51
Author: Jan Stastny <[email protected]>
AuthorDate: Tue May 14 09:49:38 2024 +0200
kie-issues#1123:unify maven projects configuration (#2040)
* kie-issues#1123:unify maven projects configuration
* adjust deploy operation
* Revert "adjust deploy operation"
This reverts commit 49603f3090750d98e0e08f6166bc02f16853647b.
* add missing bits
---------
Co-authored-by: jstastny-cz <[email protected]>
---
pom.xml | 69 ++++++++++++++++++++++++++++++++++++++++++++++++-----------------
1 file changed, 51 insertions(+), 18 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1136ee2e8..465bd6b3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,57 @@
<name>Kogito Apps</name>
<description>Kogito Apps</description>
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>https://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>
+
+ <scm>
+
<connection>scm:git:https://github.com/apache/incubator-kie-kogito-apps.git</connection>
+
<developerConnection>scm:git:https://github.com/apache/incubator-kie-kogito-apps.git</developerConnection>
+ <url>https://github.com/apache/incubator-kie-kogito-apps</url>
+ </scm>
+ <developers>
+ <developer>
+ <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>
+
+ <mailingLists>
+ <mailingList>
+ <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>
+ </mailingLists>
+
<properties>
<project.build.outputTimestamp>2024-01-16T00:00:00Z</project.build.outputTimestamp>
<version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin>
@@ -57,24 +108,6 @@
</pluginManagement>
</build>
- <repositories>
- <!-- Bootstrap repository to locate the parent pom when the parent pom has
not been build locally. -->
- <repository>
- <id>apache-public-repository-group</id>
- <name>Apache Public Repository Group</name>
- <url>https://repository.apache.org/content/groups/public/</url>
- <layout>default</layout>
- <releases>
- <enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>daily</updatePolicy>
- </snapshots>
- </repository>
- </repositories>
-
<modules>
<module>kogito-apps-bom</module>
<module>kogito-apps-build-parent</module>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]