Skip to content

fixed a problem with the classloader and did some minor refactoring#1300

Open
PeJetuz wants to merge 1 commit into
yegor256:masterfrom
PeJetuz:fix_classloader
Open

fixed a problem with the classloader and did some minor refactoring#1300
PeJetuz wants to merge 1 commit into
yegor256:masterfrom
PeJetuz:fix_classloader

Conversation

@PeJetuz

@PeJetuz PeJetuz commented Jun 28, 2024

Copy link
Copy Markdown

@pnatashap @yegor256 Please review, I fixed the classloader issue and did some minor refactoring.

@yegor256

Copy link
Copy Markdown
Owner

@pnatashap what do you think about this one?

@PeJetuz

PeJetuz commented Jul 3, 2024

Copy link
Copy Markdown
Author

@pnatashap @yegor256
Maybe I should change:
<exclude>duplicatefinder:org.apache.xmlgraphics:batik-ext:1.7|org.w3c.dom.*</exclude>

for this option:
<exclude>duplicatefinder_ignoredResourcePatterns:about.htmlindex.html</exclude>
<exclude>duplicatefinder_ignoredClassPatterns:org.w3c.dom.*|org.codehaus.plexus.configuration.PlexusConfiguration</exclude>
<exclude>duplicatefinder_ignoredDependency:org.apache.xmlgraphics:batik-ext:1.7|xml-apis:xml-apis:1.0.0</exclude>

or a little shorter:
<exclude>duplicatefinder_resourcePatterns:about.htmlindex.html</exclude>
<exclude>duplicatefinder_classPatterns:org.w3c.dom.*|org.codehaus.plexus.configuration.PlexusConfiguration</exclude>
<exclude>duplicatefinder_dependency:org.apache.xmlgraphics:batik-ext:1.7|xml-apis:xml-apis:1.0.0</exclude>
?
The ignoredResourcePatterns, ignoredClassPatterns and ignoredDependencies parameters correspond to the plugin settings.

@PeJetuz

PeJetuz commented Aug 15, 2024

Copy link
Copy Markdown
Author

@yegor256 @pnatashap ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants