Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/it/non-changed-artifact/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
# specific language governing permissions and limitations
# under the License.

# check was removed in MRESOLVER-392
invoker.maven.version = !4+
# check was removed in https://issues.apache.org/jira/browse/MRESOLVER-392
# resolver 2.x
invoker.maven.version = !4+,!3.10.0

# install called in two different Maven invocations, otherwise the build would fail with the Jar Plugin (MJAR-198)
invoker.goals.1 = install
Expand Down
Loading