Showing posts with label Maven. Show all posts
Showing posts with label Maven. Show all posts

Thursday, April 22, 2010

Maven j2me-Archetype

I am using Netbeans6.7 for mobile project development and want to make that project a 'maven project'. I have maven configured on my machine.

To make maven based j2me project I have created a new project from File > New Project > Maven > Maven Project > j2me Archetype (2.0.4). The project created successfully and showing the properties of maven as well . . .  BUT !!

I cannot able to view the properties of mobile project (i.e. Platform Type, Device Profile and Configuration, Midlet Information etc). To execute that project it requires a class with main() method. So I have posted all that on forum and finally got the following answer:

j2me development is not supported for maven projects in netbeans :(

rizzz86