Author: wsmoak
Date: Sat Jun 17 21:07:49 2006
New Revision: 415088
URL: http://svn.apache.org/viewvc?rev=415088&view=rev
Log:
Add <scm> and <site> elements since the directory name shale-apps does not
match the artifactId shale-apps-parent.
Modified:
struts/shale/trunk/shale-apps/pom.xml
Modified: struts/shale/trunk/shale-apps/pom.xml
URL:
http://svn.apache.org/viewvc/struts/shale/trunk/shale-apps/pom.xml?rev=415088&r1=415087&r2=415088&view=diff
==============================================================================
--- struts/shale/trunk/shale-apps/pom.xml (original)
+++ struts/shale/trunk/shale-apps/pom.xml Sat Jun 17 21:07:49 2006
@@ -31,6 +31,20 @@
<name>Apache Shale Framework Sample Apps</name>
<url>http://struts.apache.org/struts-shale</url>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/shale/trunk/shale-apps</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/shale/trunk/shale-apps</developerConnection>
+ <url>http://svn.apache.org/viewvc/struts/shale/trunk/shale-apps</url>
+ </scm>
+
+ <distributionManagement>
+ <site>
+ <id>apache-site</id>
+
<url>scp://people.apache.org/www/struts.apache.org/struts-shale/shale-apps</url>
+ </site>
+ </distributionManagement>
+
+
<dependencies>
<!-- Document "provided" dependencies to avoid cluttering WAR files -->
</dependencies>