moved src/javadoc to ossrh-release

This commit is contained in:
Brian Long 2022-10-03 08:45:44 -04:00
parent b1f0ba6d57
commit fe2e04f3af

22
pom.xml
View File

@ -124,6 +124,17 @@
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>ossrh-release</id>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
@ -147,17 +158,6 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>ossrh-release</id>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<executions>