-
Notifications
You must be signed in to change notification settings - Fork 20
/
maven.properties
31 lines (23 loc) · 941 Bytes
/
maven.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
GROUP_ID=io.github.feer921
ARTIFACT_ID=BaseProject
VERSION_NAME=2.0
#POM_PACKAGING=jar
CUSTOM_ARTIFACT=./build/outputs/aar/BaseProject-release.aar
POM_PACKAGING=aar
POM_NAME=BaseProject
POM_URL=https://github.com/feer921/BaseProject
POM_DESCRIPTION=An Android basic library
POM_INCEPTION_YEAR=2023
POM_SCM_URL=https://github.com/feer921/BaseProject
POM_SCM_CONNECTION=scm:git@https://github.com/feer921/BaseProject.git
POM_SCM_DEV_CONNECTION=scm:git@https://github.com/feer921/BaseProject.git
POM_LICENCE_COMMENTS=A business-friendly OSS license
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=feer921
POM_DEVELOPER_NAME=feer921
POM_DEVELOPER_URL=https://github.com/feer921/BaseProject
POM_ISSUE_MANAGEMENT_SYSTEM=Github
POM_ISSUE_MANAGEMENT_URL=https://github.com/feer921/BaseProject