mirror of https://github.com/apache/maven.git
o remove unused test resources
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@789104 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
58154805ba
commit
979b1b0c04
Binary file not shown.
|
@ -1,19 +0,0 @@
|
|||
<plexus>
|
||||
<components>
|
||||
<component>
|
||||
<role>org.sonatype.plexus.webcontainer.ServletContainer</role>
|
||||
<implementation> org.sonatype.plexus.webcontainer.DefaultServletContainer</implementation>
|
||||
<configuration>
|
||||
<host>*</host>
|
||||
<port>32825</port>
|
||||
<servlets>
|
||||
<servlet>
|
||||
<clazz>org.sonatype.webdav.WebdavServlet</clazz>
|
||||
<resourceBase>${basedir}/target/remote-repo</resourceBase>
|
||||
<contextPath>/webdav</contextPath>
|
||||
</servlet>
|
||||
</servlets>
|
||||
</configuration>
|
||||
</component>
|
||||
</components>
|
||||
</plexus>
|
Loading…
Reference in New Issue