Re: Maven release plugin kind of messes up my Eclipse project

2011-06-30 Thread Benson Margulies
How are you connecting maven to eclipse? If you are using something like 'mvn eclipse:eclipse' your question belongs here. If you are using m2e, it belongs there. On Thu, Jun 30, 2011 at 8:24 AM, Celinio Fernandes wrote: > Hi, > I am using Maven 2.2.1, java 1.6.0.17 and Eclipse 3.5.2. > > I run t

Re: Missing porlet

2011-06-30 Thread Wayne Fay
> With liferay 5.2.8-EE-SP4 + tomcat 6.0, I deployed a Spring (3.0) portlet > (war file) to liferay deploy/ directory, the deployment is executed without > error. > But I can't find this portlet in the Application list in liferay. Ask the Liferay people. Wayne ---

Copying a SNAPSHOT dependency using the dependency plugin

2011-06-30 Thread Thiessen, Todd (Todd)
When copying a SNAPSHOT dependency using the dependency plugin I have inconsistent behavior regarding how the copied dependency is named. Sometimes, the dependency has the name SNAPSHOT. Other times it puts in the timestamp. I am currently debugging to try and get to more information but I have

Maven release plugin kind of messes up my Eclipse project

2011-06-30 Thread Celinio Fernandes
Hi, I am using Maven 2.2.1, java 1.6.0.17 and Eclipse 3.5.2. I run the following command in a DOS prompt window, under the parent folder of my multi modules project : mvn release:prepare It works well, all versions in the poms of my modules are updated in my workspace and the release is committ

Re: Maven Eclipse Plugin doesn't include all source paths in generated .classpath file in a Java / Groovy project

2011-06-30 Thread Anders Hammar
On Thu, Jun 30, 2011 at 09:13, Guillaume Polet wrote: > It's an M2Eclipse problem. I think you should rather user their ML. > > No, he's using the maven-eclipse-plugin. Not m2eclipse. /Anders > -- > Guillaume > > Le 29/06/2011 17:15, Sebastian Goldt a écrit : > >> Hi all, >> >> today, I run int

Missing porlet

2011-06-30 Thread samwun
Hello, I have googled around but couldn't found any answers. So I decided post my question here and see if anyone got any idea. With liferay 5.2.8-EE-SP4 + tomcat 6.0, I deployed a Spring (3.0) portlet (war file) to liferay deploy/ directory, the deployment is executed without error. But I can't

Re: Maven Eclipse Plugin doesn't include all source paths in generated .classpath file in a Java / Groovy project

2011-06-30 Thread Barrie Treloar
On Thu, Jun 30, 2011 at 12:45 AM, Sebastian Goldt wrote: [del] > My project in question contains both tests and main source code in java as > well as in groovy, so I have the four folders src/main/java, > src/main/groovy, src/test/java and src/test/groovy which are added to the > project with the

Re: Maven Eclipse Plugin doesn't include all source paths in generated .classpath file in a Java / Groovy project

2011-06-30 Thread Barrie Treloar
On Thu, Jun 30, 2011 at 4:43 PM, Guillaume Polet wrote: > It's an M2Eclipse problem. I think you should rather user their ML. [del] >>    mvn eclipse:eclipse He's not using m2e. I'm looking into it... - To unsubscribe, e-mail:

Re: Maven Eclipse Plugin doesn't include all source paths in generated .classpath file in a Java / Groovy project

2011-06-30 Thread Guillaume Polet
It's an M2Eclipse problem. I think you should rather user their ML. -- Guillaume Le 29/06/2011 17:15, Sebastian Goldt a écrit : Hi all, today, I run into some problems with the Maven Eclipse Plugin 2.8 using Maven 3.0.3 on an Ubuntu 11.04 while setting up a mixed Java / Groovy project. It seem

Re: question about mvn dir structure

2011-06-30 Thread Mark Struberg
$> mvn archetype:generate There are some 100 archetypes for various project types available. Please pay attention that the first 'simple' app (no 3 or so) is _not_ the simplest app available - it's just badly named. LieGrue, strub --- On Thu, 6/30/11, Joseph wrote: > From: Joseph > Subjec