yep!

also have 

root/servlets/s1
root/servlets/s2
root/servlets/s3 

working as well so I could organize my servlets into their own directory

I am pretty happy with it so far.

I am not sure if that patch is applied or not, but I am working off of
maven trunk atm.

this was a helpful discovery yesterday that evenisse shows me to get
the Class-Path: added to the manifest.mf file that is automagically
generated during ear creation.


         <plugin>
            <artifactId>maven-ear-plugin</artifactId>
            <configuration>
               <archive>
                  <manifest>
                     <addClasspath>true</addClasspath>
                  </manifest>
               </archive>
            </configuration>
         </plugin>

if you have any problems just ask!

Jesse

On 7/22/05, Manny Nainu <[EMAIL PROTECTED]> wrote:
> Jesse,
> Thanks for the suggestion.
> Did you get your structure to work in Maven 2? In particular, are you using 
> the EAR patch from jira.codehaus.org MNG-576 for EAR lifecycle?
> 
> Manny
> 


-- 
jesse mcconnell
jesseDOTmcconnellATgmailDOTcom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to