|
5 | 5 |
|
6 | 6 | <groupId>org.icepear.echarts</groupId> |
7 | 7 | <artifactId>echarts-java</artifactId> |
8 | | - <version>1.0.7</version> |
| 8 | + <version>1.1.0</version> |
9 | 9 |
|
10 | 10 | <name>ECharts Java</name> |
11 | 11 | <description> |
|
46 | 46 | <maven.compiler.target>8</maven.compiler.target> |
47 | 47 | </properties> |
48 | 48 |
|
49 | | - <distributionManagement> |
50 | | - <snapshotRepository> |
51 | | - <id>ossrh</id> |
52 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
53 | | - </snapshotRepository> |
54 | | - <repository> |
55 | | - <id>ossrh</id> |
56 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
57 | | - </repository> |
58 | | - </distributionManagement> |
59 | | - |
60 | 49 | <dependencies> |
61 | 50 | <dependency> |
62 | 51 | <groupId>junit</groupId> |
|
143 | 132 | </execution> |
144 | 133 | </executions> |
145 | 134 | </plugin> |
| 135 | + <plugin> |
| 136 | + <groupId>org.sonatype.central</groupId> |
| 137 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 138 | + <version>0.6.0</version> |
| 139 | + <extensions>true</extensions> |
| 140 | + <configuration> |
| 141 | + <publishingServerId>central</publishingServerId> |
| 142 | + </configuration> |
| 143 | + </plugin> |
146 | 144 | </plugins> |
147 | 145 | </build> |
148 | 146 | </profile> |
149 | 147 | </profiles> |
150 | 148 |
|
151 | 149 | <build> |
152 | 150 | <pluginManagement> |
153 | | -<!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom)--> |
154 | 151 | <plugins> |
155 | | -<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle--> |
156 | | - <plugin> |
157 | | - <artifactId>maven-clean-plugin</artifactId> |
158 | | - <version>3.1.0</version> |
159 | | - </plugin> |
160 | | -<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging--> |
161 | | - <plugin> |
162 | | - <artifactId>maven-resources-plugin</artifactId> |
163 | | - <version>3.0.2</version> |
164 | | - </plugin> |
165 | 152 | <plugin> |
166 | 153 | <artifactId>maven-compiler-plugin</artifactId> |
167 | 154 | <version>3.8.1</version> |
|
175 | 162 | </annotationProcessorPaths> |
176 | 163 | </configuration> |
177 | 164 | </plugin> |
178 | | - <plugin> |
179 | | - <artifactId>maven-surefire-plugin</artifactId> |
180 | | - <version>2.22.1</version> |
181 | | - </plugin> |
182 | | - <plugin> |
183 | | - <artifactId>maven-jar-plugin</artifactId> |
184 | | - <version>3.0.2</version> |
185 | | - </plugin> |
186 | | - <plugin> |
187 | | - <artifactId>maven-install-plugin</artifactId> |
188 | | - <version>2.5.2</version> |
189 | | - </plugin> |
190 | | - <plugin> |
191 | | - <artifactId>maven-deploy-plugin</artifactId> |
192 | | - <version>2.8.2</version> |
193 | | - </plugin> |
194 | | -<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle--> |
195 | | - <plugin> |
196 | | - <artifactId>maven-site-plugin</artifactId> |
197 | | - <version>3.7.1</version> |
198 | | - </plugin> |
199 | | - <plugin> |
200 | | - <artifactId>maven-project-info-reports-plugin</artifactId> |
201 | | - <version>3.0.0</version> |
202 | | - </plugin> |
203 | | - <plugin> |
204 | | - <groupId>org.apache.maven.plugins</groupId> |
205 | | - <artifactId>maven-checkstyle-plugin</artifactId> |
206 | | - <version>3.1.2</version> |
207 | | - <dependencies> |
208 | | - <dependency> |
209 | | - <groupId>com.puppycrawl.tools</groupId> |
210 | | - <artifactId>checkstyle</artifactId> |
211 | | - <version>9.1</version> |
212 | | - </dependency> |
213 | | - </dependencies> |
214 | | - </plugin> |
215 | 165 | </plugins> |
216 | 166 | </pluginManagement> |
217 | 167 | </build> |
218 | | - |
219 | | - <reporting> |
220 | | - <plugins> |
221 | | - <plugin> |
222 | | - <groupId>org.apache.maven.plugins</groupId> |
223 | | - <artifactId>maven-checkstyle-plugin</artifactId> |
224 | | - <version>3.1.2</version> |
225 | | - <configuration> |
226 | | - <configLocation>checkstyle.xml</configLocation> |
227 | | - </configuration> |
228 | | - </plugin> |
229 | | - <plugin> |
230 | | - <groupId>org.apache.maven.plugins</groupId> |
231 | | - <artifactId>maven-jxr-plugin</artifactId> |
232 | | - <version>3.1.1</version> |
233 | | - </plugin> |
234 | | - </plugins> |
235 | | - </reporting> |
236 | 168 | </project> |