-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy patharkon.props
42 lines (33 loc) · 910 Bytes
/
arkon.props
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
32
33
34
35
36
37
38
39
40
41
42
#
# arkon-maven-extension
#
# Reduce logging.
quiet = true
# Ignore download errors for existing files.
#offline = false
# Ignore "Last-Modified" header, always download.
fresh = true
# Path list separator character, see below.
#separator = ;
# Server ID in settings.xml for credentials.
#serverId = arkon
# Remote repository url
#serverURL = https://raw.githubusercontent.com
# Repository-relative resource path in the repository.
#sourceDir = random-maven/arkon/master
# Project-relative local destination folder for download.
#targetDir = .mvn
# Separator-delimited download resource path list.
pathList = \
pom.xml ; \
extensions.xml ; \
ci/settings.xml ; \
wrapper/maven-wrapper.jar ; \
wrapper/maven-wrapper.properties ; \
install.sh ; \
package.sh ; \
verify.sh ; \
site.sh ; \
release-bintray.sh ; \
release-sonatype.sh ; \
github-squash.sh ; \