Create Java project with Maven archetype opoopress-archetype-site

Archetype for creating a basic OpooPress site with sample plugin.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -Dversion="My-version"   -Dpackage="My-package"   -DarchetypeGroupId="org.opoo.press.maven.archetypes"   -DarchetypeArtifactId="opoopress-archetype-site"   -DarchetypeVersion="2.0-beta-1"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
version
validationRegex: none
package
validationRegex: none

Details about maven archetype opoopress-archetype-site

License

License

GroupId

GroupId

org.opoo.press.maven.archetypes
ArtifactId

ArtifactId

opoopress-archetype-site
Version

Version

2.0-beta-1
Type

Type

maven-archetype
Description

Description

OpooPress Framework :: opoopress-archetype-site
Archetype for creating a basic OpooPress site with sample plugin.
Project URL

Project URL

http://www.opoopress.com/
Project Organization

Project Organization

Opoo.org

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.opoo.press.maven.archetypes -DarchetypeArtifactId=opoopress-archetype-site -DarchetypeVersion=2.0-beta-1 -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.