Hello, I want to use weblogic 9.2 plug in for deploying the application. I am getting following error while trying to use it. I don't why it is not able to download the plug even tough I added the required repository also
[INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'weblogic'. [INFO] snapshot org.codehaus.mojo:weblogic-maven-plugin:2.9.0-SNAPSHOT: checking for updates from Codehaus Snapshots [WARNING] repository metadata for: 'snapshot org.codehaus.mojo:weblogic-maven-plugin:2.9.0-SNAPSHOT' could not be retrie ved from repository: Codehaus Snapshots due to an error: Error transferring file [INFO] Repository 'Codehaus Snapshots' will be blacklisted Downloading: http://snapshots.repository.codehaus.org//org/codehaus/mojo/weblogic-mav en-plugin/2.9.0-SNAPSHOT/weblogic-m aven-plugin-2.9.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: org.codehaus.mojo ArtifactId: weblogic-maven-plugin Version: 2.9.0-SNAPSHOT Reason: Unable to download the artifact from any repository org.codehaus.mojo:weblogic-maven-plugin:pom:2.9.0-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), Codehaus Snapshots (http://snapshots.repository.codehaus.org/) Here is is my plug in details <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>weblogic-maven-plugin</artifactId> <version>2.9.0-SNAPSHOT</version> <configuration> <adminServerHostName>localhost</adminServerHostName> <adminServerPort>7001</adminServerPort> <adminServerProtocol>http</adminServerProtocol> <userId>weblogic</userId> <password>weblogic</password> <upload>false</upload> <remote>false</remote> <verbose>false</verbose> <debug>false</debug> <targetNames>AdminServer</targetNames> </configuration> </plugin> Regards Jaish --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
