Skip to content

Commit 7986f3d

Browse files
committed
BUG: Commented out source and javadoc references from parent pom to get maven build working again. For some reason the source and javadocs are not being built anymore. Perhaps something that happened during the parent pom refactoring?
1 parent c215f61 commit 7986f3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/assembly/bundle.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
<file>
1010
<source>target/${project.artifactId}-${project.version}.${project.packaging}</source>
1111
</file>
12+
<!--
1213
<file>
1314
<source>target/${project.artifactId}-${project.version}-sources.${project.packaging}</source>
1415
</file>
1516
<file>
1617
<source>target/${project.artifactId}-${project.version}-javadoc.${project.packaging}</source>
1718
</file>
19+
-->
1820
<file>
1921
<source>LICENSE</source>
2022
</file>

0 commit comments

Comments
 (0)