File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 66 <packaging >jar</packaging >
77 <name >lambda-native</name >
88 <description >A middleware Lambda function that handles all the cross-cutting concerns for the downstream Lambda function.</description >
9+ <url >https://github.com/networknt/light-lambda-native</url >
910
1011 <developers >
1112 <developer >
362363 </archive >
363364 </configuration >
364365 </plugin >
366+ <plugin >
367+ <groupId >org.sonatype.plugins</groupId >
368+ <artifactId >nexus-staging-maven-plugin</artifactId >
369+ <version >1.6.8</version >
370+ <extensions >true</extensions >
371+ <configuration >
372+ <serverId >ossrh</serverId >
373+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
374+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
375+ </configuration >
376+ </plugin >
365377 <plugin >
366378 <groupId >org.apache.maven.plugins</groupId >
367379 <artifactId >maven-shade-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments