mapstruct-examples/mapstruct-on-ant at main · mapstruct/mapstruct-examples

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Latest commit

History

History

mapstruct-on-ant

Folders and files

NameName

Last commit message

Last commit date

parent directory

..

README.md

Using MapStruct with Ant

This example project shows how to use MapStruct with Apache Ant. For the sake of simplicity it assumes there is a seeded Maven repository containing MapStruct as well as some test dependencies in ~/.m2/repository. Typically these JARs would be part of the project itself or Ivy as a dependency management tool would be used.

To build the project, run "ant build".