Skip to content

Commit 26f381a

Browse files
authored
Explicit archetype version
1 parent f12e5d5 commit 26f381a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main/fish/payara/project/Maven.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export class Maven implements Build {
278278
throw new Error("Maven executable [" + mavenExe + "] not found");
279279
}
280280
const cmdArgs: string[] = [
281-
"archetype:generate",
281+
"org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate",
282282
`-DarchetypeArtifactId=payara-starter-archetype`,
283283
`-DarchetypeGroupId=fish.payara.starter`,
284284
`-DarchetypeVersion=1.0-beta9`,
@@ -476,4 +476,4 @@ export class Maven implements Build {
476476
}
477477

478478

479-
}
479+
}

0 commit comments

Comments
 (0)