File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 8181
8282 <build >
8383 <plugins >
84- <plugin >
85- <groupId >org.sonatype.plugins</groupId >
86- <artifactId >nexus-staging-maven-plugin</artifactId >
87- <version >1.7.0</version >
88- <extensions >true</extensions >
89- <configuration >
90- <serverId >ossrh</serverId >
91- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
92- <stagingProfileId >40766864c3b853</stagingProfileId >
93- <autoReleaseAfterClose >true</autoReleaseAfterClose >
94- </configuration >
95- </plugin >
9684 <plugin >
9785 <groupId >org.apache.maven.plugins</groupId >
9886 <artifactId >maven-source-plugin</artifactId >
143131 </descriptorRefs >
144132 </configuration >
145133 </plugin >
146- <plugin >
147- <groupId >org.apache.maven.plugins</groupId >
148- <artifactId >maven-surefire-plugin</artifactId >
149- <version >3.3.1</version >
150- <configuration >
151- <!-- Travis build workaround -->
152- <argLine >-Xms1024m -Xmx2048m</argLine >
153- </configuration >
154- </plugin >
155134 <!-- download source jars and link them when running eclipse:eclipse -->
156135 <plugin >
157136 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments