From 475343ec6237987faba87c0b8b8f5f0b2393473b Mon Sep 17 00:00:00 2001 From: gabriel-logan Date: Tue, 9 Jul 2024 04:59:36 -0300 Subject: [PATCH] chore: Update Maven publish workflow to use global settings file --- .../1d784fce58c3719506730fb9749600554125b511 | 0 .idea/sonarlint/issuestore/index.pb | 4 +++- .../1d784fce58c3719506730fb9749600554125b511 | 0 .idea/sonarlint/securityhotspotstore/index.pb | 4 +++- pom.xml | 4 ++-- settings.xml | 23 +++++++++++++++++++ 6 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 .idea/sonarlint/issuestore/1/d/1d784fce58c3719506730fb9749600554125b511 create mode 100644 .idea/sonarlint/securityhotspotstore/1/d/1d784fce58c3719506730fb9749600554125b511 diff --git a/.idea/sonarlint/issuestore/1/d/1d784fce58c3719506730fb9749600554125b511 b/.idea/sonarlint/issuestore/1/d/1d784fce58c3719506730fb9749600554125b511 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/index.pb b/.idea/sonarlint/issuestore/index.pb index d8b871f..df50769 100644 --- a/.idea/sonarlint/issuestore/index.pb +++ b/.idea/sonarlint/issuestore/index.pb @@ -16,4 +16,6 @@ L P src/test/java/ValidatorTest.java,5\8\588b78f1e6cd56164975813197d21c04f270e038 G -multiform-validator.iml,d\5\d504f9b2cf453f919611cab68c0658cce3d4302e \ No newline at end of file +multiform-validator.iml,d\5\d504f9b2cf453f919611cab68c0658cce3d4302e +< + settings.xml,1\d\1d784fce58c3719506730fb9749600554125b511 \ No newline at end of file diff --git a/.idea/sonarlint/securityhotspotstore/1/d/1d784fce58c3719506730fb9749600554125b511 b/.idea/sonarlint/securityhotspotstore/1/d/1d784fce58c3719506730fb9749600554125b511 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/securityhotspotstore/index.pb b/.idea/sonarlint/securityhotspotstore/index.pb index d8b871f..df50769 100644 --- a/.idea/sonarlint/securityhotspotstore/index.pb +++ b/.idea/sonarlint/securityhotspotstore/index.pb @@ -16,4 +16,6 @@ L P src/test/java/ValidatorTest.java,5\8\588b78f1e6cd56164975813197d21c04f270e038 G -multiform-validator.iml,d\5\d504f9b2cf453f919611cab68c0658cce3d4302e \ No newline at end of file +multiform-validator.iml,d\5\d504f9b2cf453f919611cab68c0658cce3d4302e +< + settings.xml,1\d\1d784fce58c3719506730fb9749600554125b511 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 8890efb..6d70df4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github multiform-validator - 0.0.1 + 0.0.1-TEST Multiform Validator @@ -74,7 +74,7 @@ github - GitHub Packages + GitHub multiform-validator Apache Maven Packages https://maven.pkg.github.com/multiform-validator/java diff --git a/settings.xml b/settings.xml index 1f5a957..78c8196 100644 --- a/settings.xml +++ b/settings.xml @@ -3,6 +3,29 @@ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd"> + + github + + + + + github + + + central + https://repo1.maven.org/maven2 + + + github + https://maven.pkg.github.com/multiform-validator/java + + true + + + + + + github