项目上传maven总结
mvn clean deploy -P release
相关网站
https://issues.sonatype.org/projects/OSSRH/issues/OSSRH-63494?filter=reportedbyme
https://oss.sonatype.org/#nexus-search;quick~mybatis-plugin-util
https://mvnrepository.com/search?q=mybatis-plugin-util-starter
https://search.maven.org/search?q=mybatis-plugin-util-starter
尽量每次构建使用最新版本的jar
例如:
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>[2.40.0,)</version>
</dependency>