Skip to content

Commit

Permalink
fix: remove javadoc plugin (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Oct 26, 2023
1 parent 09270c5 commit 18b7bf0
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,4 @@
<module>test-db-import</module>
</modules>

<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 18b7bf0

Please sign in to comment.