Skip to content

Commit

Permalink
Merge pull request #12 from funfried/release/1.x
Browse files Browse the repository at this point in the history
Fixed missing JavaDocs
  • Loading branch information
funfried committed Aug 10, 2023
2 parents a3c20db + 3e39569 commit f13c133
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -470,18 +470,6 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down
Empty file removed src/.gitkeep
Empty file.
7 changes: 7 additions & 0 deletions src/main/java/JavaDocPlaceholder.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/**
* Placeholder {@link Class} to make sure that at least any JavaDoc is generated for the GPG Maven Plugin.
*
* @author fbahle
*/
public class JavaDocPlaceholder {
}

0 comments on commit f13c133

Please sign in to comment.