Re: jar:deploy error

2005-09-03 Thread Fernando Ney
Does anyone have a solution for this problem? On 9/2/05, Fernando Ney [EMAIL PROTECTED] wrote: Hi, When using jar:deploy to deploy a jar from windows to linux machine, i get the following error: BUILD FAILED File.. C:\Documents and Settings\Fernando.Nascimento\.maven\cache\maven-

Re: Best practices for release and version management?

2005-09-03 Thread Jose Gonzalez Gomez
2005/9/2, Trygve Laugstøl [EMAIL PROTECTED]: On Fri, Sep 02, 2005 at 10:54:37AM -0400, dohadwala, moiz wrote: How does one do it for m2? I am new to maven and I have decided to skip maven 1.x and start with m2 directly. In Maven 2 there is the same off-line option as in Maven 1 but you

Re: Best practices for release and version management?

2005-09-03 Thread Jose Gonzalez Gomez
David, I understand that you're deploying your snapshot versions for your projects in your internal repository, but I don't fully understand your environment (or maybe Maven's way of working)... let me explain: I understand that you can publish snapshot versions of artifacts under development

[M2] XDoclet 2 plugin

2005-09-03 Thread Jose Gonzalez Gomez
Hi there, Is there any plugin to run XDoclet 2 under Maven 2? If not, any known plans to develop it anybody? (I've found Xdoclet 1 plugins for Maven 1 and 2 and Xdoclet 2 plugin for Maven 1, but not for Maven 2) Best regards Jose

[M2] Hibernate plugin

2005-09-03 Thread Jose Gonzalez Gomez
Hi there, I've seen in the plugin matrix that the Hibernate plugin is finished... how can I use / install / download it? Does it support hibernate 3.0.x? Does / will it support hibernate 3.1 annotations? Best regards Jose - To

Maven 2 Dashboard Plugin

2005-09-03 Thread David Le Strat
All, Has there been any discussion on the future of the dashboard plugin for Maven 2? The m1/m2 plugin matrix mentions that the implementation might be significantly different. Any information would be greatly appreciated. Regards, David Le Strat. David Le Strat

Re: How to set a plugin's prefix?

2005-09-03 Thread Wendell Beckwith
Doh! Anyway here is the settings.xml, which I have in my .m2 directory: settings pluginGroups pluginGroupcom.intervoice.maven.plugins/pluginGroup /pluginGroups /settings What else do I need to provide to get this working? Wb On 9/2/05, dan tran [EMAIL PROTECTED] wrote: I am not well versed

Use case question: in a multiproject context build a single jar aggregating all classes from subprojects

2005-09-03 Thread Andy Glick
The Ant builds of the Spring and the SpringModules projects are fairly easy to convert to M1 or M2 builds using the multiproject layout. They are easy to reconfigure because they each is distributed with a jar per subproject, so even though their source trees are not shipped configured as

Re: Use case question: in a multiproject context build a single jar aggregating all classes from subprojects

2005-09-03 Thread Doug Douglass
Andy Glick wrote: The Ant builds of the Spring and the SpringModules projects are fairly easy to convert to M1 or M2 builds using the multiproject layout. They are easy to reconfigure because they each is distributed with a jar per subproject, so even though their source trees are not shipped

Re: Use case question: in a multiproject context build a single jar aggregating all classes from subprojects

2005-09-03 Thread dan tran
Andy, maven-assemply-plugin seems to do what you want. And I also found this http://jira.codehaus.org/browse/MNG-319 -D On 9/3/05, Doug Douglass [EMAIL PROTECTED] wrote: Andy Glick wrote: The Ant builds of the Spring and the SpringModules projects are fairly easy to convert to M1 or

Re: How to set a plugin's prefix?

2005-09-03 Thread Brett Porter
That should work. Do you have a file called com/intervoice/maven/plugins/plugins.xml in the local repository? What is it's contents? - Brett On 9/4/05, Wendell Beckwith [EMAIL PROTECTED] wrote: Doh! Anyway here is the settings.xml, which I have in my .m2 directory: settings