File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [ ![ Verify Codebase] ( https://github.com/hal/elemento/actions/workflows/verify.yml/badge.svg )] ( https://github.com/hal/elemento/actions/workflows/verify.yml ) [ ![ Javadoc] ( https://img.shields.io/badge/JavaDoc-Online-green )] ( https://hal.github.io/elemento/apidocs/ ) [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.jboss.elemento/elemento-core )] ( https://search.maven.org/search?q=g:org.jboss.elemento%20AND%20a:elemento-core ) ![ GWT3/J2CL compatible] ( https://img.shields.io/badge/GWT3/J2CL-compatible-brightgreen.svg ) [ ![ Chat on Gitter] ( https://badges.gitter.im/hal/elemento.svg )] ( https://gitter.im/hal/elemento )
1+ [ ![ Verify Codebase] ( https://github.com/hal/elemento/actions/workflows/verify.yml/badge.svg )] ( https://github.com/hal/elemento/actions/workflows/verify.yml ) [ ![ Javadoc] ( https://img.shields.io/badge/JavaDoc-Online-green )] ( https://hal.github.io/elemento/apidocs/ ) [ ![ Ask DeepWiki ] ( https://deepwiki.com/badge.svg )] ( https://deepwiki.com/hal/elemento ) [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.jboss.elemento/elemento-core )] ( https://search.maven.org/search?q=g:org.jboss.elemento%20AND%20a:elemento-core ) ![ GWT3/J2CL compatible] ( https://img.shields.io/badge/GWT3/J2CL-compatible-brightgreen.svg ) [ ![ Chat on Gitter] ( https://badges.gitter.im/hal/elemento.svg )] ( https://gitter.im/hal/elemento )
22
33# Elemento
44
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ cd apidoc
101101./mvnw org.apache.maven.plugins:maven-antrun-plugin:run@copy-sources
102102./mvnw org.apache.maven.plugins:maven-antrun-plugin:run@copy-demos
103103./mvnw javadoc:javadoc
104-
105104cd $script_dir
105+
106106msg " "
107107msg " API documentation generated in ${CYAN} apidoc/target/reports/apidocs${NOFORMAT} "
Original file line number Diff line number Diff line change 173173 <detectLinks >true</detectLinks >
174174 <doclint >none</doclint >
175175 <docfilessubdirs >true</docfilessubdirs >
176- <sourceFileExcludes >
177- <exclude >**/*Demo.java</exclude >
178- </sourceFileExcludes >
179176 <failOnError >false</failOnError >
180177 <links >
181178 <link >https://hal.github.io/elemento/apidocs/</link >
189186 </link >
190187 </links >
191188 <show >public</show >
189+ <sourceFileExcludes >
190+ <exclude >**/*Demo.java</exclude >
191+ </sourceFileExcludes >
192192 </configuration >
193193 </plugin >
194194 </plugins >
You can’t perform that action at this time.
0 commit comments