We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12e5d5 commit 26f381aCopy full SHA for 26f381a
src/main/fish/payara/project/Maven.ts
@@ -278,7 +278,7 @@ export class Maven implements Build {
278
throw new Error("Maven executable [" + mavenExe + "] not found");
279
}
280
const cmdArgs: string[] = [
281
- "archetype:generate",
+ "org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate",
282
`-DarchetypeArtifactId=payara-starter-archetype`,
283
`-DarchetypeGroupId=fish.payara.starter`,
284
`-DarchetypeVersion=1.0-beta9`,
@@ -476,4 +476,4 @@ export class Maven implements Build {
476
477
478
479
-}
+}
0 commit comments