mirror of https://github.com/apache/archiva.git
use new tld uri from redback
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1198761 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4521696d10
commit
1952006041
|
@ -946,7 +946,7 @@
|
|||
</artifactItems>
|
||||
</configuration>
|
||||
</execution>
|
||||
<!-- redefine to override exclude configuration (and add back struts-security.xml -->
|
||||
<!-- redefine to override exclude configuration (and add back struts-security.xml ) -->
|
||||
<execution>
|
||||
<id>unpack-redback-war</id>
|
||||
<goals>
|
||||
|
@ -1060,6 +1060,56 @@
|
|||
<id>tdev</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<executions>
|
||||
<!-- redefine to skip its execution in Tomcat -->
|
||||
<execution>
|
||||
<id>copy</id>
|
||||
<phase>process-resources</phase>
|
||||
<goals>
|
||||
<goal>copy</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
<artifactItems>
|
||||
<artifactItem>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>archiva-applet</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<outputDirectory>src/main/webapp</outputDirectory>
|
||||
<destFileName>archiva-applet.jar</destFileName>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
</configuration>
|
||||
</execution>
|
||||
<!--
|
||||
redefine to override exclude configuration (and exlude back struts-security.xml :-)
|
||||
tomcat plugin 2.0 has a better support of war overlay
|
||||
-->
|
||||
<execution>
|
||||
<id>unpack-redback-war</id>
|
||||
<goals>
|
||||
<goal>unpack</goal>
|
||||
</goals>
|
||||
<phase>compile</phase>
|
||||
<configuration>
|
||||
<artifactItems combine.self="override">
|
||||
<artifactItem>
|
||||
<groupId>org.codehaus.redback</groupId>
|
||||
<artifactId>redback-struts2-content</artifactId>
|
||||
<version>${redback.version}</version>
|
||||
<type>war</type>
|
||||
<overWrite>false</overWrite>
|
||||
<outputDirectory>${basedir}/src/main/webapp</outputDirectory>
|
||||
<excludes>**/web.xml,**/struts*.jar,**/sitemesh*.jar,**/struts-security.xml</excludes>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.tomcat.maven</groupId>
|
||||
<artifactId>tomcat6-maven-plugin</artifactId>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<%@ page contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib prefix="s" uri="/struts-tags" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="redback" uri="/redback/taglib-1.0" %>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<%@ page contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib prefix="s" uri="/struts-tags" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="redback" uri="/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="archiva" uri="/WEB-INF/tld/web-tags.tld" %>
|
||||
|
||||
<html>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<%@ page contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib prefix="s" uri="/struts-tags"%>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
||||
<%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="redback" uri="/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="archiva" uri="/WEB-INF/tld/web-tags.tld" %>
|
||||
|
||||
<html>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<%@ taglib prefix="s" uri="/struts-tags" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
||||
<%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="redback" uri="/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="archiva" uri="/WEB-INF/tld/web-tags.tld" %>
|
||||
|
||||
<html>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<%@ page contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib prefix="s" uri="/struts-tags" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="redback" uri="/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="archiva" uri="/WEB-INF/tld/web-tags.tld" %>
|
||||
|
||||
<html>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<%@ taglib prefix="s" uri="/struts-tags" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
||||
<%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="redback" uri="/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="archiva" uri="/WEB-INF/tld/web-tags.tld" %>
|
||||
|
||||
<html>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<%@ taglib prefix="s" uri="/struts-tags"%>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
||||
<%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="redback" uri="/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="archiva" uri="/WEB-INF/tld/web-tags.tld" %>
|
||||
|
||||
<html>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<%@ taglib prefix="s" uri="/struts-tags" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="archiva" uri="/WEB-INF/tld/web-tags.tld" %>
|
||||
<%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="redback" uri="/redback/taglib-1.0" %>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<%@ taglib uri="/struts-tags" prefix="s" %>
|
||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||
<%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
|
||||
<%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="redback" uri="/redback/taglib-1.0" %>
|
||||
<%@ page import="java.util.Calendar" %>
|
||||
|
||||
<html>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
|
||||
<%@ taglib prefix="archiva" uri="/WEB-INF/tld/web-tags.tld" %>
|
||||
<%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>
|
||||
<%@ taglib prefix="redback" uri="/redback/taglib-1.0" %>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
|
Loading…
Reference in New Issue