forked from liferay/liferay-nativity
-
Notifications
You must be signed in to change notification settings - Fork 1
/
build.properties
81 lines (62 loc) · 2.07 KB
/
build.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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
##
## DO NOT EDIT THIS FILE.
##
## To update the properties of this file, create a separate properties file
## named "build.${user.name}.properties" with the properties to overwrite.
##
##
## Compiler
##
ant.build.javac.source=1.6
ant.build.javac.target=1.6
javac.compiler=modern
javac.debug=on
javac.deprecation=off
javac.encoding=ISO-8859-1
javac.nowarn=on
##
## Ivy
##
ivy.home=${basedir}/.ivy
ivy.jar.dir=${ivy.home}/lib
ivy.jar.file=${ivy.jar.dir}/ivy.jar
ivy.jar.url=https://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar
ivy.pom.description=Liferay Nativity is a cross-platform library for adding icon overlays and context menus to file browsers.
ivy.pom.developer.name=Dennis Ju
ivy.pom.developer.organization=Liferay, Inc.
ivy.pom.developer.organizationUrl=http://www.liferay.com
ivy.pom.license.name=LGPL 2.1
ivy.pom.license.url=http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
ivy.pom.name=Liferay Nativity
ivy.pom.scm.connection=scm:git:git@github.com:liferay/liferay-nativity.git
ivy.pom.scm.developerConnection=scm:git:git@github.com:liferay/liferay-nativity.git
ivy.pom.scm.url=http://github.com/liferay/liferay-nativity
ivy.resolve.transitive.dependencies=true
ivy.version=2.4.0
##
## Release Engineering
##
package.version=1.0.6
##
## PGP
##
pgp.generator=
pgp.keyname=auto
pgp.passphrase=
##
## Portal
##
portal.dir=/Users/liferay/liferay-portal
##
## Sonatype
##
sonatype.release.hostname=repository.liferay.com
sonatype.release.password=
sonatype.release.realm=Sonatype Nexus Repository Manager
sonatype.release.url=https://repository.liferay.com/nexus/content/repositories/liferay-public-releases
sonatype.release.username=
sonatype.snapshot.hostname=repository.liferay.com
sonatype.snapshot.password=
sonatype.snapshot.realm=Sonatype Nexus Repository Manager
sonatype.snapshot.url=https://repository.liferay.com/nexus/content/repositories/liferay-public-snapshots
sonatype.snapshot.username=