diff --git a/README.md b/README.md index 785f5eec2..7f5885cd5 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,11 @@ StormCrawler requires Java 17 or above. To execute tests, it requires you to hav Once Storm is installed, the easiest way to get started is to generate a new StormCrawler project following the instructions below: ```shell -mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-archetype -DarchetypeVersion=3.4.0 - +mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-archetype -DarchetypeVersion= ``` +Be sure to replace with the latest released version, which you can find on [search.maven.org](https://central.sonatype.com/artifact/org.apache.stormcrawler/stormcrawler-archetype). + You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version, a package name and details about the user agent to use. This will not only create a fully formed project containing a POM with the dependency above but also the default resource files, a default CrawlTopology class and a configuration file. Enter the directory you just created (should be the same as the artefactId you specified earlier) and follow the instructions on the README file. diff --git a/docs/src/main/asciidoc/quick-start.adoc b/docs/src/main/asciidoc/quick-start.adoc index 5bb775920..e7fd75201 100644 --- a/docs/src/main/asciidoc/quick-start.adoc +++ b/docs/src/main/asciidoc/quick-start.adoc @@ -53,7 +53,7 @@ mvn archetype:generate ` ---- ==== -Be sure to replace `` with the latest released version of StormCrawler, which you can find on link:https://search.maven.org/artifact/org.apache.stormcrawler/stormcrawler-archetype[search.maven.org]. +Be sure to replace `` with the latest released version, which you can find on link:https://central.sonatype.com/artifact/org.apache.stormcrawler/stormcrawler-archetype[central.sonatype.com]. During the process, you’ll be prompted to provide the following: diff --git a/external/opensearch/README.md b/external/opensearch/README.md index 159bb29b6..b3869c557 100644 --- a/external/opensearch/README.md +++ b/external/opensearch/README.md @@ -16,7 +16,9 @@ Getting started The easiest way is currently to use the archetype for OpenSearch with: -`mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-opensearch-archetype -DarchetypeVersion=3.4.0` +`mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-opensearch-archetype -DarchetypeVersion=` + +Be sure to replace with the latest released version, which you can find on [search.maven.org](https://central.sonatype.com/artifact/org.apache.stormcrawler/stormcrawler-opensearch-archetype). You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version, a package name and details about the user agent to use. diff --git a/external/solr/README.md b/external/solr/README.md index bc37592b6..626eeda65 100644 --- a/external/solr/README.md +++ b/external/solr/README.md @@ -6,7 +6,9 @@ Set of [Apache Solr](https://solr.apache.org/) resources for StormCrawler that a The easiest way is currently to use the archetype for Solr with: -`mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-solr-archetype -DarchetypeVersion=3.4.0` +`mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-solr-archetype -DarchetypeVersion=` + +Be sure to replace with the latest released version, which you can find on [search.maven.org](https://central.sonatype.com/artifact/org.apache.stormcrawler/stormcrawler-solr-archetype). You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version, a package name and details about the user agent to use.