joshfischer1108 opened a new issue, #1205:
URL: https://github.com/apache/incubator-stormcrawler/issues/1205

   Following the README, it states to execute the below to create a new 
StormCrawler project.  
   ```
   mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler 
-DarchetypeArtifactId=stormcrawler-archetype -DarchetypeVersion=3.0
   ```
   However, the above command results in the below error:
   ```
   [WARNING] The POM for org.apache.stormcrawler:stormcrawler-archetype:jar:3.0 
is missing, no dependency information available
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  3.292 s
   [INFO] Finished at: 2024-05-01T15:35:16-05:00
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate (default-cli) on 
project standalone-pom: The desired archetype does not exist 
(org.apache.stormcrawler:stormcrawler-archetype:3.0) -> [Help 1]
   ```
   
   However, the documentation site has the a command that does work (listed 
below).  I can update the README with this value once we deem it's the right 
way to correct the documentation.
   ```
   mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler 
-DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=2.11
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@stormcrawler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to