Skip to content

Commit e73e6f3

Browse files
committed
fixes #105 update pom.xml to add the repo url and staging plugin
1 parent 4e9955d commit e73e6f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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>
@@ -362,6 +363,17 @@
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>

0 commit comments

Comments
 (0)