17 lines
514 B
JSON
17 lines
514 B
JSON
{
|
|
"name": "nx-maven-plugin",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "packages/maven/maven-plugin",
|
|
"projectType": "library",
|
|
"targets": {
|
|
"install": {
|
|
"command": "for i in {1..5}; do ./mvnw install -pl dev.nx.maven:nx-maven-plugin -am && break || sleep 10; done"
|
|
},
|
|
"_install": {
|
|
"command": "node scripts/run-native-target.js install nx-maven-plugin"
|
|
}
|
|
},
|
|
"tags": ["maven:dev.nx.maven"],
|
|
"implicitDependencies": ["maven-shared"]
|
|
}
|