Skip to content

Commit e8a7040

Browse files
zhansheng.lzsclaude
andcommitted
Remove samples from jar packaging (#226)
Remove build-helper-maven-plugin config that added samples/ as a source directory, causing package-less sample classes to pollute classpath root. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c384eb0 commit e8a7040

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -227,24 +227,6 @@
227227
</execution>
228228
</executions>
229229
</plugin>
230-
<plugin>
231-
<groupId>org.codehaus.mojo</groupId>
232-
<artifactId>build-helper-maven-plugin</artifactId>
233-
<version>3.4.0</version>
234-
<executions>
235-
<execution>
236-
<phase>generate-sources</phase>
237-
<goals>
238-
<goal>add-source</goal>
239-
</goals>
240-
<configuration>
241-
<sources>
242-
<source>samples</source>
243-
</sources>
244-
</configuration>
245-
</execution>
246-
</executions>
247-
</plugin>
248230
</plugins>
249231
</build>
250232
</project>

0 commit comments

Comments
 (0)