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

Latest commit

 

History

History
19 lines (14 loc) · 448 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 448 Bytes

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