diff options
Diffstat (limited to 'archiva-webapp-test/pom.xml')
-rw-r--r-- | archiva-webapp-test/pom.xml | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/archiva-webapp-test/pom.xml b/archiva-webapp-test/pom.xml index 53f9b86f6..da4413759 100644 --- a/archiva-webapp-test/pom.xml +++ b/archiva-webapp-test/pom.xml @@ -1,18 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - ~ Copyright 2005-2006 The Apache Software Foundation. + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at + ~ http://www.apache.org/licenses/LICENSE-2.0 ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License. + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -79,7 +82,8 @@ <copy todir="${project.build.directory}/${container.name}conf"> <fileset dir="src/test/${container.name}"/> </copy> - <copy todir="${project.build.directory}/installs/${container.name}/apache-tomcat-5.5.20/apache-tomcat-5.5.20/common/lib"> + <copy + todir="${project.build.directory}/installs/${container.name}/apache-tomcat-5.5.20/apache-tomcat-5.5.20/common/lib"> <fileset dir="${project.build.directory}/${container.name}conf/webapps/archiva/WEB-INF/lib"> <include name="**/derby-*.jar"/> </fileset> @@ -148,7 +152,7 @@ <id>stop-container</id> <phase>post-integration-test</phase> <goals> - <goal>stop</goal> + <goal>stop</goal> </goals> </execution> </executions> @@ -195,7 +199,7 @@ </plugin> </plugins> </build> - + <profiles> <profile> <id>tomcat5x</id> |