Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

gmork2/scrapy-python-archetype

Repository files navigation

usage from cli :

  • interactive Mode (select scrapy-python-archetype and response to questions) :

      mvn archetype:generate
    
  • non interactive / batch (change info in the last line) :

    mvn archetype:generate \
        -DarchetypeGroupId=es.orangemarket \
		-DarchetypeArtifactId=scrapy-python-archetype \
		-DarchetypeVersion=1.0.0 \
		-DgroupId=com.company \
		-DartifactId=project \
		-Dversion=1.0.0 \
		-Dpackage=com.company

About

Maven archetype for scrapy project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages