Author: musachy
Date: Wed Aug 19 16:33:09 2009
New Revision: 805870
URL: http://svn.apache.org/viewvc?rev=805870&view=rev
Log:
update poms for embedded jsp plugin
Modified:
struts/struts2/trunk/plugins/embeddedjsp/pom.xml
struts/struts2/trunk/plugins/pom.xml
Modified: struts/struts2/trunk/plugins/embeddedjsp/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/embeddedjsp/pom.xml?rev=805870&r1=805869&r2=805870&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/embeddedjsp/pom.xml (original)
+++ struts/struts2/trunk/plugins/embeddedjsp/pom.xml Wed Aug 19 16:33:09 2009
@@ -1,3 +1,26 @@
+<?xml version="1.0"?>
+<!--
+/*
+ * $Id: pom.xml 786191 2009-06-18 18:09:00Z wesw $
+ *
+ * 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
+ *
+ * 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.
+ */
+-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -8,10 +31,16 @@
</parent>
<groupId>org.apache.struts</groupId>
- <artifactId>struts2-jsp-plugin</artifactId>
+ <artifactId>struts2-embeddedjsp-plugin</artifactId>
<packaging>jar</packaging>
- <name>struts2-jsp-plugin</name>
- <url>http://maven.apache.org</url>
+ <name>Struts 2 Embedded JSP Plugin</name>
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/embeddedjsp/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/embeddedjsp/</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/embeddedjsp/</url>
+ </scm>
+
<dependencies>
<dependency>
<groupId>junit</groupId>
@@ -54,13 +83,7 @@
<artifactId>request</artifactId>
<version>1.0.1</version>
<scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.struts</groupId>
- <artifactId>struts2-core</artifactId>
- <version>${pom.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
@@ -91,7 +114,6 @@
<version>1.1.2</version>
<scope>test</scope>
</dependency>
-
</dependencies>
<build>
Modified: struts/struts2/trunk/plugins/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/pom.xml?rev=805870&r1=805869&r2=805870&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/pom.xml (original)
+++ struts/struts2/trunk/plugins/pom.xml Wed Aug 19 16:33:09 2009
@@ -63,6 +63,7 @@
<module>oval</module>
<module>osgi</module>
<module>json</module>
+ <module>embeddedjsp</module>
</modules>
<dependencies>