is weblogic-maven-plugin available from maven center repository?

陌路散爱 提交于 2019-12-04 05:27:00

As Oracle WebLogic is not an open source product, Oracle has decided not to publish their Maven plugins in the Maven Central repository (providing the sources for each published artifact has now become a requirement, according to the Maven Central Repository Usage Guide).

Until recently, the only way was to build and install the WebLogic JAR file into the local Maven cache.

Starting from 2015, Oracle has set up a Maven repository which can be accessed by anyone having a valid OTN account - see abarisone's answer.

From the early months of 2015 Oracle has at last made its Maven repository available for Continuous Integration purposes.

This means that you will be able to find not only all Oracle Database artifacts but also those related to Fusion Middleware, Oracle Service Bus, ADF and so on. You can find more info reading this blog post.

Obviously you need to have a valid OTN account to log in, and the same is required to configure maven proxies and Nexus.

Once registered you will have access to the following link which explains all the instructions in order to configure the repository.

About Sonatype Nexus, you need at least version 2.11.2 to be able to add the Oracle repository, as reported here

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!