Hi You need to use the latest snapshot of the plugin - Not the released
Hermod -----Original Message----- From: Minto van der Sluis [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 10:07 AM To: [email protected] Subject: Unsupported WTP version: 1.5 Hi all, I try to use the maven eclipse plugin for WTP 1.5. But it tells me it does not know WTP 1.5. What am I doing wrong? My pom looks like this: <properties> <ejbversion>2.0</ejbversion> <java13_home>/opt/java/ibm-jdk-131/</java13_home> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.0</version> <configuration> <fork>true</fork> <compilerVersion>1.3</compilerVersion> <executable>${java13_home}/bin/javac</executable> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.2</version> <configuration> <wtpversion>1.5</wtpversion> </configuration> </plugin> </plugins> </build> Here is the message I get: [INFO] Preparing eclipse:eclipse [INFO] No goals needed for project - skipping [INFO] [eclipse:eclipse] [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Unsupported WTP version: 1.5. This plugin currently supports only the following versions: 1.0 R7 none. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch Any clues? Am I missing dependancies? Even removing the eclipse version from the pom does not help. Kind regards, Minto van der Sluis -- View this message in context: http://www.nabble.com/Unsupported-WTP-version%3A-1.5-tf2620918s177.html#a7313519 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This email with attachments is solely for the use of the individual or entity to whom it is addressed. Please also be aware that the DnB NOR Group cannot accept any payment orders or other legally binding correspondence with customers as a part of an email. This email message has been virus checked by the anti virus programs used in the DnB NOR Group. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
