Skip to content

Commit

Permalink
Merge branch 'maven-resolver-1.9.x' into maven-resolver-1.9.x-571
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet authored Jul 1, 2024
2 parents 5301d0a + 5b8f47a commit a630381
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,10 @@
Bundle-SymbolicName: org.apache.${replacestring;${project.artifactId};-;.}
Automatic-Module-Name: ${Bundle-SymbolicName}
# Export packages not containing the substring 'internal'
-exportcontents: ${removeall;${packages};${packages;NAMED;*internal*}}
-exportcontents: \
*.impl.*;x-internal:=true, \
*.internal.*;x-internal:=true, \
*
# Ensure only maven-resolver packages of exactly the same version are imported
# and mark optional Maven dependencies as optional.
mavenResolverVersion=${versionmask;===;${version_cleanup;${project.version}}}
Expand Down

0 comments on commit a630381

Please sign in to comment.