]> source.dussan.org Git - archiva.git/commitdiff
[MRM-824]
authorMaria Odea B. Ching <oching@apache.org>
Wed, 4 Jun 2008 01:52:41 +0000 (01:52 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Wed, 4 Jun 2008 01:52:41 +0000 (01:52 +0000)
-excluded xalan, velocity-dep, xml-apis, wstx-asl, stax-utils and xercesImpl jars in WEB-INF/lib

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662942 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp/pom.xml

index 6c903ccc1b810a8720c26a89e23aa567b23c65d6..7d496ac22a5500552d3324f1a872c3714460bc42 100644 (file)
       <artifactId>commons-codec</artifactId>
       <version>1.3</version>
     </dependency>
+    <dependency>
+      <groupId>stax</groupId>
+      <artifactId>stax</artifactId>
+      <version>1.2.0</version>
+    </dependency>
   </dependencies>
   <build>
     <plugins>
                Specifically setting this to false to avoid accidental jar file creation. -->
           <archiveClasses>false</archiveClasses>
           <dependentWarExcludes>META-INF/**,WEB-INF/web.xml,WEB-INF/classes/xwork.xml</dependentWarExcludes>
+          <warSourceExcludes>WEB-INF/lib/xalan-*.jar,WEB-INF/lib/velocity-dep-*.jar,WEB-INF/lib/xml-apis-*.jar,WEB-INF/lib/wstx-asl-*.jar,WEB-INF/lib/stax-utils-*.jar,WEB-INF/lib/xercesImpl-*.jar</warSourceExcludes>
         </configuration>
         <!-- TODO: would be good to make the jetty plugin aware of these and remove the below -->
         <executions>
               <!-- Needed to get the plexus-security war overlay to do its thing before jetty:run -->
               <goal>inplace</goal>
             </goals>
-          </execution>
+          </execution>  
         </executions>
       </plugin>
       <plugin>