forked from quattor/maven-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BUILD_INFO
28 lines (18 loc) · 930 Bytes
/
BUILD_INFO
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
BUILD INFO:
To build this project, two profiles must be explicitly deactivated.
These are associated with the standard build pom, but we need to make
sure that they aren't executed here.
Use the following command options:
$ mvn '-P!cfg-module-dist' '-P!cfg-module-rpm' <goal> [goal...]
To perform a release, do the following:
$ mvn '-P!cfg-module-dist' '-P!cfg-module-rpm' \
-Darguments="-P\!cfg-module-dist -P\!cfg-module-rpm" \
clean release:prepare
$ mvn '-P!cfg-module-dist' '-P!cfg-module-rpm' \
-Darguments="-P\!cfg-module-dist -P\!cfg-module-rpm" \
release:perform
The backslashes are important to avoid shell expansion of the history.
You cannot use --batch-mode at the moment because you need to enter
your SourceForge password as well as the GPG key password.
You will probably also need to use the -Dusername=XXX property if your
account username is not the same as on SourceForge.