Skip to content

Commit

Permalink
fix for #2209: Source artifact missing source files generated by the …
Browse files Browse the repository at this point in the history
…annotation processor (#2210)
  • Loading branch information
nfekete authored and danieldietrich committed Jan 6, 2019
1 parent fd96221 commit 2537ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
<executions>
<execution>
<id>attach-sources</id>
<phase>generate-resources</phase>
<phase>prepare-package</phase>
<goals>
<goal>jar-no-fork</goal>
<goal>test-jar-no-fork</goal>
Expand Down Expand Up @@ -226,6 +226,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
<configuration>
<sources>
<source>${project.basedir}/src-gen/main/java</source>
<source>${project.build.directory}/generated-sources/annotations</source>
</sources>
</configuration>
</execution>
Expand Down

0 comments on commit 2537ee7

Please sign in to comment.