Maven - Archetype Plugin - Project (Pattern|Model)

Card Puncher Data Processing

About

Archetype is a plugin.

An archetype is defined as an original pattern or model from which all other things of the same kind are made.

In Maven, an archetype is a template of a project which is combined with some user input to produce a working Maven project.

Management

List

http://maven.apache.org/archetypes/

Documentation / Reference





Discover More
Converter Basics
Kafka Connect - Connector Plugin

Connector is a component of the connect framework that coordinates data streaming by managing tasks A connector instance is a logical job. Each connector instance coordinates a set of tasks that actually...
Card Puncher Data Processing
Maven - Plugin Development

How to develop a maven plugin with Java Annotation. (It's important for the configuration). The code result of this tutorial is on github. gerardnico/helloworld-maven-pluginhelloworld-maven-plugin ...
Card Puncher Data Processing
Maven - Project

A project in the Maven sense contains all little pieces that come into play to give code life. Ie: configuration files, the developers involved and the roles they play, the defect tracking system,...
Card Puncher Data Processing
Maven - pom.xml - Project Object Model

pom.xml is an XML representation of a Maven project known also as the project descriptor. It is ultimately a project declaration. Where as a build.xml tells ant precisely what to do when it is run (procedural),...



Share this page:
Follow us:
Task Runner