mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-14 23:09:22 +00:00
13 lines
405 B
Properties
13 lines
405 B
Properties
#release configuration
|
|
#Sun Mar 10 16:16:08 CET 2019
|
|
scm.tagNameFormat=@{project.artifactId}-@{project.version}
|
|
pushChanges=true
|
|
scm.url=scm\:git\:git@github.com\:cincheo/jsweet.git
|
|
preparationGoals=clean verify
|
|
remoteTagging=true
|
|
projectVersionPolicyId=default
|
|
scm.commentPrefix=[maven-release-plugin]
|
|
exec.additionalArguments=-P jsweet
|
|
exec.snapshotReleasePluginAllowed=false
|
|
completedPhase=check-poms
|