Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
muddu_shafi
Post subject: Mojo plugin missing  PostPosted: Sep 05, 2008 - 04:48 PM



Joined: Aug 21, 2008
Posts: 18

I am trying to build the porject using maven:build.
Its an Spring EJB project with name erpproxy.
I used Maven for building the project.
Iget this error
Error message: Failed to resolve plugin for mojo binding: org.codehaus.mojo:xdoclet-maven-plugin:1.0-alpha-3:xdoclet
Root error message: The PluginDescriptor for the plugin org.codehaus.mojo:xdoclet-maven-plugin was not found. Should have been in realm: ClassRealm[/plugins/org.codehaus.mojo:xdoclet-maven-plugin:1.0-alpha-3@48/thread:main, parent: null]
what does this mean? Am i missing a plugin.

I am also pastin my POM.xml file below for reference. Anyhelp is appreciated
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.atcc.erpproxy</groupId>
<artifactId>erpproxy</artifactId>
<packaging>ejb</packaging>
<version>1.2</version>
<parent>
<groupId>commonPoms</groupId>
<artifactId>default_1.5_ejb</artifactId>
<version>1.1</version>
</parent>
<name>ERP Proxy</name>
<url>http://thumper.atcc.org/projects/erpProxy</url>
<scm>
<connection>scm:cvs:pserver:cruisecontrol@congo:/usr/local/bif_repository:erpProxy</connection>
</scm>
<repositories>
<repository>
<id>local</id>
<name>local</name>
<url>http://mavenrepo.atcc.org/m2/repository</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>jboss</groupId>
<artifactId>j2ee</artifactId>
<version>3.2.3</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>jbossall-client</artifactId>
<version>3.2.3</version>
</dependency>
<dependency>
<groupId>springframework</groupId>
<artifactId>spring</artifactId>
<version>2.0</version>
</dependency>

<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
</dependency>

<dependency>
<groupId>atcc-common</groupId>
<artifactId>atcc-common-utils</artifactId>
<version>1.3</version>
</dependency>

<dependency>
<groupId>atcc-common</groupId>
<artifactId>atcc-common-security</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>atcc-common</groupId>
<artifactId>atcc-common-security</artifactId>
<version>1.3.2</version>
</dependency>
</dependencies>

<build>
<resources>
<resource>
<directory>src/test/conf</directory>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/conf</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/ErpProxyProgressDAOJunitTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>

</build>
</project>
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: Mojo plugin missing  PostPosted: Sep 05, 2008 - 04:56 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 5657

muddu_shafi,
Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.

Are you using Maven4MyEclipse or some other maven plugin?

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
muddu_shafi
Post subject: RE: Mojo plugin missing  PostPosted: Sep 05, 2008 - 05:05 PM



Joined: Aug 21, 2008
Posts: 18

*** Date:
Friday, September 5, 2008 12:04:59 PM EDT

** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11


*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710


*** Eclipse details:
MyEclipse Enterprise Workbench

Version: 6.0.1 GA
Build id: 6.0.1-GA-200710




Eclipse Platform

Version: 3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G
Build id: I20070625-1500


Eclipse RCP

Version: 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
Build id: I20070625-1500


Eclipse Java Development Tools

Version: 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR
Build id: I20070625-1500


Eclipse Plug-in Development Environment

Version: 3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC
Build id: I20070625-1500


Eclipse Project SDK

Version: 3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO
Build id: I20070625-1500


Eclipse Graphical Editing Framework

Version: 3.3.1.v20070814
Build id: 20070814-1555




Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse-6.0M1\eclipse\eclipse.exe
-name
Eclipse
--launcher.library
C:\Program Files\MyEclipse-6.0M1\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.0.v20070523\eclipse_1017a.dll
-startup
C:\Program Files\MyEclipse-6.0M1\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-exitdata
3d4_7c
-vm
C:\Program Files\MyEclipse-6.0M1\jre\bin\javaw.exe
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: Mojo plugin missing  PostPosted: Sep 05, 2008 - 06:55 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 5657

Seems like your not using Maven4MyEclipse. What plugin are you working with?

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
muddu_shafi
Post subject: RE: Mojo plugin missing  PostPosted: Sep 05, 2008 - 07:16 PM



Joined: Aug 21, 2008
Posts: 18

I dont know Nipun, I am a newbie..Could you please help me out on this.
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits