25 lines
679 B
JSON
25 lines
679 B
JSON
{
|
|
"name": "e2e-maven",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "e2e/maven",
|
|
"projectType": "application",
|
|
"implicitDependencies": ["maven", "nx-maven-plugin"],
|
|
"// targets": "to see all targets run: nx show project e2e-maven --web",
|
|
"targets": {
|
|
"e2e-local": {
|
|
"dependsOn": [
|
|
"@nx/nx-source:populate-local-registry-storage",
|
|
"@nx/nx-source:local-registry",
|
|
"nx-maven-plugin:install"
|
|
]
|
|
},
|
|
"e2e-ci--**/**": {
|
|
"dependsOn": [
|
|
"@nx/nx-source:populate-local-registry-storage",
|
|
"@nx/nx-source:local-registry",
|
|
"nx-maven-plugin:install"
|
|
]
|
|
}
|
|
}
|
|
}
|