Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7849523
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:33:07+00:00 2026-06-02T18:33:07+00:00

I follow this tutorial to install weblogic plugin: http://docs.oracle.com/cd/E21764_01/web.1111/e13702/maven_deployer.htm and now I can see

  • 0

I follow this tutorial to install weblogic plugin:
http://docs.oracle.com/cd/E21764_01/web.1111/e13702/maven_deployer.htm
and now I can see this jar in my local repository
but when I run mvn weblogic:deploy I have still this error:

No versions are present in the repository for the artifact with a range [9.0,11.0)
  weblogic:weblogic:jar:null

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  codehaus.org (http://snapshots.repository.codehaus.org)

Path to dependency: 
    1) org.codehaus.mojo:weblogic-maven-plugin:maven-plugin:3.9.3

maven setting:

<?xml version="1.0" encoding="UTF-8"?>
<settings>
    <localRepository>/path...</localRepository>
    <profiles>
        <profile>
            <id>ext</id>
            <repositories>
                <repository>
                    <id>central</id>
                    <url>http://repo1.maven.org/maven2</url>
                </repository>
                <repository>
                    <id>java.net</id>
                    <url>http://download.java.net/maven/2</url>
                </repository>
                <repository>
                    <id>maven2-repository.dev.java.net</id>
                    <url>http://download.java.net/maven/2/</url>
                </repository>
                <repository>
                    <id>Mirrors.ibiblio.org</id>
                    <url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>
                </repository>
                <repository>
                    <id>mojo-executor-repository</id>
                    <url>http://mojo-executor.googlecode.com/svn/repo/</url>
                </repository>
                <repository>
                    <id>spring-maven-milestone</id>
                    <name>Springframework Maven Repository</name>
                    <url>http://maven.springframework.org/milestone</url>
                </repository>
            </repositories>
            <pluginRepositories>
                <pluginRepository>
                    <id>java.net</id>
                    <name>Java.net Repository for Maven2</name>
                    <url>http://download.java.net/maven/1/</url>
                    <layout>legacy</layout>
                </pluginRepository>
                <pluginRepository>
                    <id>eviwarePluginRepository</id>
                    <url>http://www.eviware.com/repository/maven2/</url>
                </pluginRepository>
            </pluginRepositories>
        </profile>
    </profiles>

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T18:33:09+00:00Added an answer on June 2, 2026 at 6:33 pm

    You need to check your settings.xml file. You need to add the following into your settings.xml

    com.oracle.weblogic

    Also you need to follow a two step process for installing the weblogic maven plugin jar. First use the jarbuilder tool for generating the uber jar.

     java -jar wljarbuilder.jar -profile weblogic-maven-plugin
    

    This command would create a 65MB jar named weblogic-maven-plugin jar. Now you need to provision your jar into the repo. Use the command and remove the pom.xml from the jar.

     jar xvf MW_HOME/wlserver_10.3/server/lib/weblogic-maven-plugin.jar META-INF/maven/com.oracle.weblogic/weblogic-maven-plugin/pom.xml
    
     cp MW_HOME/wlserver_10.3/server/lib/META-INF/maven/com.oracle.weblogic/weblogic-maven-plugin/pom.xml MW_HOME/wlserver_10.3/server/lib
    

    The next step is most important. You need to be in the MW_HOME/wlserver_10.3/server/lib directory for this.

     mvn install
    

    And then you need to do a ….

     mvn install:install-file -Dfile="MW_HOME/wlserver_10.3/server/lib/weblogic-maven-plugin.jar -DpomFile="pom.xml" 
    

    weblogic goal prefix with weblogic maven plugins

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to include Core Location and I'm trying to follow this tutorial: http://www.mobileorchard.com/hello-there-a-corelocation-tutorial/
I follow this tutorial to create a svn http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/ However after running $ svn
I follow this tutorial to integrated facebook : http://25labs.com/tutorial-integrate-facebook-connect-to-your-website-using-php-sdk-v-3-x-x-which-uses-graph-api/ The problem is that when
I am trying to follow this tutorial http://damianm.com/tech/nhibernate-mvc-and-ninject/ but I am running into some
I'm using this tutorial to build an application using the MVC architecture : http://www.oracle.com/technetwork/articles/javase/index-142890.html
I'm trying to follow this tutorial - http://www.dotnetcurry.com/ShowArticle.aspx?ID=231&AspxAutoDetectCookieSupport=1 I have both the vsdoc file
I follow this tutorial for install omniauth in devise+mongoid: https://github.com/fertapric/rails3-mongoid-devise-omniauth/wiki/OmniAuth-Installation-Tutorial I have devise 1.4.5
I am trying to install my own firefox plugin. I follow this tutorial. But
I follow this tutorial to learn some REST services and AJAX calls: http://www.mkyong.com/webservices/jax-rs/integrate-jackson-with-resteasy/ I
I'm trying to follow this tutorial for an Accordion control in WPF: http://www.c-sharpcorner.com/UploadFile/dpatra/538/ I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.