File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ releases of cloudstack
111111
112112To build all non redistributable components, add the noredist flag to the build command:
113113
114- $ mvn clean install -P systemvm,developer -Dnonoss
114+ $ mvn clean install -P systemvm,developer -Dnoredist
115115
116116Clear old database (if any) and deploy the database schema:
117117
Original file line number Diff line number Diff line change @@ -174,12 +174,12 @@ cp packaging/centos63/replace.properties build/replace.properties
174174echo VERSION= %{_maventag } >> build/replace.properties
175175echo PACKAGE= %{name } >> build/replace.properties
176176
177- if [ "%{_ossnoss }" == "NONOSS " -o "%{_ossnoss }" == "nonoss " ] ; then
178- echo "Executing mvn packaging for NONOSS ..."
179- mvn -Pawsapi,systemvm -Dnonoss package clean install
177+ if [ "%{_ossnoss }" == "NOREDIST " -o "%{_ossnoss }" == "noredist " ] ; then
178+ echo "Executing mvn packaging with non-redistributable libraries ..."
179+ mvn -Pawsapi,systemvm -Dnoredist clean package
180180else
181- echo "Executing mvn packaging for OSS ..."
182- mvn -Pawsapi package -Dsystemvm clean install
181+ echo "Executing mvn packaging ..."
182+ mvn -Pawsapi,systemvm clean package
183183fi
184184
185185%install
You can’t perform that action at this time.
0 commit comments