File tree Expand file tree Collapse file tree
handlebars-caffeine/src/main/java
handlebars-guava-cache/src/main/java
handlebars-helpers/src/main/java
handlebars-jackson/src/main/java
handlebars-springmvc/src/main/java Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /** handlebars caffeine. */
12module com .github .jknack .handlebars .caffeine {
23 exports com .github .jknack .handlebars .caffeine ;
34
Original file line number Diff line number Diff line change 1+ /** handlebars guava-cache. */
12module com .github .jknack .handlebars .guava {
23 exports com .github .jknack .handlebars .guava ;
34
Original file line number Diff line number Diff line change 1+ /** handlebars helpers. */
12module com .github .jknack .handlebars .helper .ext {
23 exports com .github .jknack .handlebars .helper .ext ;
34
Original file line number Diff line number Diff line change 1+ /** handlebars jackson. */
12module com .github .jknack .handlebars .jackson {
23 exports com .github .jknack .handlebars .jackson ;
34
Original file line number Diff line number Diff line change 1+ /** handlebars springmvc. */
12module com .github .jknack .handlebars .springmvc {
23 exports com .github .jknack .handlebars .springmvc ;
34
Original file line number Diff line number Diff line change 1+ /** handlebars module. */
12module com .github .jknack .handlebars {
23 exports com .github .jknack .handlebars ;
34 exports com .github .jknack .handlebars .io ;
Original file line number Diff line number Diff line change 164164 <version >3.3.0</version >
165165 </plugin >
166166
167+ <!-- Javadoc -->
168+ <plugin >
169+ <groupId >org.apache.maven.plugins</groupId >
170+ <artifactId >maven-javadoc-plugin</artifactId >
171+ <version >3.6.3</version >
172+ <configuration >
173+ <excludePackageNames >com.github.jknack.handlebars.internal.*</excludePackageNames >
174+ <show >public</show >
175+ <detectJavaApiLink >false</detectJavaApiLink >
176+ <release >${maven.compiler.release} </release >
177+ </configuration >
178+ <executions >
179+ <execution >
180+ <id >attach-javadocs</id >
181+ <goals >
182+ <goal >jar</goal >
183+ </goals >
184+ </execution >
185+ </executions >
186+ </plugin >
187+
167188 <!-- sure-fire -->
168189 <plugin >
169190 <groupId >org.apache.maven.plugins</groupId >
368389 </executions >
369390 </plugin >
370391
371- <!-- Javadoc -->
372- <plugin >
373- <groupId >org.apache.maven.plugins</groupId >
374- <artifactId >maven-javadoc-plugin</artifactId >
375- <version >3.6.3</version >
376- <executions >
377- <execution >
378- <id >attach-javadocs</id >
379- <goals >
380- <goal >jar</goal >
381- </goals >
382- </execution >
383- </executions >
384- </plugin >
385-
386392 <!-- GPG -->
387393 <plugin >
388394 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments