Skip to content

Commit 111c438

Browse files
author
Francisco Solis
committed
Automated Javadocs Generation
1 parent 10d0b7f commit 111c438

File tree

315 files changed

+32
-77750
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

315 files changed

+32
-77750
lines changed

dependency-reduced-pom.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>xyz.theprogramsrc</groupId>
55
<artifactId>SuperCoreAPI</artifactId>
66
<name>SuperCoreAPI</name>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.1-SNAPSHOT</version>
88
<build>
99
<sourceDirectory>src/main/java</sourceDirectory>
1010
<testSourceDirectory>src/test/java</testSourceDirectory>
@@ -17,6 +17,21 @@
1717
</resources>
1818
<finalName>${project.artifactId}</finalName>
1919
<plugins>
20+
<plugin>
21+
<artifactId>maven-javadoc-plugin</artifactId>
22+
<version>3.3.0</version>
23+
<executions>
24+
<execution>
25+
<id>attach-javadocs</id>
26+
<goals>
27+
<goal>jar</goal>
28+
</goals>
29+
<configuration>
30+
<doclint>none</doclint>
31+
</configuration>
32+
</execution>
33+
</executions>
34+
</plugin>
2035
<plugin>
2136
<artifactId>maven-compiler-plugin</artifactId>
2237
<version>3.8.1</version>

javadocs/allclasses-frame.html

Lines changed: 0 additions & 144 deletions
This file was deleted.

javadocs/allclasses-noframe.html

Lines changed: 0 additions & 144 deletions
This file was deleted.

javadocs/constant-values.html

Lines changed: 0 additions & 151 deletions
This file was deleted.

javadocs/deprecated-list.html

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)