- This topic has 7 replies, 3 voices, and was last updated 15 years, 11 months ago by allenparslow.
-
AuthorPosts
-
muddu_shafiMemberI 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>
Loyal WaterMembermuddu_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?
muddu_shafiMember*** 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 WorkbenchVersion: 6.0.1 GA
Build id: 6.0.1-GA-200710Eclipse Platform
Version: 3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G
Build id: I20070625-1500Eclipse RCP
Version: 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
Build id: I20070625-1500Eclipse Java Development Tools
Version: 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR
Build id: I20070625-1500Eclipse Plug-in Development Environment
Version: 3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC
Build id: I20070625-1500Eclipse Project SDK
Version: 3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO
Build id: I20070625-1500Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20070814-1555Eclipse 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
Loyal WaterMemberSeems like your not using Maven4MyEclipse. What plugin are you working with?
muddu_shafiMemberI dont know Nipun, I am a newbie..Could you please help me out on this.
muddu_shafiMemberI 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?
allenparslowMember@muddu_shafi wrote:
*** Date:
*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710Doesn’t mean that your aren’t using MyEclipse 6.6?
allenparslowMemberIn 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> -
AuthorPosts