terrestris / shogun-core

SHOGun is a Java based WebGIS framework.
Apache License 2.0
32 stars 24 forks source link

webapp archetype is broke #335

Open buehner opened 5 years ago

buehner commented 5 years ago

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

marcjansen commented 5 years ago

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

dnlkoch commented 5 years ago

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

kidac commented 5 years ago

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 commented 5 years ago

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.