Skip to content
Open
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
6 changes: 6 additions & 0 deletions src/it/projects/effective-pom_properties/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@
# under the License.

invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:effective-pom

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^M ... looks like problem with file encoding

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, no encoding, but Windows newline!


# verify.groovy asserts that user properties override pom properties on Maven 4,
# expecting maven.compiler.source/target = 8 in the rendered effective POM.
# Pass them as -D user properties so the override actually happens.
invoker.systemProperties.maven.compiler.source = 8
invoker.systemProperties.maven.compiler.target = 8
Loading