This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch 1176
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/1176 by this push:
new 0fef9cdd Fix README.md
0fef9cdd is described below
commit 0fef9cddf01bdb00d6cfc61b45c38501342371f2
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Apr 2 13:07:32 2024 +0200
Fix README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c709daf7..8fc53ac8 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ The version of Apache Storm to install must match the one
defined in the pom.xml
Once Storm is installed, the easiest way to get started is to generate a brand
new StormCrawler project using \:
-`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler
-DarchetypeArtifactId=stormcrawler-archetype -DarchetypeVersion=2.11`
+`mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler
-DarchetypeArtifactId=stormcrawler-archetype -DarchetypeVersion=2.11`
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.