Have you installed the workshopmavenplugin into your local repository before
trying to generate your maven poms?

mvn install:install-file 
  -Dfile=WorkshopMavenPlugin-1.0.jar 
  -DartifactId=WorkshopMavenPlugin
  -DgroupId=com.mycompany.webapp1 
  -Dpackaging=maven-plugin -Dversion=1.0 -DgeneratePom=true

please check "Executing Maven Scripts" in

http://e-docs.bea.com/wlw/docs102/guide/ideuserguide/build/conMavenScript.html


Chandra Poluru



SDee wrote:
> 
> Hi All,
> 
> I am using weblogic workshop to generate Maven scripts. I have installed
> the Workshop Maven Plugin into my local repository. After install it has
> created  a .m2 folder in the User folder (in XP)
> 
> When I run the mvn command e.g. mvn clean compile, I get the following
> error.
> 
> 
> Unable to download the artifact from any repository
> 
> Failed to resolve artifact
> 
> http://repo1.maven.org/maven2/com/bea/workshop/WorkshopMavenPlugin/1.0/WorkshopMavenPlugin-1.0.pom
> 
> For some reason, it is not looking in the local repository.
> 
> Any Advice
> 

-- 
View this message in context: 
http://www.nabble.com/Using-BEA-WebLogic-workshop-10.2-Maven-POM-Files%3A-tp17868940p17980568.html
Sent from the Maven Developers mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to