File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,13 +161,13 @@ build_and_stage_artifacts() {
161
161
cd $working_dir
162
162
if [ $( hasflag --local-release) ]; then
163
163
echo " ==== Release to local"
164
- ./mvnw ${maven_opts} install
164
+ ./mvnw ${maven_opts} install -pl ' !:citrus-remote-sample '
165
165
elif [ $( hasflag --snapshot-release) ]; then
166
166
echo " ==== Release snapshot to local"
167
- ./mvnw ${maven_opts} install
167
+ ./mvnw ${maven_opts} install -pl ' !:citrus-remote-sample '
168
168
else
169
169
echo " ==== Release to Maven central and stage artifacts to Sonatype"
170
- ./mvnw ${maven_opts} install deploy -DfailIfNoTests=false -Dtest -Dit.test -Prelease-central -DstagingDescription=" Staging Citrus Remote for v$release_version "
170
+ ./mvnw ${maven_opts} install deploy -pl ' !:citrus-remote-sample ' - DfailIfNoTests=false -Dtest -Dit.test -Prelease-central -DstagingDescription=" Staging Citrus Remote for v$release_version "
171
171
fi
172
172
}
173
173
You can’t perform that action at this time.
0 commit comments