You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also a link at the top of the completed job page.
166
168
167
169
Test the Artifacts
168
170
------------------
@@ -173,15 +175,18 @@ quick smoke test that there are no issues. Engage other developers to help
173
175
test on the developer list.
174
176
175
177
Check the artifacts by:
178
+
176
179
* Unpacking the sources
177
180
* Checking the README.html links go to the correct stable or maintenance user guide
178
181
179
182
The Jenkins job will perform a build of the source artifacts on an empty Maven
180
183
repository to make sure any random user out there can do the same. If you want
181
184
you can still manually test the artifacts by:
182
-
* Temporarily moving the ``$HOME/.m2/repository`` to a different location, so that Maven will be forced to build from an empty repo. If you don't want to fiddle with your main repo just use ``mvn -Dmaven.repo.local=/tmp/m2 install -Dall -T1C`` where it points to any empty directory.
185
+
186
+
* Temporarily moving the ``$HOME/.m2/repository`` to a different location, so that Maven will be forced to build from an empty repo.
183
187
* Do a full build using ``mvn install -Dall -T1C``
184
-
* On a successfull build, delete ``$HOME/.m2/repository`` and restore the old maven repository backed up at the beginning
188
+
* On a successful build, delete ``$HOME/.m2/repository`` and restore the old maven repository backed up at the beginning
189
+
* If you don't want to fiddle with your main repo just use ``mvn -Dmaven.repo.local=/tmp/m2 install -Dall -T1C`` where it points to any empty directory.
0 commit comments