Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Maintained, quietly. It is a thin wrapper over Velocity; most changes here are V
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-velocity</artifactId>
<version>2.3.0</version>
</dependency>
```

Expand All @@ -34,6 +33,8 @@ StringWriter writer = new StringWriter();
template.merge( context, writer );
```

Check the badge above for the current version.

The default configuration is meant to be customised: provide a `VelocityComponentConfigurator`
implementation and it will be picked up. It is optional. See the
[Velocity configuration reference](https://velocity.apache.org/engine/2.4.1/configuration.html) for what
Expand Down
Loading