Skip to content

Commit 5bb8d76

Browse files
committed
Fix to javadoc generation #24
1 parent d307f4d commit 5bb8d76

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

fj-doc-lib-autodoc/pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,32 @@
9999

100100
<url>https://www.fugerit.org/perm/venus/</url>
101101

102+
<profiles>
103+
104+
<profile>
105+
<id>full</id>
106+
<build>
107+
<plugins>
108+
<plugin>
109+
<groupId>org.apache.maven.plugins</groupId>
110+
<artifactId>maven-javadoc-plugin</artifactId>
111+
<configuration>
112+
<stylesheetfile>src/main/javadoc/stylesheet.css</stylesheetfile>
113+
<excludePackageNames>org.fugerit.java.doc.lib.autodoc.detail.model</excludePackageNames>
114+
</configuration>
115+
<executions>
116+
<execution>
117+
<id>attach-javadocs</id>
118+
<goals>
119+
<goal>jar</goal>
120+
</goals>
121+
</execution>
122+
</executions>
123+
</plugin>
124+
</plugins>
125+
</build>
126+
</profile>
127+
128+
</profiles>
129+
102130
</project>

0 commit comments

Comments
 (0)