This repository was archived by the owner on Oct 12, 2023. It is now read-only.
File tree 1 file changed +40
-1
lines changed
1 file changed +40
-1
lines changed Original file line number Diff line number Diff line change 69
69
<organizationUrl >http://www.microsoft.com/</organizationUrl >
70
70
</developer >
71
71
</developers >
72
+ <distributionManagement >
73
+ <snapshotRepository >
74
+ <id >ossrh</id >
75
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
76
+ </snapshotRepository >
77
+ <repository >
78
+ <id >ossrh</id >
79
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
80
+ </repository >
81
+ </distributionManagement >
72
82
<build >
73
83
<plugins >
74
84
<plugin >
122
132
</execution >
123
133
</executions >
124
134
</plugin >
135
+ <plugin >
136
+ <groupId >org.apache.maven.plugins</groupId >
137
+ <artifactId >maven-javadoc-plugin</artifactId >
138
+ </plugin >
139
+ <plugin >
140
+ <groupId >org.apache.maven.plugins</groupId >
141
+ <artifactId >maven-source-plugin</artifactId >
142
+ <version >3.0.1</version >
143
+ <executions >
144
+ <execution >
145
+ <id >attach-sources</id >
146
+ <phase >verify</phase >
147
+ <goals >
148
+ <goal >jar-no-fork</goal >
149
+ </goals >
150
+ </execution >
151
+ </executions >
152
+ </plugin >
153
+ <plugin >
154
+ <groupId >org.sonatype.plugins</groupId >
155
+ <artifactId >nexus-staging-maven-plugin</artifactId >
156
+ <version >1.6.8</version >
157
+ <extensions >true</extensions >
158
+ <configuration >
159
+ <serverId >ossrh</serverId >
160
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
161
+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
162
+ </configuration >
163
+ </plugin >
125
164
<plugin >
126
165
<groupId >org.scalastyle</groupId >
127
166
<artifactId >scalastyle-maven-plugin</artifactId >
217
256
</plugin >
218
257
</plugins >
219
258
</build >
220
- </project >
259
+ </project >
You can’t perform that action at this time.
0 commit comments