We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d307f4d commit 5bb8d76Copy full SHA for 5bb8d76
fj-doc-lib-autodoc/pom.xml
@@ -99,4 +99,32 @@
99
100
<url>https://www.fugerit.org/perm/venus/</url>
101
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
130
</project>
0 commit comments