Skip to content

Commit 2811980

Browse files
fix(maven): override test args to prevent Jest options in Maven
Co-authored-by: MaxKless <[email protected]>
1 parent e5817c2 commit 2811980

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/maven/maven-plugin/project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@
22
"name": "nx-maven-plugin",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "packages/maven/maven-plugin",
5-
"projectType": "library"
5+
"projectType": "library",
6+
"targets": {
7+
"test": {
8+
"options": {
9+
"args": []
10+
}
11+
}
12+
}
613
}

0 commit comments

Comments
 (0)