File tree Expand file tree Collapse file tree
basyx.submodelregistry/basyx.submodelregistry-feature-search Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 <name >BaSyx Submodel Registry Feature Search</name >
1414 <description >Feature Search for the BaSyx Submodel Registry</description >
1515
16+ <build >
17+ <plugins >
18+ <plugin >
19+ <groupId >org.apache.maven.plugins</groupId >
20+ <artifactId >maven-javadoc-plugin</artifactId >
21+ <configuration >
22+ <skip >true</skip >
23+ </configuration >
24+ </plugin >
25+ <plugin >
26+ <groupId >org.apache.maven.plugins</groupId >
27+ <artifactId >maven-jar-plugin</artifactId >
28+ <executions >
29+ <execution >
30+ <id >empty-javadoc-jar</id >
31+ <phase >package</phase >
32+ <goals >
33+ <goal >jar</goal >
34+ </goals >
35+ <configuration >
36+ <classifier >javadoc</classifier >
37+ <classesDirectory >${basedir} /javadoc</classesDirectory >
38+ </configuration >
39+ </execution >
40+ </executions >
41+ </plugin >
42+ </plugins >
43+ </build >
44+
1645 <dependencies >
1746 <dependency >
1847 <groupId >org.eclipse.digitaltwin.basyx</groupId >
You can’t perform that action at this time.
0 commit comments