Add comment for other annotation processors for the installation
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 48/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- java
- Domain
- documentation
Research direction
Start at the installation page linked in the issue and review its Maven compiler setup. Done means the installation instructions explain annotationProcessorPaths for additional annotation processors and include the proposed configuration example, with the MapStruct/Lombok setup context covered.
Written by the indexing model from the issue text.
Description
A lot of users are having problems, because they don't quite understand the maven compiler annotationProcessorPaths. @alexis-puska suggested that we extend the installation instructions with something like:
<configuration>
<source>1.6</source> <!-- or higher, depending on your project -->
<target>1.6</target> <!-- or higher, depending on your project -->
<annotationProcessorPaths>
<path>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>${org.mapstruct.version}</version>
</path>
<!-- If you use other annotations processor add them here -->
</annotationProcessorPaths>
</configuration>
I think that this is a good suggestion and would help other developers in issues when MapStruct and Lombok are not working well together due to wrong setup
- Dominant language
- CSS
- Stars
- 71
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from mapstruct/mapstruct.org
-
Difficulty 1/5 Under an hour Newbie friendliness 35/100
mapstruct/mapstruct.org#141 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
mapstruct/mapstruct.org#132 · 4 comments ·
-
IDE Support: VScode Open
Difficulty 4/5 3-5 days Newbie friendliness 25/100
mapstruct/mapstruct.org#117 · 1 comment ·
-
Clean up dead links Open
Difficulty 3/5 1-2 days Newbie friendliness 35/100
mapstruct/mapstruct.org#77 · 5 comments ·
-
Difficulty 1/5 1-3 hours Newbie friendliness 55/100
mapstruct/mapstruct.org#76 · 2 reactions ·
All issues in mapstruct/mapstruct.org
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
palladius/rails8-app-on-gcp#145 ·
-
NeedsTriage
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
error Open
Difficulty 1/5 Under an hour Newbie friendliness 85/100
-
Difficulty 1/5 Under an hour Newbie friendliness 85/100
-
textual definition
Difficulty 1/5 Under an hour Newbie friendliness 90/100
geneontology/go-ontology#32653 ·