The newer m2e plugin (from Eclipse.org rather than Sonatype) works
MUCH better for me than the m2eclipse plugin. I've been using it
happily for the past year or so after getting fed up with m2eclipse. I
never run Maven from a shell window anymore. One hint: NEVER EVER use
the Maven eclipse:eclipse goal when you're using the m2e plugin.
Instead just Right Click > Maven > Update Project Configuration.

This morning I created a new project via the New Project Wizard,
specifying the Tapestry quickstart 5.3.1 archetype, and in about 30
seconds had a new project. Then I right-clicked on the project and
selected Run As > Maven Build..., entered a goal of jetty:run, clicked
Run, and the app was up and running in a few more seconds.
Alternatively, I can do a right-click > Run As > Run Jetty, and that
works perfectly, too. (And I verified in both cases that Live Class
Reloading works.)

  Eclipse Platform                               3.7.1.M20110909-1335
  m2e - Maven Integration for Eclipse    1.0.100.20110804-1717
  Run Jetty Run Feature                      1.3.1

On Thu, Dec 22, 2011 at 10:51 PM, Lenny Primak <lpri...@hope.nyc.ny.us> wrote:
> In my experience, m2eclipse is terrible and slow.
> I just use mvn eclipse:eclipse and that works perfectly and fast.
>
> On Dec 22, 2011, at 10:50 PM, Paul Stanton wrote:
>
>> I gave up and installed maven to do this. not sure why m2eclipse doesn't 
>> work...
>>
>> On 23/12/2011 1:31 PM, Paul Stanton wrote:
>>> Hi All,
>>>
>>> I'm trying to create a tapestry quickstart project via the eclipse maven 
>>> plugin.
>>>
>>> Eclipse version: Helios Service Release 2 Build id: 20110301-1815
>>> Maven Plugin: Sonatype Inc Maven Integration for Eclipse 
>>> 0.12.1.20110112-1712
>>>
>>> I am following the rough 'getting started' guide (as closely as I can 
>>> interpret)
>>> http://tapestry.apache.org/getting-started.html
>>>
>>> Problem is that when I attempt to add a "Remote Archetype Catalog" using 
>>> "http://tapestry.apache.org"; and click "verify" eclipse tells me that the 
>>> "Remot catalog is empty".
>>>
>>> If I try to "Add archetype" manually using the following:
>>>
>>> Archetype Group Id: "org.apache.tapestry"
>>> Archetype Artifact Id: "quickstart"
>>> Archetype Version: "5.3.1"
>>> Repository URL: "http://tapestry.apache.org/";
>>>
>>> ..
>>>
>>> I can see that eclipse tries to download
>>> http://tapestry.apache.org/org/apache/tapestry/quickstart/5.3.1/quickstart-5.3.1.pom
>>> however this url gives a 404.
>>>
>>> So, is it possible to create the quickstart project via the maven eclipse 
>>> plugin?
>>>
>>> If so, where am I going wrong?
>>>
>>> Thanks, Paul.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

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

Reply via email to