Templating Maven Plugin

That project was designed to offer the Maven Right Way® :-) to filter sources.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.codehaus.mojo
ArtifactId

ArtifactId

templating-maven-plugin
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Templating Maven Plugin
That project was designed to offer the Maven Right Way® :-) to filter sources.
Project URL

Project URL

http://www.mojohaus.org/templating-maven-plugin
Project Organization

Project Organization

MojoHaus
Source Code Management

Source Code Management

https://github.com/mojohaus/templating-maven-plugin

Download templating-maven-plugin

How to add to project

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>templating-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.maven : maven-model jar 2.2.1
org.apache.maven : maven-project jar 2.2.1
org.apache.maven : maven-core jar 2.2.1
org.apache.maven : maven-plugin-api jar 2.2.1
org.apache.maven : maven-artifact jar 2.2.1
org.codehaus.plexus : plexus-utils jar 3.0.22
org.codehaus.plexus : plexus-interpolation jar 1.21
org.apache.maven.shared : maven-filtering jar 1.3
org.sonatype.plexus : plexus-build-api jar 0.0.7

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.9.5
org.assertj : assertj-core jar 1.7.1

Project Modules

There are no modules declared in this project.

Templating Maven Plugin

Apache License, Version 2.0, January 2004 Maven Central Build Status

The Templating Maven Plugin handles copying files from a source to a given output directory, while filtering them. This plugin is useful to filter Java Source Code if you need for example to have things in that code replaced with some properties values.

Releasing

  • Make sure gpg-agent is running.
  • Execute mvn -B release:prepare release:perform

For publishing the site do the following:

cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
org.codehaus.mojo

MojoHaus

Various plugins for Apache Maven. Previously hosted on Codehaus and known as the codehaus MOJO project

Versions

Version
1.0.0
1.0-alpha-3
1.0-alpha-2
1.0-alpha-1