Skip to content

Commit

Permalink
Remove outdated invoker conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jul 9, 2024
1 parent ad42de0 commit 73658c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions src/it/MPIR-300/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
Expand All @@ -16,4 +16,3 @@
# under the License.

invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:plugins
invoker.maven.version = 3.0+
5 changes: 2 additions & 3 deletions src/it/MPIR-349/parent/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
Expand All @@ -17,7 +17,6 @@

invoker.goals.1 = ${project.groupId}:${project.artifactId}:${project.version}:index
invoker.goals.2 = ${project.groupId}:${project.artifactId}:${project.version}:modules
invoker.maven.version = 3.0+

# Specific profile defined in settings.xml, for variables interpolation in module URL check (in 'index' and 'modules' reports)
invoker.profiles=site-location

0 comments on commit 73658c3

Please sign in to comment.