Skip to content

Commit 4335e0f

Browse files
committed
Create JavaDoc for all classes (avoid problem deploying bundles with only internal classes)
Signed-off-by: Chris Jackson <[email protected]>
1 parent f7821b4 commit 4335e0f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

features/karaf/opensmarthouse-core/src/main/feature/feature.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@
362362
<feature>opensmarthouse-core-config</feature>
363363
<feature>opensmarthouse-core-thing</feature>
364364
<bundle>mvn:org.opensmarthouse.core.bundles/org.opensmarthouse.core.config.discovery/${project.version}</bundle>
365-
<bundle>mvn:org.opensmarthouse.core.bundles/org.opensmarthouse.core.config.discovery.core/${project.version}</bundle>
366365
</feature>
367366

368367
<feature name="opensmarthouse-core-config-dispatch" version="${project.version}">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Import-Package: \\
353353
<additionalparam>--frames</additionalparam>
354354
<!-- Prevents the "undefined" module in path name, which causes a file not found when searching -->
355355
<additionalJOption>--no-module-directories</additionalJOption>
356-
<excludePackageNames>*.internal.*,nl.*</excludePackageNames>
356+
<excludePackageNames>nl.*</excludePackageNames>
357357
</configuration>
358358
</plugin>
359359

0 commit comments

Comments
 (0)