diff --git a/pom.xml b/pom.xml index 5017466..a5b0ed5 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,8 @@ limitations under the License. 2.2.2-SNAPSHOT Plexus Velocity Component + A component which provides Apache Velocity templating engine integration + https://codehaus-plexus.github.io/plexus-velocity/ scm:git:https://github.com/codehaus-plexus/plexus-velocity.git diff --git a/src/site/site.xml b/src/site/site.xml index d09a338..f25a68d 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -11,7 +11,6 @@ - diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 0108fa7..9b81982 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -9,7 +9,7 @@
-

A component which provides Apache Velocity templating engine +

A component which provides Apache Velocity templating engine integration.

@@ -28,7 +28,7 @@ template.merge( context, writer ); VelocityComponentConfigurator component implementation. Presence of this component is optional.

-

See Velocity Configuration +

See Velocity Configuration reference documentation for details on available configurations.