M2 - How do I use a non standard directory structure for a web application

2005-12-23 Thread eric . starr
Trying to build a WAR file from a non-standard directory structure. projectA - src - Web Content - images - javascript - theme - WEB-INF - lib - web.xml Here is the relevent portion of my pom.xml

Re: [m2] where is the Maven 2.0 RC ?

2005-10-17 Thread eric . starr
http://people.apache.org/~brett/maven-2.0-RC/ farid [EMAIL PROTECTED] wrote on 10/17/2005 06:55:20 AM: Hi everybody ! Sorry the for the question but where is the RC version everybody is talking about. On the main maven site http://maven.apache.org/maven2/ it is nowhere to be found.

Re: [M2] Recommended Project Layout and Eclipse

2005-09-30 Thread eric . starr
I think we are having a problem with terminology... Especially when talking about a module Comments and questions are embedded. Kenney Westerhof [EMAIL PROTECTED] wrote on 09/30/2005 09:06:39 AM: On Fri, 30 Sep 2005, Thomas Van de Velde wrote: Hi Thomas, Kenney, Thanks for your

Re: Memo: RE: Cyclic dependency

2005-09-07 Thread eric . starr
I had a cyclical dependency issue and I had to bring the code all under one directory structure and work with it as one project. Sometimes development teams may try to create projects like this: projectA (business rules) projectAWeb (view) You can build them independently using Maven if they

[m2] I'm having a problem using the SCM plugin.

2005-09-02 Thread eric . starr
/ Eric Starr - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] Ear Plugin problem... Generating EAR from two WARs (subprojects)

2005-09-01 Thread eric . starr
thought that the application.xml file was supposed to be generated. Do you know why it's not being generated? 3 - What else am I missing to generate the EAR? Any help will be appreciated. Eric Starr - To unsubscribe, e-mail

Re: [m2] Ear Plugin problem... Generating EAR from two WARs(subprojects)

2005-09-01 Thread eric . starr
Does that look right? Eric Starr Kenney Westerhof [EMAIL PROTECTED] 09/01/2005 12:02 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject

Re: [m2] Ear Plugin problem... Generating EAR from two WARs(subprojects)

2005-09-01 Thread eric . starr
I had a copy/paste error in the last email... here is the pom.xml file that i am using... I'm still having the issues as described in the previous email. project modelVersion4.0.0/modelVersion groupIdcom.myco.apps/groupId artifactIdearbuilderproj/artifactId packagingear/packaging

[M2]: Missing maven-ear-plugin?

2005-08-24 Thread eric . starr
Maven version: 2.0-alpha-3 (Just started using Maven a few days ago) I am trying to create an ear file from wars and jars... I noticed that the maven-ear-plugin is missing from: http://www.ibiblio.org/maven2/plugins/org/apache/maven/plugins/ even though this plugin is still listed in

[M2] Cyclical Dependencies

2005-08-23 Thread eric . starr
I am very new to maven and have decided to start off with Maven 2. I have two projects and both projects depend upon each other to compile... Directory Structure C:\tmp\project1 pom.xml src\main\java\com... ClassA.java, ClassB.java C:\tmp\project2 pom.xml