mirror of
https://github.com/bmlong137/maven-tiles
synced 2025-05-12 20:54:42 +00:00
Updated .gitignore
This commit is contained in:
parent
e852a14858
commit
cb482635b4
8
.gitignore
vendored
8
.gitignore
vendored
@ -2,8 +2,16 @@
|
|||||||
.*
|
.*
|
||||||
**/.*
|
**/.*
|
||||||
|
|
||||||
|
# Ignore backups
|
||||||
|
*.versionsBackup
|
||||||
|
|
||||||
# Ignore target directory
|
# Ignore target directory
|
||||||
target
|
target
|
||||||
|
out
|
||||||
|
docs/node_modules
|
||||||
|
|
||||||
|
.jj
|
||||||
|
|
||||||
|
|
||||||
# Don't ignore git special files
|
# Don't ignore git special files
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
1
docs/node_modules/@astrojs/starlight
generated
vendored
Symbolic link
1
docs/node_modules/@astrojs/starlight
generated
vendored
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../.pnpm/@astrojs+starlight@0.11.1_astro@4.4.3/node_modules/@astrojs/starlight
|
1
docs/node_modules/astro
generated
vendored
Symbolic link
1
docs/node_modules/astro
generated
vendored
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
.pnpm/astro@4.4.3/node_modules/astro
|
1
docs/node_modules/sharp
generated
vendored
Symbolic link
1
docs/node_modules/sharp
generated
vendored
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
.pnpm/sharp@0.32.6/node_modules/sharp
|
21
out/jreleaser/output.properties
Normal file
21
out/jreleaser/output.properties
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#JReleaser 1.9.0
|
||||||
|
#Tue Dec 12 11:15:36 NZDT 2023
|
||||||
|
commitFullHash=92eedcf655baa622ed581e49ef45f16d1ee3a08b
|
||||||
|
commitShortHash=92eedcf
|
||||||
|
javaVendor=Temurin
|
||||||
|
javaVersion=1.8.0_392
|
||||||
|
javaVmVersion=25.392-b08
|
||||||
|
milestoneName=tiles-maven-plugin-2.40
|
||||||
|
platform=osx-x86_64
|
||||||
|
platformReplaced=osx-x86_64
|
||||||
|
previousTagName=tiles-maven-plugin-2.39
|
||||||
|
projectName=tiles-maven-plugin
|
||||||
|
projectSnapshot=false
|
||||||
|
projectVersion=2.40
|
||||||
|
projectVersionMajor=2
|
||||||
|
projectVersionMinor=40
|
||||||
|
projectVersionNumber=2.40
|
||||||
|
releaseBranch=master
|
||||||
|
releaseName=Release tiles-maven-plugin-2.40
|
||||||
|
tagName=tiles-maven-plugin-2.40
|
||||||
|
timestamp=2023-12-12T11\:15\:31.088+13\:00
|
25
out/jreleaser/release/CHANGELOG.md
Normal file
25
out/jreleaser/release/CHANGELOG.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
## Changelog
|
||||||
|
|
||||||
|
## 🛠 Build
|
||||||
|
- b570011 Drop jrelease:release from release (for now)
|
||||||
|
|
||||||
|
## 📝 Documentation
|
||||||
|
- 4f48a81 Updated README/CHANGELOG
|
||||||
|
|
||||||
|
---
|
||||||
|
- f3cf8b9 [maven-release-plugin] prepare release tiles-maven-plugin-2.40
|
||||||
|
- 2860198 Added jrelease maven plugin
|
||||||
|
- 7380278 Fixing an issue with distribution management repositories losing authentication settings.
|
||||||
|
- 804efcf Fixing an issue with distribution management repositories losing authentication settings.
|
||||||
|
- e5bedd5 Fixing an issue with distribution management repositories losing authentication settings.
|
||||||
|
- 66f6450 Bump vite from 4.4.11 to 4.5.1 in /docs (#151), closes #151
|
||||||
|
- 0c28d93 explicitely define m-jar-p version (#150), closes #150
|
||||||
|
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
We'd like to thank the following people for their contributions:
|
||||||
|
- GitHub
|
||||||
|
- Hervé Boutemy ([@hboutemy](https://github.com/hboutemy))
|
||||||
|
- Mark Derricutt ([@talios](https://github.com/talios))
|
||||||
|
- Riesen, Stefan
|
||||||
|
- dependabot[bot] ([@dependabot[bot]](https://github.com/apps/dependabot))
|
850
out/jreleaser/trace.log
Normal file
850
out/jreleaser/trace.log
Normal file
@ -0,0 +1,850 @@
|
|||||||
|
[INFO] JReleaser 1.9.0
|
||||||
|
------------------------------------------------------------
|
||||||
|
jreleaser 1.9.0
|
||||||
|
------------------------------------------------------------
|
||||||
|
Build time: 2023-11-01 08:20:44Z
|
||||||
|
Revision: 383c727cc2ef91f8f54d4d5f2c9bc52c7e3bfa21
|
||||||
|
JVM: 1.8.0_392 (Temurin 25.392-b08)
|
||||||
|
------------------------------------------------------------
|
||||||
|
[INFO] Configuring with jreleaser.yml
|
||||||
|
[INFO] - basedir set to /Users/amrk/IdeaProjects/upstream/repaintio/maven-tiles
|
||||||
|
[INFO] - outputdir set to /Users/amrk/IdeaProjects/upstream/repaintio/maven-tiles/out/jreleaser
|
||||||
|
[INFO] Reading configuration
|
||||||
|
[DEBUG] - basedir set to /Users/amrk/IdeaProjects/upstream/repaintio/maven-tiles
|
||||||
|
[DEBUG] - baseOutputDirectory set to /Users/amrk/IdeaProjects/upstream/repaintio/maven-tiles/out
|
||||||
|
[DEBUG] - outputDirectory set to /Users/amrk/IdeaProjects/upstream/repaintio/maven-tiles/out/jreleaser
|
||||||
|
[DEBUG] - checksumDirectory set to /Users/amrk/IdeaProjects/upstream/repaintio/maven-tiles/out/jreleaser/checksums
|
||||||
|
[DEBUG] - catalogsDirectory set to /Users/amrk/IdeaProjects/upstream/repaintio/maven-tiles/out/jreleaser/catalogs
|
||||||
|
[DEBUG] - signaturesDirectory set to /Users/amrk/IdeaProjects/upstream/repaintio/maven-tiles/out/jreleaser/signatures
|
||||||
|
[DEBUG] - prepareDirectory set to /Users/amrk/IdeaProjects/upstream/repaintio/maven-tiles/out/jreleaser/prepare
|
||||||
|
[DEBUG] - packageDirectory set to /Users/amrk/IdeaProjects/upstream/repaintio/maven-tiles/out/jreleaser/package
|
||||||
|
[DEBUG] - downloadDirectory set to /Users/amrk/IdeaProjects/upstream/repaintio/maven-tiles/out/jreleaser/download
|
||||||
|
[DEBUG] - assembleDirectory set to /Users/amrk/IdeaProjects/upstream/repaintio/maven-tiles/out/jreleaser/assemble
|
||||||
|
[DEBUG] - artifactsDirectory set to /Users/amrk/IdeaProjects/upstream/repaintio/maven-tiles/out/jreleaser/artifacts
|
||||||
|
[INFO] git-root-search set to false
|
||||||
|
[INFO] Loading variables from /Users/amrk/.jreleaser/config.properties
|
||||||
|
[DEBUG] The following variables are defined in config.properties:
|
||||||
|
[DEBUG] JRELEASER_GITHUB_TOKEN
|
||||||
|
[DEBUG] JRELEASER_MAIL_PASSWORD
|
||||||
|
[DEBUG] The following variables are defined in the current environment:
|
||||||
|
[DEBUG] JRELEASER_HOME
|
||||||
|
[INFO] Validating configuration
|
||||||
|
[INFO] Strict mode set to false
|
||||||
|
[DEBUG] adjusting distributions with assemblies
|
||||||
|
[DEBUG] [validation] --== ASSEMBLE ==--
|
||||||
|
[DEBUG] [validation] hooks
|
||||||
|
[DEBUG] [validation] hooks.command
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] hooks.script
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] project
|
||||||
|
[DEBUG] [validation] download
|
||||||
|
[DEBUG] [validation] assemble
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] signing
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] release
|
||||||
|
[DEBUG] [validation] release.github
|
||||||
|
[DEBUG] [validation] checksum
|
||||||
|
[DEBUG] [validation] deploy
|
||||||
|
[DEBUG] [validation] deploy.maven
|
||||||
|
[DEBUG] [validation] upload
|
||||||
|
[DEBUG] [validation] catalog
|
||||||
|
[DEBUG] [validation] catalog.sbom
|
||||||
|
[DEBUG] [validation] catalog.sbom.cyclonedx
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] catalog.sbom.syft
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] catalog.slsa
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [postvalidation] project
|
||||||
|
[DEBUG] [postvalidation] assemble
|
||||||
|
[DEBUG] [postvalidation] assemble.jpackage
|
||||||
|
[DEBUG] [resolution] assemble
|
||||||
|
[DEBUG] [validation] --== FULL ==--
|
||||||
|
[DEBUG] [validation] hooks
|
||||||
|
[DEBUG] [validation] hooks.command
|
||||||
|
[DEBUG] [validation] hooks.script
|
||||||
|
[DEBUG] [validation] project
|
||||||
|
[DEBUG] [validation] download
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] assemble
|
||||||
|
[DEBUG] [validation] signing
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] release
|
||||||
|
[DEBUG] [validation] release.github
|
||||||
|
[DEBUG] [validation] checksum
|
||||||
|
[DEBUG] [validation] deploy
|
||||||
|
[DEBUG] [validation] deploy.maven
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] upload
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] packagers
|
||||||
|
[DEBUG] [validation] files
|
||||||
|
[DEBUG] [validation] catalog
|
||||||
|
[DEBUG] [validation] catalog.sbom
|
||||||
|
[DEBUG] [validation] catalog.sbom.cyclonedx
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] catalog.sbom.syft
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] catalog.slsa
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce
|
||||||
|
[DEBUG] [validation] announce.article
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.bluesky
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.discussions
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.discord
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.discourse
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.gitter
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.googleChat
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.linkedin
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.http
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.smtp
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.mastodon
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.mattermost
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.openCollective
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.sdkman
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.slack
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.teams
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.telegram
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.twitter
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.webhooks
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] announce.zulip
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [validation] - disabled
|
||||||
|
[DEBUG] [postvalidation] project
|
||||||
|
[DEBUG] [postvalidation] assemble
|
||||||
|
[DEBUG] [postvalidation] assemble.jpackage
|
||||||
|
[DEBUG] [postvalidation] distributions
|
||||||
|
environment:
|
||||||
|
|
||||||
|
hooks:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
command:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
script:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
|
||||||
|
project:
|
||||||
|
name: tiles-maven-plugin
|
||||||
|
version: 2.40
|
||||||
|
versionPattern: SEMVER
|
||||||
|
snapshot:
|
||||||
|
enabled: false
|
||||||
|
pattern: .*-SNAPSHOT
|
||||||
|
label: early-access
|
||||||
|
fullChangelog: false
|
||||||
|
description: Tiles Maven Plugin
|
||||||
|
longDescription: Project Mixins for Apache Maven
|
||||||
|
license: APACHE-2.0
|
||||||
|
inceptionYear: 2014
|
||||||
|
authors:
|
||||||
|
Mark Derricutt
|
||||||
|
Richard Vowles
|
||||||
|
stereotype: NONE
|
||||||
|
links:
|
||||||
|
homepage: https://github.com/repaint-io/maven-tiles
|
||||||
|
documentation: https://github.com/repaint-io/maven-tiles
|
||||||
|
bugTracker: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/issues
|
||||||
|
vcsBrowser: https://{{repoHost}}/{{repoOwner}}/{{repoName}}
|
||||||
|
extraProperties:
|
||||||
|
versionMajor: 2
|
||||||
|
versionMinor: 40
|
||||||
|
versionNumber: 2.40
|
||||||
|
versionWithUnderscores: 2_40
|
||||||
|
versionWithDashes: 2-40
|
||||||
|
versionNumberWithUnderscores: 2_40
|
||||||
|
versionNumberWithDashes: 2-40
|
||||||
|
effectiveVersionWithUnderscores: 2_40
|
||||||
|
effectiveVersionWithDashes: 2-40
|
||||||
|
|
||||||
|
platform:
|
||||||
|
|
||||||
|
release:
|
||||||
|
github:
|
||||||
|
enabled: true
|
||||||
|
host: github.com
|
||||||
|
owner: repaint-io
|
||||||
|
name: maven-tiles
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
artifacts: true
|
||||||
|
files: true
|
||||||
|
checksums: true
|
||||||
|
catalogs: true
|
||||||
|
signatures: true
|
||||||
|
repoUrl: https://{{repoHost}}/{{repoOwner}}/{{repoName}}
|
||||||
|
repoCloneUrl: https://{{repoHost}}/{{repoOwner}}/{{repoName}}.git
|
||||||
|
commitUrl: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/commits
|
||||||
|
srcUrl: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/blob/{{repoBranch}}
|
||||||
|
downloadUrl: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/releases/download/{{tagName}}/{{artifactFile}}
|
||||||
|
releaseNotesUrl: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/releases/tag/{{tagName}}
|
||||||
|
latestReleaseUrl: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/releases/latest
|
||||||
|
issueTrackerUrl: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/issues
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
releaseName: Release {{tagName}}
|
||||||
|
branch: master
|
||||||
|
branchPush: master
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
sign: false
|
||||||
|
skipTag: false
|
||||||
|
skipRelease: false
|
||||||
|
overwrite: true
|
||||||
|
update:
|
||||||
|
enabled: false
|
||||||
|
apiEndpoint: https://api.github.com
|
||||||
|
connectTimeout: 20
|
||||||
|
readTimeout: 60
|
||||||
|
changelog:
|
||||||
|
enabled: true
|
||||||
|
append:
|
||||||
|
enabled: false
|
||||||
|
links: false
|
||||||
|
skipMergeCommits: true
|
||||||
|
sort: DESC
|
||||||
|
formatted: ALWAYS
|
||||||
|
preset: conventional-commits
|
||||||
|
format: - {{commitShortHash}} {{#commitIsConventional}}{{#conventionalCommitIsBreakingChange}}🚨 {{/conventionalCommitIsBreakingChange}}{{#conventionalCommitScope}}**{{conventionalCommitScope}}**: {{/conventionalCommitScope}}{{conventionalCommitDescription}}{{#conventionalCommitBreakingChangeContent}} - *{{conventionalCommitBreakingChangeContent}}*{{/conventionalCommitBreakingChangeContent}}{{/commitIsConventional}}{{^commitIsConventional}}{{commitTitle}}{{/commitIsConventional}}{{#commitHasIssues}}, closes{{#commitIssues}} {{issue}}{{/commitIssues}}{{/commitHasIssues}}
|
||||||
|
categoryTitleFormat: ## {{categoryTitle}}
|
||||||
|
contributorsTitleFormat: ## Contributors
|
||||||
|
content:
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
{{changelogChanges}}
|
||||||
|
{{changelogContributors}}
|
||||||
|
hide:
|
||||||
|
contributors:
|
||||||
|
enabled: true
|
||||||
|
format: - {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}
|
||||||
|
categories:
|
||||||
|
category 0:
|
||||||
|
key: merge
|
||||||
|
title: 🔀 Merge
|
||||||
|
labels:
|
||||||
|
merge
|
||||||
|
order: 0
|
||||||
|
category 1:
|
||||||
|
key: features
|
||||||
|
title: 🚀 Features
|
||||||
|
labels:
|
||||||
|
feat
|
||||||
|
order: 10
|
||||||
|
category 2:
|
||||||
|
key: fixes
|
||||||
|
title: 🐛 Fixes
|
||||||
|
labels:
|
||||||
|
fix
|
||||||
|
order: 20
|
||||||
|
category 3:
|
||||||
|
key: changes
|
||||||
|
title: 🔄️ Changes
|
||||||
|
labels:
|
||||||
|
revert
|
||||||
|
style
|
||||||
|
perf
|
||||||
|
refactor
|
||||||
|
order: 30
|
||||||
|
category 4:
|
||||||
|
key: tasks
|
||||||
|
title: 🧰 Tasks
|
||||||
|
labels:
|
||||||
|
chore
|
||||||
|
order: 40
|
||||||
|
category 5:
|
||||||
|
key: build
|
||||||
|
title: 🛠 Build
|
||||||
|
labels:
|
||||||
|
test
|
||||||
|
build
|
||||||
|
ci
|
||||||
|
order: 50
|
||||||
|
category 6:
|
||||||
|
key: docs
|
||||||
|
title: 📝 Documentation
|
||||||
|
labels:
|
||||||
|
docs
|
||||||
|
order: 60
|
||||||
|
labelers:
|
||||||
|
labeler 0:
|
||||||
|
label: merge
|
||||||
|
title: Merge pull
|
||||||
|
order: 0
|
||||||
|
labeler 1:
|
||||||
|
label: merge
|
||||||
|
title: Merge branch
|
||||||
|
order: 5
|
||||||
|
labeler 2:
|
||||||
|
label: build
|
||||||
|
title: regex:^(?:build(?:\(.*\))?!?):\s.*
|
||||||
|
order: 10
|
||||||
|
labeler 3:
|
||||||
|
label: chore
|
||||||
|
title: regex:^(?:chore(?:\(.*\))?!?):\s.*
|
||||||
|
order: 20
|
||||||
|
labeler 4:
|
||||||
|
label: ci
|
||||||
|
title: regex:^(?:ci(?:\(.*\))?!?):\s.*
|
||||||
|
order: 30
|
||||||
|
labeler 5:
|
||||||
|
label: docs
|
||||||
|
title: regex:^(?:docs(?:\(.*\))?!?):\s.*
|
||||||
|
order: 40
|
||||||
|
labeler 6:
|
||||||
|
label: feat
|
||||||
|
title: regex:^(?:feat(?:\(.*\))?!?):\s.*
|
||||||
|
order: 50
|
||||||
|
labeler 7:
|
||||||
|
label: fix
|
||||||
|
title: regex:^(?:fix(?:\(.*\))?!?):\s.*
|
||||||
|
order: 60
|
||||||
|
labeler 8:
|
||||||
|
label: perf
|
||||||
|
title: regex:^(?:perf(?:\(.*\))?!?):\s.*
|
||||||
|
order: 70
|
||||||
|
labeler 9:
|
||||||
|
label: refactor
|
||||||
|
title: regex:^(?:refactor(?:\(.*\))?!?):\s.*
|
||||||
|
order: 80
|
||||||
|
labeler 10:
|
||||||
|
label: revert
|
||||||
|
title: regex:^(?:revert(?:\(.*\))?!?):\s.*
|
||||||
|
order: 90
|
||||||
|
labeler 11:
|
||||||
|
label: style
|
||||||
|
title: regex:^(?:style(?:\(.*\))?!?):\s.*
|
||||||
|
order: 100
|
||||||
|
labeler 12:
|
||||||
|
label: test
|
||||||
|
title: regex:^(?:test(?:\(.*\))?!?):\s.*
|
||||||
|
order: 110
|
||||||
|
milestone:
|
||||||
|
name: {{tagName}}
|
||||||
|
close: true
|
||||||
|
issues:
|
||||||
|
enabled: false
|
||||||
|
comment: ð This issue has been resolved in `{{tagName}}` ([Release Notes]({{releaseNotesUrl}}))
|
||||||
|
label:
|
||||||
|
name: released
|
||||||
|
color: #FF0000
|
||||||
|
description: Issue has been released
|
||||||
|
prerelease:
|
||||||
|
enabled: false
|
||||||
|
draft: false
|
||||||
|
releaseNotes:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
checksum:
|
||||||
|
name: checksums.txt
|
||||||
|
individual: false
|
||||||
|
algorithms:
|
||||||
|
SHA_256
|
||||||
|
artifacts: true
|
||||||
|
files: true
|
||||||
|
|
||||||
|
signing:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
armored: false
|
||||||
|
verify: true
|
||||||
|
artifacts: true
|
||||||
|
files: true
|
||||||
|
checksums: true
|
||||||
|
catalogs: true
|
||||||
|
passphrase: **unset**
|
||||||
|
publicKey: **unset**
|
||||||
|
secretKey: **unset**
|
||||||
|
|
||||||
|
announce:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
article:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
commitAuthor:
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
name: article
|
||||||
|
token: **unset**
|
||||||
|
bluesky:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
handle: **unset**
|
||||||
|
password: **unset**
|
||||||
|
discord:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
webhook: **unset**
|
||||||
|
discourse:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
apiKey: **unset**
|
||||||
|
username: **unset**
|
||||||
|
discussions:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
gitter:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
webhook: **unset**
|
||||||
|
googlechat:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
webhook: **unset**
|
||||||
|
linkedin:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
owner: **unset**
|
||||||
|
accessToken: **unset**
|
||||||
|
smtp:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
auth: false
|
||||||
|
password: **unset**
|
||||||
|
mastodon:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
accessToken: **unset**
|
||||||
|
mattermost:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
webhook: **unset**
|
||||||
|
structuredMessage: true
|
||||||
|
opencollective:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
token: **unset**
|
||||||
|
sdkman:
|
||||||
|
enabled: false
|
||||||
|
consumerKey: **unset**
|
||||||
|
consumerToken: **unset**
|
||||||
|
slack:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
webhook: **unset**
|
||||||
|
token: **unset**
|
||||||
|
teams:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
webhook: **unset**
|
||||||
|
telegram:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
token: **unset**
|
||||||
|
chatId: **unset**
|
||||||
|
twitter:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
consumerKey: **unset**
|
||||||
|
consumerSecret: **unset**
|
||||||
|
accessToken: **unset**
|
||||||
|
accessTokenSecret: **unset**
|
||||||
|
zulip:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
apiKey: **unset**
|
||||||
|
|
||||||
|
packagers:
|
||||||
|
appimage:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
continueOnError: false
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
developerName: Mark Derricutt, Richard Vowles
|
||||||
|
requiresTerminal: false
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
owner: repaint-io
|
||||||
|
name: appimage
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
branch: HEAD
|
||||||
|
branchPush: HEAD
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
asdf:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
continueOnError: false
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
owner: repaint-io
|
||||||
|
name: asdf
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
branch: HEAD
|
||||||
|
branchPush: HEAD
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
brew:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
continueOnError: false
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
multiPlatform: false
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
owner: repaint-io
|
||||||
|
name: homebrew-tap
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
branch: HEAD
|
||||||
|
branchPush: HEAD
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
cask:
|
||||||
|
enabled: false
|
||||||
|
chocolatey:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
continueOnError: false
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
apiKey: **unset**
|
||||||
|
remoteBuild: false
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
owner: repaint-io
|
||||||
|
name: chocolatey-bucket
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
branch: HEAD
|
||||||
|
branchPush: HEAD
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
docker:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
useLocalArtifact: true
|
||||||
|
buildx:
|
||||||
|
enabled: false
|
||||||
|
createBuilder: true
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
owner: repaint-io
|
||||||
|
name: docker
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
branch: HEAD
|
||||||
|
branchPush: HEAD
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
versionedSubfolders: false
|
||||||
|
continueOnError: false
|
||||||
|
flatpak:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
continueOnError: false
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
developerName: Mark Derricutt, Richard Vowles
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
owner: repaint-io
|
||||||
|
name: flatpak
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
branch: HEAD
|
||||||
|
branchPush: HEAD
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
gofish:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
continueOnError: false
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
owner: repaint-io
|
||||||
|
name: repaint-io-fish-food
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
branch: HEAD
|
||||||
|
branchPush: HEAD
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
jbang:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
continueOnError: false
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
owner: repaint-io
|
||||||
|
name: jbang-catalog
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
branch: HEAD
|
||||||
|
branchPush: HEAD
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
jib:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
owner: repaint-io
|
||||||
|
name: jib
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
branch: HEAD
|
||||||
|
branchPush: HEAD
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
versionedSubfolders: false
|
||||||
|
continueOnError: false
|
||||||
|
macports:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
continueOnError: false
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
owner: repaint-io
|
||||||
|
name: macports
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
branch: HEAD
|
||||||
|
branchPush: HEAD
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
scoop:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
continueOnError: false
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
owner: repaint-io
|
||||||
|
name: scoop-repaint-io
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
branch: HEAD
|
||||||
|
branchPush: HEAD
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
sdkman:
|
||||||
|
enabled: false
|
||||||
|
continueOnError: false
|
||||||
|
connectTimeout: 20
|
||||||
|
readTimeout: 60
|
||||||
|
consumerKey: **unset**
|
||||||
|
consumerToken: **unset**
|
||||||
|
snap:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
continueOnError: false
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
base: core20
|
||||||
|
grade: stable
|
||||||
|
confinement: strict
|
||||||
|
remoteBuild: false
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
owner: repaint-io
|
||||||
|
name: snap
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
branch: HEAD
|
||||||
|
branchPush: HEAD
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
spec:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
continueOnError: false
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
owner: repaint-io
|
||||||
|
name: repaint-io-spec
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
branch: HEAD
|
||||||
|
branchPush: HEAD
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
winget:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
continueOnError: false
|
||||||
|
commitAuthor:
|
||||||
|
name: jreleaserbot
|
||||||
|
email: jreleaser@kordamp.org
|
||||||
|
package:
|
||||||
|
publisher:
|
||||||
|
installer:
|
||||||
|
type: WIX
|
||||||
|
scope: MACHINE
|
||||||
|
upgradeBehavior: INSTALL
|
||||||
|
repository:
|
||||||
|
enabled: false
|
||||||
|
owner: repaint-io
|
||||||
|
name: winget
|
||||||
|
tagName: tiles-maven-plugin-{{projectVersion}}
|
||||||
|
branch: HEAD
|
||||||
|
branchPush: HEAD
|
||||||
|
username: repaint-io
|
||||||
|
token: ************
|
||||||
|
|
||||||
|
download:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
|
||||||
|
assemble:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
maven:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
pomchecker:
|
||||||
|
version: 1.9.0
|
||||||
|
failOnWarning: true
|
||||||
|
failOnError: true
|
||||||
|
|
||||||
|
upload:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
|
||||||
|
catalog:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
sbom:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
cyclonedx:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
distributions: false
|
||||||
|
files: false
|
||||||
|
pack:
|
||||||
|
enabled: false
|
||||||
|
syft:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
distributions: false
|
||||||
|
files: false
|
||||||
|
pack:
|
||||||
|
enabled: false
|
||||||
|
slsa:
|
||||||
|
enabled: false
|
||||||
|
active: NEVER
|
||||||
|
artifacts: true
|
||||||
|
files: true
|
||||||
|
deployables: true
|
||||||
|
|
||||||
|
[INFO] Project version set to 2.40
|
||||||
|
[INFO] Release is not snapshot
|
||||||
|
[INFO] Timestamp is 2023-12-12T11:15:31.088+13:00
|
||||||
|
[INFO] HEAD is at 92eedcf
|
||||||
|
[INFO] Platform is osx-x86_64
|
||||||
|
[DEBUG] loading extension default-jreleaser-mustache:org.jreleaser.extensions.internal.mustache.DefaultMustacheExtension
|
||||||
|
[DEBUG] adding org.jreleaser.extensions.internal.mustache.DefaultMustacheExtensionPoint from default-jreleaser-mustache extension
|
||||||
|
[INFO] dry-run set to false
|
||||||
|
[INFO] Generating changelog
|
||||||
|
[DEBUG] resolving commits
|
||||||
|
[DEBUG] looking for tag that matches 'tiles-maven-plugin-2.40'
|
||||||
|
[DEBUG] looking for a tag before 'tiles-maven-plugin-2.40' that matches 'tiles-maven-plugin-.*'
|
||||||
|
[DEBUG] found tag tiles-maven-plugin-2.39
|
||||||
|
[DEBUG] sorting commits DESC
|
||||||
|
[DEBUG] looking up user for Hervé Boutemy <hboutemy@apache.org>
|
||||||
|
[DEBUG] looking up user for Mark Derricutt <mark@talios.com>
|
||||||
|
[DEBUG] looking up user for Riesen, Stefan <stefan.riesen@glencore.com>
|
||||||
|
[DEBUG] looking up user for dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||||
|
[INFO] Storing changelog: out/jreleaser/release/CHANGELOG.md
|
||||||
|
[DEBUG] ## Changelog
|
||||||
|
|
||||||
|
## 🛠 Build
|
||||||
|
- b570011 Drop jrelease:release from release (for now)
|
||||||
|
|
||||||
|
## 📝 Documentation
|
||||||
|
- 4f48a81 Updated README/CHANGELOG
|
||||||
|
|
||||||
|
---
|
||||||
|
- f3cf8b9 [maven-release-plugin] prepare release tiles-maven-plugin-2.40
|
||||||
|
- 2860198 Added jrelease maven plugin
|
||||||
|
- 7380278 Fixing an issue with distribution management repositories losing authentication settings.
|
||||||
|
- 804efcf Fixing an issue with distribution management repositories losing authentication settings.
|
||||||
|
- e5bedd5 Fixing an issue with distribution management repositories losing authentication settings.
|
||||||
|
- 66f6450 Bump vite from 4.4.11 to 4.5.1 in /docs (#151), closes #151
|
||||||
|
- 0c28d93 explicitely define m-jar-p version (#150), closes #150
|
||||||
|
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
We'd like to thank the following people for their contributions:
|
||||||
|
- GitHub
|
||||||
|
- Hervé Boutemy ([@hboutemy](https://github.com/hboutemy))
|
||||||
|
- Mark Derricutt ([@talios](https://github.com/talios))
|
||||||
|
- Riesen, Stefan
|
||||||
|
- dependabot[bot] ([@dependabot[bot]](https://github.com/apps/dependabot))
|
||||||
|
[INFO] Calculating checksums for distributions and files
|
||||||
|
[INFO] [checksum] No files configured for checksum. Skipping
|
||||||
|
[INFO] Cataloging artifacts
|
||||||
|
[INFO] Cataloging is not enabled. Skipping
|
||||||
|
[INFO] Signing distributions and files
|
||||||
|
[INFO] [sign] Signing is not enabled. Skipping
|
||||||
|
[INFO] Deploying Maven artifacts
|
||||||
|
[INFO] [maven] Deploying is not enabled. Skipping
|
||||||
|
[INFO] Uploading distributions and files
|
||||||
|
[INFO] [upload] Uploading is not enabled. Skipping
|
||||||
|
[INFO] Releasing to https://github.com/repaint-io/maven-tiles@master
|
||||||
|
[DEBUG] fetching all branches on repaint-io/maven-tiles
|
||||||
|
[DEBUG] looking up release with tag tiles-maven-plugin-2.40 at repository repaint-io/maven-tiles
|
||||||
|
[DEBUG] fetching release on repaint-io/maven-tiles with tag tiles-maven-plugin-2.40
|
||||||
|
[DEBUG] release tiles-maven-plugin-2.40 does not exist
|
||||||
|
[DEBUG] creating release tiles-maven-plugin-2.40
|
||||||
|
[DEBUG] tagging local repository with tiles-maven-plugin-2.40
|
||||||
|
[DEBUG] creating release on repaint-io/maven-tiles with tag tiles-maven-plugin-2.40
|
||||||
|
[DEBUG] lookup open milestone 'tiles-maven-plugin-2.40' on repaint-io/maven-tiles
|
||||||
|
[DEBUG] fetching all milestones on repaint-io/maven-tiles with status open
|
||||||
|
[DEBUG] checking if release repaint-io/maven-tiles@tiles-maven-plugin-2.40 was left as draft
|
||||||
|
[DEBUG] fetching release on repaint-io/maven-tiles with id 133486312
|
||||||
|
[INFO] Writing output properties to out/jreleaser/output.properties
|
||||||
|
[INFO] JReleaser succeeded after 4.832 s
|
384
pom.xml.versionsBackup
Normal file
384
pom.xml.versionsBackup
Normal file
@ -0,0 +1,384 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License. See accompanying LICENSE file.
|
||||||
|
-->
|
||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>io.repaint.maven</groupId>
|
||||||
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
|
<packaging>maven-plugin</packaging>
|
||||||
|
<version>2.41-SNAPSHOT</version>
|
||||||
|
<name>Tiles Maven Plugin</name>
|
||||||
|
|
||||||
|
<description>Provides composition support for Maven composition support for Maven</description>
|
||||||
|
<url>http://repaint.io</url>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
|
||||||
|
<developers>
|
||||||
|
<!-- reviewer -->
|
||||||
|
<developer>
|
||||||
|
<id>talios</id>
|
||||||
|
<email>mark@talios.com</email>
|
||||||
|
<name>Mark Derricutt</name>
|
||||||
|
</developer>
|
||||||
|
<!-- developer -->
|
||||||
|
<developer>
|
||||||
|
<id>richard</id>
|
||||||
|
<email>richard@bluetrainsoftware.com</email>
|
||||||
|
<name>Richard Vowles</name>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
<mavenVersion>3.9.6</mavenVersion>
|
||||||
|
<groovyVersion>4.0.18</groovyVersion>
|
||||||
|
<repaint.release>dev</repaint.release>
|
||||||
|
<project.build.outputTimestamp>2023-12-11T22:10:54Z</project.build.outputTimestamp>
|
||||||
|
</properties>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:git@github.com:repaint-io/maven-tiles</connection>
|
||||||
|
<developerConnection>scm:git:git@github.com:repaint-io/maven-tiles</developerConnection>
|
||||||
|
<url>https://github.com/repaint-io/maven-tiles</url>
|
||||||
|
<tag>HEAD</tag>
|
||||||
|
</scm>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>sonatype-staging</id>
|
||||||
|
<name>oss.sonatype.org Staging Repository</name>
|
||||||
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
||||||
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>sonatype-snapshots</id>
|
||||||
|
<name>oss.sonatype.org Snapshot Repository</name>
|
||||||
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.groovy</groupId>
|
||||||
|
<artifactId>groovy</artifactId>
|
||||||
|
<version>${groovyVersion}</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.groovy</groupId>
|
||||||
|
<artifactId>groovy-xml</artifactId>
|
||||||
|
<version>${groovyVersion}</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.groovy</groupId>
|
||||||
|
<artifactId>groovy-test</artifactId>
|
||||||
|
<version>${groovyVersion}</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>javax.inject</groupId>
|
||||||
|
<artifactId>javax.inject</artifactId>
|
||||||
|
<version>1</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.slf4j</groupId>
|
||||||
|
<artifactId>slf4j-api</artifactId>
|
||||||
|
<version>2.0.9</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.slf4j</groupId>
|
||||||
|
<artifactId>slf4j-simple</artifactId>
|
||||||
|
<version>2.0.9</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.maven</groupId>
|
||||||
|
<artifactId>maven-core</artifactId>
|
||||||
|
<version>${mavenVersion}</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.maven.plugin-tools</groupId>
|
||||||
|
<artifactId>maven-plugin-annotations</artifactId>
|
||||||
|
<version>3.10.2</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.maven.shared</groupId>
|
||||||
|
<artifactId>maven-artifact-transfer</artifactId>
|
||||||
|
<version>0.13.1</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.maven.shared</groupId>
|
||||||
|
<artifactId>maven-filtering</artifactId>
|
||||||
|
<version>3.3.1</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.apache.maven</groupId>
|
||||||
|
<artifactId>maven-core</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.bluetrainsoftware.composite</groupId>
|
||||||
|
<artifactId>composite-unit-test</artifactId>
|
||||||
|
<version>1.1</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.mockito</groupId>
|
||||||
|
<artifactId>mockito-core</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.mockito</groupId>
|
||||||
|
<artifactId>mockito-core</artifactId>
|
||||||
|
<version>4.11.0</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<!-- activate the sonatype profile when a release is being done -->
|
||||||
|
<id>sonatype</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>performRelease</name>
|
||||||
|
<value>true</value>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-gpg-plugin</artifactId>
|
||||||
|
<version>3.1.0</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>sign-artifacts</id>
|
||||||
|
<phase>verify</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>sign</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>run-its</id>
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-invoker-plugin</artifactId>
|
||||||
|
<version>3.6.0</version>
|
||||||
|
<configuration>
|
||||||
|
<projectsDirectory>src/it</projectsDirectory>
|
||||||
|
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
|
||||||
|
<!--<mavenOpts>-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000</mavenOpts>-->
|
||||||
|
<pomIncludes>
|
||||||
|
<pomInclude>*/pom.xml</pomInclude>
|
||||||
|
</pomIncludes>
|
||||||
|
<!-- <preBuildHookScript>setup</preBuildHookScript> -->
|
||||||
|
<postBuildHookScript>verify</postBuildHookScript>
|
||||||
|
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
|
||||||
|
<settingsFile>src/it/settings.xml</settingsFile>
|
||||||
|
<debug>true</debug>
|
||||||
|
<!-- <goals>
|
||||||
|
<goal>clean</goal>
|
||||||
|
<goal>verify</goal>
|
||||||
|
</goals>
|
||||||
|
-->
|
||||||
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>integration-test</id>
|
||||||
|
<goals>
|
||||||
|
<goal>install</goal>
|
||||||
|
<goal>run</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.jreleaser</groupId>
|
||||||
|
<artifactId>jreleaser-maven-plugin</artifactId>
|
||||||
|
<version>1.9.0</version>
|
||||||
|
<inherited>false</inherited>
|
||||||
|
<configuration>
|
||||||
|
<configFile>jreleaser.yml</configFile>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-scm-plugin</artifactId>
|
||||||
|
<version>2.0.1</version>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-enforcer-plugin</artifactId>
|
||||||
|
<version>3.4.1</version>
|
||||||
|
<!-- Invocation is defined by the release plugin goal set hence no executions -->
|
||||||
|
<configuration>
|
||||||
|
<rules>
|
||||||
|
<requireMavenVersion>
|
||||||
|
<version>[3.9.6,)</version>
|
||||||
|
</requireMavenVersion>
|
||||||
|
<requireReleaseDeps>
|
||||||
|
<!-- Don't allow releases with snapshop deps or parents -->
|
||||||
|
<message>No Snapshots Allowed!</message>
|
||||||
|
<failWhenParentIsSnapshot>true</failWhenParentIsSnapshot>
|
||||||
|
<searchTransitive>true</searchTransitive>
|
||||||
|
</requireReleaseDeps>
|
||||||
|
<bannedDependencies>
|
||||||
|
<excludes>
|
||||||
|
<exclude>commons-logging</exclude>
|
||||||
|
<exclude>commons-logging-api</exclude>
|
||||||
|
</excludes>
|
||||||
|
</bannedDependencies>
|
||||||
|
</rules>
|
||||||
|
<fail>true</fail>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
|
<version>3.0.1</version>
|
||||||
|
<configuration>
|
||||||
|
<mavenExecutorId>forked-path</mavenExecutorId>
|
||||||
|
<arguments>-Drepaint.release=release</arguments>
|
||||||
|
<preparationGoals>clean enforcer:enforce verify</preparationGoals>
|
||||||
|
<goals>enforcer:enforce deploy</goals>
|
||||||
|
<tagBase>release/${project.groupId}/</tagBase>
|
||||||
|
<pushChanges>false</pushChanges>
|
||||||
|
<localCheckout>true</localCheckout>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<!-- allow us to be used by Java 6, even though really, I mean -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<version>3.11.0</version>
|
||||||
|
<configuration>
|
||||||
|
<source>1.8</source>
|
||||||
|
<target>1.8</target>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eclipse.sisu</groupId>
|
||||||
|
<artifactId>sisu-maven-plugin</artifactId>
|
||||||
|
<version>0.9.0.M2</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<goals>
|
||||||
|
<goal>main-index</goal>
|
||||||
|
<goal>test-index</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-plugin-plugin</artifactId>
|
||||||
|
<version>3.9.0</version>
|
||||||
|
<configuration>
|
||||||
|
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
|
||||||
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>mojo-descriptor</id>
|
||||||
|
<goals>
|
||||||
|
<goal>descriptor</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
<!-- if you want to generate help goal -->
|
||||||
|
<execution>
|
||||||
|
<id>generated-helpmojo</id>
|
||||||
|
<goals>
|
||||||
|
<goal>helpmojo</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<!-- cloudbees is failing for some reasons with 2.10 -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<version>3.1.2</version>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<!-- not supporting mixed java/groovy compilation -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.gmavenplus</groupId>
|
||||||
|
<artifactId>gmavenplus-plugin</artifactId>
|
||||||
|
<version>3.0.2</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<goals>
|
||||||
|
<goal>addSources</goal>
|
||||||
|
<goal>addTestSources</goal>
|
||||||
|
<goal>compile</goal>
|
||||||
|
<goal>compileTests</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
|
<version>3.3.0</version>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
|
<version>3.3.0</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>attach-sources</id>
|
||||||
|
<goals>
|
||||||
|
<goal>jar-no-fork</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</project>
|
Loading…
x
Reference in New Issue
Block a user