File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 8686 <version >3.2.1</version >
8787 <executions >
8888 <execution >
89+ <configuration >
90+ <excludes >
91+ <exclude >ai/nightfall/examples</exclude >
92+ <exclude >ai/nightfall/examples/*</exclude >
93+ </excludes >
94+ </configuration >
8995 <id >attach-sources</id >
9096 <goals >
9197 <goal >jar</goal >
103109 <addDefaultImplementationEntries >true</addDefaultImplementationEntries >
104110 </manifest >
105111 </archive >
112+ <excludes >
113+ <exclude >ai/nightfall/examples</exclude >
114+ <exclude >ai/nightfall/examples/*</exclude >
115+ </excludes >
106116 </configuration >
107117 </plugin >
108118 <plugin >
111121 <version >3.3.2</version >
112122 <executions >
113123 <execution >
124+ <configuration >
125+ <sourceFileExcludes >
126+ <exclude >ai/nightfall/examples/*.java</exclude >
127+ </sourceFileExcludes >
128+ </configuration >
114129 <id >attach-javadocs</id >
115130 <goals >
116131 <goal >jar</goal >
You can’t perform that action at this time.
0 commit comments