-
Notifications
You must be signed in to change notification settings - Fork 7
/
build.moxie
68 lines (62 loc) · 1.46 KB
/
build.moxie
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#
# Moxie project descriptor
#
name: Moxie Build Toolkit
description: 'tools to faciltate building Java projects'
groupId: com.gitblit.moxie
artifactId: moxie-parent
version: 0.10.1-SNAPSHOT
organization: James Moger
organizationUrl: 'https://plus.google.com/u/0/+JamesMoger'
inceptionYear: 2012
# Current stable release
releaseVersion: 0.10.0
releaseDate: 2023-04-01
# Project urls
url: 'http://moxie.gitblit.com'
issuesUrl: 'https://gitblit-org.github.com/moxie'
mavenUrl: 'https://gitblit-org.github.io/moxie/maven/'
# Licenses section included for POM generation
licenses:
- {
name: Apache ASL v2.0
url: 'https://www.apache.org/licenses/LICENSE-2.0.html'
}
# Developers section included for POM generation
developers:
- {
id: james
name: James Moger
email: [email protected]
url: 'https://plus.google.com/u/0/116428776452027956920'
organization: VAS
organizationUrl: 'http://www.vas.com'
roles: developer
}
# SCM section included for POM generation
scm: {
connection: 'scm:git:git://github.com/gitblit-org/moxie.git'
developerConnection: 'scm:git:https://github.com/gitblit-org/moxie.git'
url: 'https://github.com/gitblit-org/moxie'
tag: HEAD
}
apply: eclipse, intellij, pom
tasks: {
"mx:javac": {
source: 1.8
target: 1.8
compiler: javac1.8
encoding: UTF-8
compilerArgs: '-Xlint:-options'
}
}
properties: {
ant.version : 1.10.13
}
modules:
- toolkit
- maxml
- moxie+ant
- proxy
- common
- site