Create Java project with Maven archetype maven-archetype-site

An archetype which contains a sample Maven site which demonstrates some of the supported document types like APT, XDoc, and FML and demonstrates how to i18n your site. This archetype can be layered upon an existing Maven project.

Create a Java Project by archetype maven-archetype-site with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.maven.archetypes"   -DarchetypeArtifactId="maven-archetype-site"   -DarchetypeVersion="1.4"   -DinteractiveMode=false 

Details about maven archetype maven-archetype-site

License

License

GroupId

GroupId

org.apache.maven.archetypes
ArtifactId

ArtifactId

maven-archetype-site
Version

Version

1.4
Type

Type

maven-archetype
Description

Description

Maven Site Archetype
An archetype which contains a sample Maven site which demonstrates some of the supported document types like APT, XDoc, and FML and demonstrates how to i18n your site. This archetype can be layered upon an existing Maven project.
Project URL

Project URL

https://maven.apache.org/archetypes/maven-archetype-site/
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://github.com/apache/maven-archetypes/tree/maven-archetype-bundles-1.4/maven-archetype-site

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-site -DarchetypeVersion=1.4 -DinteractiveMode=false

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.