File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 122
122
# Check documentation links
123
123
python3 ./chore/check-links-in-doc.py
124
124
# Analyze dependencies through DepClean in spoon-core
125
- mvn -q depclean:depclean
125
+ # mvn -q depclean:depclean
126
126
127
127
pushd spoon-decompiler || exit 1
128
128
mvn -q versions:use-latest-versions -DallowSnapshots=true -Dincludes=fr.inria.gforge.spoon
129
129
mvn -q versions:update-parent -DallowSnapshots=true
130
130
git diff
131
131
mvn -q test
132
132
mvn -q checkstyle:checkstyle license:check
133
- mvn -q depclean:depclean
133
+ # mvn -q depclean:depclean
134
134
popd || exit 1
135
135
136
136
pushd spoon-control-flow || exit 1
146
146
mvn -q versions:update-parent -DallowSnapshots=true
147
147
git diff
148
148
mvn -q test
149
- mvn -q depclean:depclean
149
+ # mvn -q depclean:depclean
150
150
popd || exit 1
151
151
152
152
pushd spoon-smpl || exit 1
155
155
git diff
156
156
mvn -q -Djava.src.version=17 test
157
157
mvn -q checkstyle:checkstyle license:check
158
- mvn -q depclean:depclean
158
+ # mvn -q depclean:depclean
159
159
popd || exit 1
160
160
'' ) ;
161
161
extraRemote = pkgs . writeScriptBin "extra-remote" ''
Original file line number Diff line number Diff line change 207
207
<configuration >
208
208
<!-- the build should fail if there are unused direct dependencies -->
209
209
<failIfUnusedDirect >true</failIfUnusedDirect >
210
+ <skipDepClean >true</skipDepClean >
210
211
</configuration >
211
212
</execution >
212
213
</executions >
You can’t perform that action at this time.
0 commit comments