facebook

Mojo plugin missing

  1. MyEclipse IDE
  2.  > 
  3. Maven for MyEclipse (Maven4MyEclipse)
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #288824 Reply

    muddu_shafi
    Member

    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&#8243;
    xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221;
    xsi:schemaLocation=”http://maven.apache.org/POM/4.0.0
    http://maven.apache.org/maven-v4_0_0.xsd”&gt;
    <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&gt;
    <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&gt;
    </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>

    #288828 Reply

    Loyal Water
    Member

    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?

    #288830 Reply

    muddu_shafi
    Member

    *** 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

    #288848 Reply

    Loyal Water
    Member

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

    #288851 Reply

    muddu_shafi
    Member

    I dont know Nipun, I am a newbie..Could you please help me out on this.

    #291653 Reply

    muddu_shafi
    Member

    I am using Mave4Myeclipse. I have downloaded MyEclipse6.6 version which comes with maven4myeclipse.
    but still the same error. Instead when I run/build the same application from Command prompt using Maven2 it executes/builds.

    What is the problem with MyEclipse?

    #291940 Reply

    allenparslow
    Member

    @muddu_shafi wrote:

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

    Doesn’t mean that your aren’t using MyEclipse 6.6?

    #291941 Reply

    allenparslow
    Member

    In any case, missing plug-in’s, can be resolved by adding the following to your pom.xml:
    <pluginRepositories>
    <pluginRepository>
    <id>Maven2 Plugin Repo</id>
    <name>maven2-plugin-repositories</name>
    <url>http://repo1.maven.org/maven2/
    </url>
    </pluginRepository>
    </pluginRepositories>

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: Mojo plugin missing

You must be logged in to post in the forum log in