Skip to content

Commit 55758bc

Browse files
Adds necessary plugins for sonatype (#16)
1 parent b39174b commit 55758bc

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

pom.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,35 @@
7575
</excludes>
7676
</configuration>
7777
</plugin>
78+
<plugin>
79+
<groupId>org.apache.maven.plugins</groupId>
80+
<artifactId>maven-source-plugin</artifactId>
81+
<version>3.3.0</version>
82+
<executions>
83+
<execution>
84+
<id>attach-sources</id>
85+
<goals>
86+
<goal>jar-no-fork</goal>
87+
</goals>
88+
</execution>
89+
</executions>
90+
</plugin>
91+
<plugin>
92+
<groupId>org.apache.maven.plugins</groupId>
93+
<artifactId>maven-javadoc-plugin</artifactId>
94+
<version>3.6.3</version>
95+
<executions>
96+
<execution>
97+
<id>attach-javadocs</id>
98+
<goals>
99+
<goal>jar</goal>
100+
</goals>
101+
<configuration>
102+
<source>8</source>
103+
</configuration>
104+
</execution>
105+
</executions>
106+
</plugin>
78107
<plugin>
79108
<groupId>org.apache.maven.plugins</groupId>
80109
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)