MVN

com.github.workerframework : worker-archetype

Maven & Gradle

Jan 11, 2021
9 stars
mvn archetype:generate -DarchetypeGroupId=com.github.workerframework -DarchetypeArtifactId=worker-archetype -DarchetypeVersion=4.0.0-850
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.workerframework : worker-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 4.0.0-850

All Versions

Choose a version of com.github.workerframework : worker-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
4.0.x
worker-archetype-4.0.0-850
3.4.x
worker-archetype-3.4.0-758
3.3.x
worker-archetype-3.3.0-719
3.2.x
worker-archetype-3.2.0-684
3.1.x
worker-archetype-3.1.0-490
3.0.x
worker-archetype-3.0.0-399
2.4.x
worker-archetype-2.4.0-342
2.3.x
worker-archetype-2.3.1-301
worker-archetype-2.3.0-297
2.2.x
worker-archetype-2.2.0-294
2.1.x
worker-archetype-2.1.0-280
2.0.x
worker-archetype-2.0.0-279
1.9.x
worker-archetype-1.9.0-260
1.8.x
worker-archetype-1.8.0-249
1.7.x
worker-archetype-1.7.0-211
1.6.x
worker-archetype-1.6.0-181
1.5.x
worker-archetype-1.5.0-162
1.4.x
worker-archetype-1.4.0-142
1.3.x
worker-archetype-1.3.1-137
worker-archetype-1.3.0-128
1.2.x
worker-archetype-1.2.0-113

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=com.github.workerframework -DarchetypeArtifactId=worker-archetype -DarchetypeVersion=4.0.0-850

Advertisement