-
Notifications
You must be signed in to change notification settings - Fork 0
Hello World with Maven
Betim edited this page Oct 7, 2015
·
5 revisions
File -> New Project -> Maven Project
Just click next:
Search for lucy in filter:
If you cannot find lucy-archetype
you might need to add the maven remote catalog by clicking Configure -> Add Remote Catalog
put this http://repo.maven.apache.org/maven2/archetype-catalog.xml
in Catalog File
field and Maven Remote
in Description. Click OK
and you should find lucy-archetype
in the list below.
Enter com.pr-ing
in "Group Id" field and enter desired project name in "Artifact Id" (myapp
in this case):
Run Main.java as Java Application:
Sky is the limit!!!