Can't avoid Maven (embedded) 3.0-SNAPSHOT with m2eclipse

2010-05-23 Thread Andrew Hughes
*I have set Window -> Preferences -> Maven -> Installed to a external 2.2.1 instance and have enabled this as the default maven instance. But, whatever "24/05/10 9:50:53 AM: Maven Builder: AUTO_BUILD" is - it still using the 3.0-SNAPSHOT embedded maven instance. It refuses to use the external maven

RE: maven-project-info-reports-plugin 2.2 - index page without links, empty "navigation column"?

2010-05-23 Thread Martin Gainty
Mirko- mvn -e -X .. (note any errors) anything in the logs? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten

RE: Maven N00b - Someone sent me a POM file - What now?

2010-05-23 Thread Martin Gainty
Antonio..the source can be in svn configured by scm node as seen here: scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_1_8 scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_1_8 http://svn.apache.org/viewcvs.cgi/struts/struts

Re: "This project has been banned"...?

2010-05-23 Thread Brian Fox
This means that a project won't be built because it depends on something else in the build that failed. The fail at end will build anything it can to work around failures, but not if they depend upon the failed build. The ban is just for that maven execution, so there is no un-ban. Just run maven

Re: maven-project-info-reports-plugin 2.2 - index page without links, empty "navigation column"?

2010-05-23 Thread Lukas Theussl
This should be fixed in 2.1.1-SNAPSHOT: http://jira.codehaus.org/browse/MSITE-456 HTH, -Lukas Mirko Friedenhagen wrote: Hello, after my project reported a failure (java.lang.ArrayIndexOutOfBoundsException: 1 at org.apache.maven.doxia.module.xhtml.XhtmlSink.tableCell(XhtmlSink.java:791))

maven-project-info-reports-plugin 2.2 - index page without links, empty "navigation column"?

2010-05-23 Thread Mirko Friedenhagen
Hello, after my project reported a failure (java.lang.ArrayIndexOutOfBoundsException: 1 at org.apache.maven.doxia.module.xhtml.XhtmlSink.tableCell(XhtmlSink.java:791)) without me changing anything I searched for a solution and changed the maven-project-info-reports-plugin to version 2.2 in the

Re: Maven N00b - Someone sent me a POM file - What now?

2010-05-23 Thread Antonio Petrelli
2010/5/23 Antonio Petrelli : > 2010/5/23 MavenN00b : >> >> Yeah, they sent only the POM.  My project needs to run in their environment. >> I don't have any need for their source code, I just need to be able to run >> on their boxes. > > You need your project to comply with their standard, do you? >

Re: Maven N00b - Someone sent me a POM file - What now?

2010-05-23 Thread Antonio Petrelli
2010/5/23 MavenN00b : > > Yeah, they sent only the POM.  My project needs to run in their environment. > I don't have any need for their source code, I just need to be able to run > on their boxes. You need your project to comply with their standard, do you? So put that pom.xml in the root directo

Re: Maven N00b - Someone sent me a POM file - What now?

2010-05-23 Thread MavenN00b
Yeah, they sent only the POM. My project needs to run in their environment. I don't have any need for their source code, I just need to be able to run on their boxes. What should I ask for? -- View this message in context: http://old.nabble.com/Maven-N00bSomeone-sent-me-a-POM-file---W

Re: Maven N00b - Someone sent me a POM file - What now?

2010-05-23 Thread MavenN00b
Yeah, they sent only the POM. My project needs to run in their environment. I don't have any need for their source code, I just need to be able to run on their boxes. What should I ask for? -- View this message in context: http://old.nabble.com/Maven-N00bSomeone-sent-me-a-POM-file---Wha

Re: Maven N00b - Someone sent me a POM file - What now?

2010-05-23 Thread Antonio Petrelli
2010/5/23 MavenN00b : > > I have my Fedora 64 bit VM running.  Java, Eclipse, and Maven all installed. > Someone sent me a POM file, and I need to know how to generate my project > using it. A pom without anything else? No source code, no resources, nothing? You seriously need to call the sender.

Maven N00b - Someone sent me a POM file - What now?

2010-05-23 Thread MavenN00b
I have my Fedora 64 bit VM running. Java, Eclipse, and Maven all installed. Someone sent me a POM file, and I need to know how to generate my project using it. Any help would be appreciated. -- View this message in context: http://old.nabble.com/Maven-N00bSomeone-sent-me-a-POM-file---What

Re: multi modules, scm and release plugin

2010-05-23 Thread Mark Struberg
>>> trunk/ >>> |-- pom.xml >>> |-- parent/ >>> | `-- pom.xml >>> |-- module1/ >>> | `-- pom.xml >>> |-- .. >>> `-- modulen/ >>>`-- pom.xml > >>> The pom-parent of trunk/pom.xml is > trunk/parent/pom.xml. Why not let trunk/parent/pom.xml point to trunk/pom.xml as parent? An

Re: multi modules, scm and release plugin

2010-05-23 Thread Juven Xu
I met the same issue, and created a ticket: http://jira.codehaus.org/browse/MRELEASE-562 2010/4/19 Thomas Scheffler > Am 19.04.2010 12:47, schrieb Stephen Connolly: > > You need to run the release from the aggregator pom. not from the parent. >> > > That was exactly the way I was doing it. > >

Re: Maven2 Compile With source inclussion

2010-05-23 Thread Gabriel
Sorry i confused the name, was Andres the one that guessed the porpuse. :D my bad. Gabriel wrote: > > As Wendy said it is for a GWT library, so i need the java code to be in > the jar file. > > Thanks you all. > > Kind Regards, > > > Anders Hammar wrote: >> >> The profile is called "release

Re: Maven2 Compile With source inclussion

2010-05-23 Thread Gabriel
As Wendy said it is for a GWT library, so i need the java code to be in the jar file. Thanks you all. Kind Regards, Anders Hammar wrote: > > The profile is called "release-profile" and still exists in 3.0-beta-1. > However, the comment says it is going to be removed in the future. > > You no