org.devocative:deploy-archetype

A Maven archetype to create initial project for deployment

License

License

GroupId

GroupId

org.devocative
ArtifactId

ArtifactId

deploy-archetype
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

org.devocative:deploy-archetype
A Maven archetype to create initial project for deployment
Project URL

Project URL

https://github.com/mbizhani/DeployArchetype
Source Code Management

Source Code Management

https://github.com/mbizhani/DeployArchetype

Download deploy-archetype

How to add to project

<!-- https://jarcasting.com/artifacts/org.devocative/deploy-archetype/ -->
<dependency>
    <groupId>org.devocative</groupId>
    <artifactId>deploy-archetype</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.devocative/deploy-archetype/
implementation 'org.devocative:deploy-archetype:1.0'
// https://jarcasting.com/artifacts/org.devocative/deploy-archetype/
implementation ("org.devocative:deploy-archetype:1.0")
'org.devocative:deploy-archetype:jar:1.0'
<dependency org="org.devocative" name="deploy-archetype" rev="1.0">
  <artifact name="deploy-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.devocative', module='deploy-archetype', version='1.0')
)
libraryDependencies += "org.devocative" % "deploy-archetype" % "1.0"
[org.devocative/deploy-archetype "1.0"]

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.

DeployArchetype

Maven Central

A Maven archetype to create project for deploying Demeter & other DModules through a WAR

mvn -B archetype:generate \
	-DarchetypeGroupId=org.devocative \
	-DarchetypeArtifactId=deploy-archetype \
	-DarchetypeVersion=1.0 \
	-DgroupId=? \
	-DartifactId=? \
	-Dversion=1.0 \
	-Dpackage=? \
	-DDeploymentTarget=?

This is the command for Store example:

mvn -B archetype:generate \
	-DarchetypeGroupId=org.devocative \
	-DarchetypeArtifactId=deploy-archetype \
	-DarchetypeVersion=1.0 \
	-DgroupId=my.pkg \
	-DartifactId=store-dpl \
	-Dversion=1.0 \
	-Dpackage=my.pkg.store \
	-DDeploymentTarget=Store

Versions

Version
1.0