Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webapp archetype is broke #335

Open
buehner opened this issue Dec 14, 2018 · 4 comments
Open

webapp archetype is broke #335

buehner opened this issue Dec 14, 2018 · 4 comments

Comments

@buehner
Copy link
Member

buehner commented Dec 14, 2018

The webapp archetype is not working as expected. We should get rid of it or fix it.

@marcjansen
Copy link
Member

marcjansen commented Dec 14, 2018

but we tested it during CI right? How can it be broken?

@dnlkoch
Copy link
Member

dnlkoch commented Dec 17, 2018

No, currently the artifact is not tested in CI, but we should definitely adjust this.

@kidac
Copy link

kidac commented Sep 6, 2019

is following error message related to this issue?

mvn archetype:generate -DarchetypeCatalog=local -DarchetypeGroupId=de.terrestris -DarchetypeArtifactId=shogun2-webapp-archetype

[INFO] --- maven-archetype-plugin:3.1.2:generate (default-cli) @ shogun-core --- [INFO] Generating project in Interactive mode [WARNING] Specified archetype not found. [INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0) Choose archetype: Your filter doesn't match any archetype (hint: enter to return to initial list) Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): :

@hwbllmnn
Copy link
Member

Actually, the artifact is called differently nowadays, try

mvn archetype:generate -DarchetypeCatalog=local -DarchetypeGroupId=de.terrestris -DarchetypeArtifactId=shogun-core-webapp-archetype -DarchetypeVersion=4.0.0

Still, I'm currently unsure whether the archetype is in a working state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants