-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
18 lines (18 loc) · 854 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "maven-confluence-plugin",
"version": "8.0-beta1",
"description": "",
"private": true,
"scripts": {
"version:set": "mvn versions:set -DnewVersion=$npm_package_version",
"version:commit": "mvn versions:commit",
"version:rollback": "mvn versions:rollback",
"test:deploy": " mvn -Pcloud -pl test-publishing confluence-reporting:deploy@commonmark",
"test:delete": " mvn -Pcloud -pl test-publishing confluence-reporting:delete@commonmark",
"changelog:tag": "mvn git-changelog-maven-plugin:git-changelog -N -DtoRef=refs/tags/v$npm_package_version",
"changelog:release": "mvn git-changelog-maven-plugin:git-changelog -N -DtoRef=refs/heads/release/$npm_package_version"
},
"keywords": [],
"author": "bsorrentino <bartolomeo.sorrentino@gmail.com> (http://soulsoftware-bsc.blogspot.it/)",
"license": "MIT"
}