File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
eclipse.platform.releng/publish-to-maven-central Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 20
20
<mavenMappings namePattern =" (org\.eclipse\.pde)(.*)" groupId =" $1" artifactId =" $1$2" snapshot =" false" />
21
21
<mavenMappings namePattern =" (org\.eclipse)((?!(\.emf|\.jetty|\.ecf|\.orbit)).*)$" groupId =" $1.platform" artifactId =" $1$2" snapshot =" false" />
22
22
<mavenMappings namePattern =" (com\.jcraft)\.(.*)" groupId =" $1" artifactId =" $2" />
23
+ <mavenMappings namePattern =" (org\.(commonmark))" groupId =" $1" artifactId =" $2" />
24
+ <mavenMappings namePattern =" (org\.(commonmark))(.*)" groupId =" $1" artifactId =" $2-ext$3" />
23
25
<mavenMappings namePattern =" javax\.annotation" groupId =" jakarta.annotation" artifactId =" jakarta.annotation-api" />
24
26
<mavenMappings namePattern =" (javax.inject)" groupId =" $1" artifactId =" $1" versionPattern =" ([^.]+)\.0(?:\..*)?" versionTemplate =" $1" />
25
27
<mavenMappings namePattern =" org\.apache\.commons\.(jxpath|logging)" groupId =" commons-$1" artifactId =" commons-$1" versionPattern =" ([^.]+)\.([^.]+)\.0(?:\..*)?" versionTemplate =" $1.$2" />
You can’t perform that action at this time.
0 commit comments