Skip to content

Commit

Permalink
Merge 9f8ebd5 into baa1140
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach committed Dec 14, 2022
2 parents baa1140 + 9f8ebd5 commit 39782f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sevntu-checkstyle-idea-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,21 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit 39782f6

Please sign in to comment.