File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,8 @@ win32x32.cmd (if you are on 32 bits windows)
45
45
=======
46
46
##Build Options
47
47
You can control the maven build with the following profiles:
48
- * juno (default) (builds against the juno repositories (4.2))
49
- * kepler (builds agains the kepler repositories (4.3))
50
48
* luna (builds agains the luna repositories (4.4))
49
+ * mars (builds agains the mars repositories (4.5))
51
50
* win32 (builds for 32 bit windows)
52
51
* win64
53
52
* linux32
@@ -58,11 +57,11 @@ You can control the maven build with the following profiles:
58
57
59
58
#####Examples:
60
59
61
- mvn verify -Plinux32,kepler
60
+ mvn verify -Plinux32 (builds for luna and linux 32 bits)
62
61
63
- mvn verify -Pwin32,juno ,linux32
62
+ mvn verify -Pwin32,mars ,linux32
64
63
65
- mvn verify (builds for juno and the platform you are running on)
64
+ mvn verify (builds for luna and the platform you are running on)
66
65
67
66
68
67
###Setting up a repository
You can’t perform that action at this time.
0 commit comments