Merge branch 'master' of github.com:ZUGFeRD/mustangproject

# Conflicts:
#	Mustang-CLI/pom.xml
#	library/pom.xml
#	validator/pom.xml
This commit is contained in:
jstaerk
2024-08-05 10:06:30 +02:00
15 changed files with 261 additions and 158 deletions

View File

@@ -127,14 +127,10 @@ The whole settings.xml then looks e.g. like this
<offline/>
<pluginGroups/>
<servers>
<server>
      <id>github</id>
      <password>TOKEN</password>
    </server>
    <server>
      <id>ossrh</id>
      <username>jstaerk</username>
      <password>JIRA-PASSWORD</password>
      <username>SONATYPE TOKEN USER</username>
      <password>SONATYPE TOKEN PASSWORD</password>
    </server>
</servers>