Hi All,

        MainFolder
           |-----pom.xml  
              (All dependecies are scope-provided)
                
               Earfolder 
                  |------pom.xml
                (Scope is not provided and so  
                gets added in the ear folder)
                     War1
                       |-----pom.xml  ( manifest 
                          - addClasspath is true)
          
                     War2
                       |-----pom.xml  ( manifest 
                          - addClasspath is true)
                      War3
                        |-----pom.xml  ( manifest 
                           - addClasspath is true)



My requirement is that the jars present in the ear folder should be available 
in the classpath and so the entries have to be in all the wars manifest file. I 
dont want to have jars duplicated in all the wars-WEB/lib.

Currently its not making any entries in the mainfest file - its empty


Regards


--
Click for exclusive coverage on the New Bajaj Pulsar 220 the fastest Indian bike
http://www.zigwheels.com/Features/Bajaj-Pulsar-220-DTSi-Special-Coverage/Pulsar_20090623-1-1

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to