Re: Project build error: Unknown packaging: eclipse-plugin

2010-04-07 Thread Barrie Treloar
On Wed, Apr 7, 2010 at 2:00 PM, Vijayan, Rohit rohit.vija...@sap.com wrote:
 Hi All
 I have installed maven plugin into eclipse and i have created a simple 
 project(skip archetype selection) option and provided a GroupId, ArtifactId, 
 version but gave the Packaging as `eclipse plug-in instead of jar.
 The project is getting generated but with the following error Project build 
 error: Unknown packaging: eclipse-plugin in the pom.xml file.

 How can this error be resolved?

Your packaging value should probably be jar.
See http://maven.apache.org/guides/getting-started/index.html

This sounds like you are trying to use m2eclipse?
If so, try their mailing list.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Project build error: Unknown packaging: eclipse-plugin

2010-04-06 Thread Vijayan, Rohit
Hi All
I have installed maven plugin into eclipse and i have created a simple 
project(skip archetype selection) option and provided a GroupId, ArtifactId, 
version but gave the Packaging as `eclipse plug-in instead of jar.
The project is getting generated but with the following error Project build 
error: Unknown packaging: eclipse-plugin in the pom.xml file.

How can this error be resolved?

Regards
Rohit