Maven archetype for Grails projects

Maven archetype for Grails projects.

License

License

Categories

Categories

Maven Build Tools Grails User Interface Web Frameworks
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-maven-archetype
Last Version

Last Version

2.4.0.RC2
Release Date

Release Date

Type

Type

jar
Description

Description

Maven archetype for Grails projects
Maven archetype for Grails projects.
Project URL

Project URL

http://github.com/grails/grails-maven-archetype
Source Code Management

Source Code Management

http://github.com/grails/grails-maven-archetype

Download grails-maven-archetype

How to add to project

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

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.

Grails

[Grails][Grails] is a framework used to build web applications with the [Groovy][Groovy] programming language. The core framework is very extensible and there are numerous [plugins][plugins] available that provide easy integration of add-on features. [Grails]: http://grails.org/ [Groovy]: http://groovy.codehaus.org/ [plugins]: http://grails.org/plugins/

Getting Started

You need a Java Development Kit (JDK) installed, but it is not necessary to install Groovy because it's bundled with the Grails distribution. You also need a Maven distribution with version > 2.0.9 (plugins were not tested with versions anterior to this). Where grailsVersion is your grails distribution version, in your terminal/console :

mvn archetype:generate -DarchetypeGroupId=org.grails -DarchetypeArtifactId=grails-maven-archetype -DarchetypeVersion=${grailsVersion} -DgroupId=example -DartifactId=my-app -DarchetypeRepository=http://repo.grails.org/grails/core/
mvn initialize

For further usage refer to the Grails documentation on maven : http://grails.org/doc/latest/guide/commandLine.html#antAndMaven

If you want to use a snapshot version of grails-maven-plugin, then you must uncomment the snapshot repositories inside of the generated pom.xml.

License

Grails and Groovy are licensed under the terms of the [Apache License, Version 2.0][Apache License, Version 2.0]. [Apache License, Version 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html

org.grails

grails

Versions

Version
2.4.0.RC2
2.4.0.RC1
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.2
2.3.1
2.3.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.2.0.RC2
2.2.0.RC1
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.1.0.RC3
2.1.0.RC2
2.1.0.RC1
2.0.3
2.0.1
1.3.7
1.3.6
1.3.4
1.3.3
1.3.2
1.2.2
1.2.1
1.2.0
1.1
1.0
1.0-RC2
1.0-RC1
1.0-beta3
1.0-beta2