[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.iam] Re: can not create any sample Maven project
|
- From: amuino@xxxxxxxxx (Abel Muiño)
- Date: Tue, 18 Aug 2009 07:40:56 +0000 (UTC)
- Newsgroups: eclipse.technology.iam
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Larry wrote:
Hi,Abel,
You are right, I changed the proxy setting and it works now!
Good!
One more question need your help: I've installed Maven 2.0 and 2.2, and
when I installing IAM, it installed Maven 2.1, is there a way(and how) to
configure IAM let it use Maven 2.2 instead ?
IAM will always work with the embedded maven version for tight integration.
You can still launch maven as a separate process for specific goals
through Eclipse's external tool support.
- Run > External Tools > External Tools Configurations...
- In the window that opens,
- Double click "Program" on the tree (left side)
- Fill in the name (for instance "mvn jetty:run")
- Fill in the location (browse to your mvn launcher in
"$MAVEN_HOME/bin")
- Fill in the working directory (you can use "${project_loc}" to
always launch from the selected resource project root)
- Fill in the arguments (for instance "jetty:run", or any other option
just as in the command line)
- You probably would like to refresh the "Project containing the
selected resource", so eclipse sees any changes done by maven
Hope that helps!
--
Abel Muiño