Skip to content

Instantly share code, notes, and snippets.

@tkobayas
Created October 2, 2024 09:20
Show Gist options
  • Save tkobayas/8972d63f2ef49bc65b540d96cd059d6b to your computer and use it in GitHub Desktop.
Save tkobayas/8972d63f2ef49bc65b540d96cd059d6b to your computer and use it in GitHub Desktop.
sestting.xml for pgp check
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<pluginGroups>
</pluginGroups>
<proxies>
</proxies>
<servers>
</servers>
<mirrors>
</mirrors>
<profiles>
<profile>
<id>basic-profile</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.keyname>1384A644F9BFA0F54C84488C3B0DD7480424A676</gpg.keyname>
</properties>
<repositories>
<repository>
<id>kie-drools-staging</id>
<url>https://repository.apache.org/content/repositories/orgapachekie-1042/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>kie-drools-staging-plugin</id>
<url>https://repository.apache.org/content/repositories/orgapachekie-1042/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment