[ANN] Maven Eclipse Plugin 2.3 Released

2007-01-09 Thread Fabrizio Giustina
The Maven team is pleased to announce the release of the Maven Eclipse Plugin, version 2.3. http://maven.apache.org/plugins/maven-eclipse-plugin/ You can run mvn -U to get the latest version of the plugin. Changes:

Re: what dependency is bringing in this artifact?

2006-12-08 Thread Fabrizio Giustina
On 12/8/06, Mark Hobson [EMAIL PROTECTED] wrote: Or apply MPH-14 and use help:dependencies for an easy-to-read dependency tree! the patch has been applied, you should be able to run the help:dependencies goal using the latest snapshot available in the repo. cheers fabrizio

Re: [m2] eclipse:eclipse downloadSources

2006-12-06 Thread Fabrizio Giustina
eclipseDownloadSources is deprecated, tha name has been changed to downloadSources with the scope to make it consistent with other IDE-related plugins. The download status cache is only implemented in recent snapshots, you will not find it on 2.2 fabrizio On 11/28/06, Mark Hobson [EMAIL

Re: Eclipse with Maven

2006-12-06 Thread Fabrizio Giustina
check the -Dwtpversion parameter on the maven eclipse plugin reference. You need to explicitely enable WTP support. fabrizio On 12/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Ok, I've discovered a way to create a webapp with Maven. The problem is that if I run Eclipse and choose to

Re: [m2] maven-eclipse plugin + wtp 1.5

2006-07-19 Thread Fabrizio Giustina
Is there any chance in the near future to get a -Dwtpversion=1.5?? already in svn (although there are still some wtp15 changes missing), will be in the 2.3 release. Anyway, I never had problems using WTP 1.0 projects with WTP 1.5: the old file format is still supported (and not converted), only

Re: Eclipse Plugins

2006-07-18 Thread Fabrizio Giustina
On 7/18/06, Scott Goldstein [EMAIL PROTECTED] wrote: On the Maven 2 website, there's information about a Maven plugin which will build an eclipse project from a pom. My question is how this might work for an Eclipse project that is building an Eclipse RCP application. At the moment the maven

Re: Eclipse Plugin

2006-07-18 Thread Fabrizio Giustina
The eclipse plugins create the appropriate configuration files depending on the package of the project. Just use a ear o ejb packaging in your pom and run eclipse:eclipse as usual fabrizio On 7/18/06, Markus Wolf [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I

Re: maven, dependencies and eclipse wtp

2006-05-10 Thread Fabrizio Giustina
On 5/10/06, Matthijs Wensveen [EMAIL PROTECTED] wrote: When I try to run the project on a server from within eclipse, the dependencies that would normally be in WEB-INF/lib are not deployed on the server. They should be deployed, probably you are using a buggy version of WTP. WTP r7 shipped

[ANN] Maven Eclipse Plugin 2.1 for maven 2 released

2006-02-08 Thread Fabrizio Giustina
We are pleased to announce the Maven Eclipse Plugin 2.1 for maven 2 release! http://maven.apache.org/plugins/maven-eclipse-plugin/ Changes in this version include: ** Improvement * [MECLIPSE-47] - Support for wtp 1.0 * [MECLIPSE-55] - Documentation: eclipse:eclipse creates Projects or

Re: Eclipse Plugin 2.1 for maven 2 released why @execute phase= has been changed

2006-02-08 Thread Fabrizio Giustina
On 2/8/06, Olivier Lamy [EMAIL PROTECTED] wrote: Why this has been changed in o.a.m.p.e.EclipsePlugin ?? @execute phase=generate-sources to @execute phase=generate-test-resources. see the recent discussion at http://jira.codehaus.org/browse/MECLIPSE-37 the execute phase has been changed in

Re: Logging for mvn

2006-02-08 Thread Fabrizio Giustina
On 2/8/06, Brett Porter [EMAIL PROTECTED] wrote: We should add a quiet option to go to WARNING leavel, like in m1, but if you have a specific logging issue, let us know in JIRA. Perhaps we could create an issue and start listing out things that aren't needed? As Carlos already pointed out,

Re: [m2eclipse] Eclipse WebTools and Maven2 Publishing Failed

2006-02-04 Thread Fabrizio Giustina
Publishing failed Resource /M2_REPO/commons-logging/commons-logging/1.0/commons- logging-1.0.jar does not exist. That's a WTP bug, in any version from WTP 1.0 till recent builds: https://bugs.eclipse.org/bugs/show_bug.cgi?id=116783 WTP 1.0 simply ignores external dependencies, later builds

Re: [M2] Eclipse WTP not Working

2006-01-22 Thread Fabrizio Giustina
I've tried to use maven-eclipse-plugin's support for WTP with Eclipse 3.1.1and WTP 1.0 (latest release). I could configure a TomCat 5.5 server and add my Web project. I also got to the point where I could start TomCat. However, the application did not load due to missing libraries on the

Re: Download Javadoc into Eclipse with Maven2

2006-01-17 Thread Fabrizio Giustina
What i think would be nice would be a way to make Maven download the Javadoc and making it available to Eclipse. The current revision in svn of the eclipse plugin (which is expected to be released as soon as an usable wtp 1.0.1 build will be out) has support for javadoc attachements, as an

Re: Multiproject site

2005-12-30 Thread Fabrizio Giustina
While waiting for this solution to be implemented there are possible workarounds to make a multiproject site work. After playing with different solutions I am pretty happy with the result of having a single site.xml file, with statically-linked reports, copied to all child modules using the

Re: [m2] production ready? any experience?

2005-12-21 Thread Fabrizio Giustina
On 12/21/05, Alexandre Poitras [EMAIL PROTECTED] wrote: Also some notes in the Eclipse guide about using Wtp since it has reached 1.0 milestone. I still have trouble to use maven 2 to handle web libraries in wtp but maybe I am doing something wrong. wtp 1.0 is buggy, external libraries don't

[ANN] Maven Eclipse Plugin v2.0 for m2 released

2005-12-05 Thread Fabrizio Giustina
Hi, Several issues found in the precent version of the eclipse plugin have now been fixed and new features added. We are happy to announce the first production quality release of the plugin! The 2.0 release fixes some critical bugs related to multiproject handling and WTP (j2ee projects)

[ANN] Maven JIRA Plug-in 1.2 released

2005-12-03 Thread Fabrizio Giustina
We are pleased to announce the Maven JIRA Plug-in 1.2 release! http://maven.apache.org/maven-1.x/reference/plugins/jira/ This plugin downloads issues from Jira and creates a report. === Changes in this version include:

[ANN] Maven Eclipse Plugin 1.10 released

2005-12-03 Thread Fabrizio Giustina
. === Changes in this version include: New Features: o Generates a .wtpmodules file for eclipse webtools (wtp 0.7 required) Fixes MPECLIPSE-80. Thanks to Fabrizio Giustina. o Added eclipse:eclipsealias for the eclipsegoal (match the maven 2 goal name) Fixed bugs: o Moved

Re: Eclipse:add-maven-repo bug

2005-11-28 Thread Fabrizio Giustina
it's fixed, a new release should be out soon fabrizio On 11/28/05, Jean-Sebastien Bournival [EMAIL PROTECTED] wrote: Is someone fixing the eclipse:add-maven-repo bug? The one that adds a 'X' to the eclipse workspace folder. Thanx. JS.

Re: [m2] should xalan have scope=provided?

2005-11-24 Thread Fabrizio Giustina
Hi Matt On 11/24/05, Matt Raible [EMAIL PROTECTED] wrote: I guess I'll just stick with my exclusion for now. It's pretty easy to find out, try running mvn -X install and look for xalan in the list that will be printed out during execution. I don't see xalan included when I add a dependency to

Re: Deploy source jar to repository

2005-11-14 Thread Fabrizio Giustina
On 11/14/05, Peschier J. (Jeroen) [EMAIL PROTECTED] wrote: A) install/deploy the source jar to the repository, and Just run mvn deploy after the source jar generation: mvn source:jar deploy B) link the source jar to its corresponding ejb/war/jar-artifact in the repository, and Handled by the

Re: RE: Using Maven with WSAD

2005-11-14 Thread Fabrizio Giustina
On 11/14/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: When I add a dependecy to the pom.xml and use mvn eclipse:eclipse again to update the classpath all my WebSphere specific settings are removed from the .classpath and .project files. Are you using eclipse:eclipse after the a pom.xml

Re: sun jars

2005-10-20 Thread Fabrizio Giustina
Some more thoughts... The same problem with Sun licenses was recently addressed also by Eclipse. They implemented a click-through mechanism where the user must accept the sun license everytime a file is requested from a sun server (an eclipse window containing a page from the sun website and an

Re: sun jars

2005-10-20 Thread Fabrizio Giustina
On 10/20/05, Mike Perham [EMAIL PROTECTED] wrote: Is there some reason why people can't use the geronimo-spec jars? I discovered these a few months back and never looked back. I doubt they have a spec jar for everything under the sun but importing their j2ee 1.4 jar should solve 90% of

Re: sun jars

2005-10-20 Thread Fabrizio Giustina
On 10/20/05, Dalibor Topic [EMAIL PROTECTED] wrote: On Thu, Oct 20, 2005 at 01:25:31PM +0200, Fabrizio Giustina wrote: You will not believe it, but this is also required for standard dtds and xsds (like the web.xml schema)... according to Sun any xml editor which reads the xsd declaration

Re: [M2] Eclipse WTP Web app libraries

2005-10-18 Thread Fabrizio Giustina
On 10/18/05, Dietrich Schulten [EMAIL PROTECTED] wrote: how does the m2 eclipse plugin determine the path where it looks for web app libraries when used for dynamic web projects? all the jar dependencies of a web project are added as var dependencies and fetched from the local m2 repo. if you

[ANN] Maven taglib Plug-in 1.2.1 released

2004-11-03 Thread Fabrizio Giustina
=1.2.1 For a manual installation, you can download the plugin here: http://prdownloads.sourceforge.net/maven-taglib/maven-taglib-plugin-1.2.1.jar Have fun! -Fabrizio Giustina - To unsubscribe, e-mail: [EMAIL PROTECTED