Create Java project with Maven archetype storm-crawler-elasticsearch-archetype

A collection of resources for building low-latency, scalable web crawlers on Apache Storm.

Create a Java Project by archetype storm-crawler-elasticsearch-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DStormCrawlerVersion="My-StormCrawlerVersion"   -DarchetypeGroupId="com.digitalpebble.stormcrawler"   -DarchetypeArtifactId="storm-crawler-elasticsearch-archetype"   -DarchetypeVersion="2.1"   -DinteractiveMode=false 

Required parameters for generate java project:

StormCrawlerVersion
validationRegex: none

Details about maven archetype storm-crawler-elasticsearch-archetype

License

License

GroupId

GroupId

com.digitalpebble.stormcrawler
ArtifactId

ArtifactId

storm-crawler-elasticsearch-archetype
Version

Version

2.1
Type

Type

maven-archetype
Description

Description

A collection of resources for building low-latency, scalable web crawlers on Apache Storm.
Project Organization

Project Organization

DigitalPebble Ltd

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-elasticsearch-archetype -DarchetypeVersion=2.1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.