This is an automated email from the ASF dual-hosted git repository. kbowers pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-benchmarks.git
commit 58330d9a3d869a763382b8ec55491055c402c31e Author: Marián Macik <[email protected]> AuthorDate: Tue Jun 22 17:06:43 2021 +0200 Add JBoss Public Repository to locate the kogito-build-parent --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 0a7d55d..852c82f 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,24 @@ <maven.compiler.release>11</maven.compiler.release> <!-- Mainly because of the additions to the Process API introduced in Java 9 --> </properties> + <repositories> + <!-- Bootstrap repository to locate the parent pom when the parent pom has not been build locally. --> + <repository> + <id>jboss-public-repository-group</id> + <name>JBoss Public Repository Group</name> + <url>https://repository.jboss.org/nexus/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-benchmarks-framework</module> <module>kogito-benchmarks-tests</module> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
