running the mvn command as stated in the how-to[1] throws following exception.
(because in the catalog version 0.1.0-SNAPSHOT is defined, but the repo itself is only available in 0.2.0-SNAPSHOT !!)
please update the archtype catalog entry.
mvn archetype:generate -DarchetypeCatalog=http://timbus.teco.edu/maven -q
Choose archetype:
1: http://timbus.teco.edu/maven -> net.timbusproject.extractors:context-extractor-archetype (-)
Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): : 1
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.2:generate (default-cli) on project standalone-pom: The desired archetype does
not exist (net.timbusproject.extractors:context-extractor-archetype:0.1.0-SNAPSHOT) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException