Skip to content

Commit

Permalink
infra: corrects source deployment for idea-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach committed Dec 14, 2022
1 parent baa1140 commit 6f396bc
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 6f396bc

Please sign in to comment.