Skip to content

Commit 00b7434

Browse files
committed
Add special rule for gfm-tables to handle the package imports
1 parent 09f28fb commit 00b7434

File tree

1 file changed

+1
-0
lines changed
  • eclipse.platform.releng/publish-to-maven-central

1 file changed

+1
-0
lines changed

eclipse.platform.releng/publish-to-maven-central/SDK4Mvn.aggr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<mavenMappings namePattern="(org\.eclipse\.pde)(.*)" groupId="$1" artifactId="$1$2" snapshot="false"/>
3333
<mavenMappings namePattern="(org\.eclipse)((?!(\.emf|\.jetty|\.ecf|\.orbit)).*)$" groupId="$1.platform" artifactId="$1$2" snapshot="false"/>
3434
<mavenMappings namePattern="(com\.jcraft)\.(.*)" groupId="$1" artifactId="$2"/>
35+
<mavenMappings namePattern="(org\.(commonmark))-(gfm-tables)" groupId="$1" artifactId="$2-ext-$3"/>
3536
<mavenMappings namePattern="javax\.annotation" groupId="jakarta.annotation" artifactId="jakarta.annotation-api"/>
3637
<mavenMappings namePattern="(javax.inject)" groupId="$1" artifactId="$1" versionPattern="([^.]+)\.0(?:\..*)?" versionTemplate="$1"/>
3738
<mavenMappings namePattern="org\.apache\.lucene\.(.*)" groupId="org.apache.lucene" artifactId="lucene-$1"/>

0 commit comments

Comments
 (0)