You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2005/09/12 11:23:13 UTC

svn commit: r280303 - /jakarta/turbine/core/trunk/extensions/maven-plugin/project.xml

Author: henning
Date: Mon Sep 12 02:23:08 2005
New Revision: 280303

URL: http://svn.apache.org/viewcvs?rev=280303&view=rev
Log:
Updated issue tracker and SCM urls

Modified:
    jakarta/turbine/core/trunk/extensions/maven-plugin/project.xml

Modified: jakarta/turbine/core/trunk/extensions/maven-plugin/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/project.xml?rev=280303&r1=280302&r2=280303&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/extensions/maven-plugin/project.xml (original)
+++ jakarta/turbine/core/trunk/extensions/maven-plugin/project.xml Mon Sep 12 02:23:08 2005
@@ -1,22 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<!-- 
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- * 
- * 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
- * 
- * 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.
- */
- -->
+<!--
+ Copyright 2003-2005 The Apache Software Foundation.
+
+ 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
+
+ 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.
+-->
 
 <!-- =================================================================== -->
 <!--                                                                     -->
@@ -37,8 +35,8 @@
     <url>http://jakarta.apache.org/</url>
     <logo>/images/jakarta.png</logo>
   </organization>
-  <inceptionYear>2004</inceptionYear>
-  <logo>/images/blue-logo.gif</logo>
+  <logo>/images/logo.gif</logo>
+  <inceptionYear>2003</inceptionYear>
   <description>
     The Maven Environment for Turbine Applications (M.E.T.A.) is a replacement
     for the Turbine Development Kit. It is based on Maven and contains a well
@@ -46,16 +44,16 @@
   </description>
   <shortDescription>Maven Environment for Turbine Applications</shortDescription>
   <url>http://jakarta.apache.org/turbine/meta/</url>
-  <issueTrackingUrl>http://issues.apache.org/scarab/issues</issueTrackingUrl>
-  <siteAddress>jakarta.apache.org</siteAddress>
+  <issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
+  <siteAddress>people.apache.org</siteAddress>
   <siteDirectory>/www/jakarta.apache.org/turbine/meta/</siteDirectory>
   <distributionSite>www.apache.org</distributionSite>
   <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
 
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-turbine-2/extensions/maven-plugin</connection>
-    <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:jakarta-turbine-2/extensions/maven-plugin</developerConnection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-turbine-2/extensions/maven-plugin/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/turbine/core/trunk/extensions/maven-plugin/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/turbine/core/trunk/extensions/maven-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/</url>
   </repository>
 
   <mailingLists>
@@ -95,7 +93,7 @@
       <roles>
         <role>Java Developer</role>
       </roles>
-    </developer>      
+    </developer>
     <developer>
       <name>Henning P. Schmiedehausen</name>
       <id>henning</id>
@@ -121,7 +119,7 @@
       <roles>
         <role>Java Contributor</role>
       </roles>
-    </contributor>      
+    </contributor>
   </contributors>
 
   <licenses>
@@ -133,38 +131,40 @@
   </licenses>
 
   <dependencies>
-   <dependency> 
-      <groupId>torque</groupId> 
-      <artifactId>maven-torque-plugin</artifactId> 
-      <version>3.1.1</version> 
-      <url>http://db.apache.org/torque/</url> 
+   <dependency>
+      <groupId>torque</groupId>
+      <artifactId>maven-torque-plugin</artifactId>
+      <version>3.1.1</version>
+      <url>http://db.apache.org/torque/</url>
       <type>plugin</type>
-    </dependency> 
+    </dependency>
   </dependencies>
 
   <build>
     <resources>
-      <resource> 
-        <directory>${basedir}/src/plugin-resources</directory> 
-         <targetPath>plugin-resources</targetPath> 
-       </resource> 
-       <resource> 
-         <directory>${basedir}/src/plugin</directory> 
-         <targetPath>/</targetPath> 
-       </resource> 
-       <resource> 
-         <directory>${basedir}</directory> 
-         <includes> 
-           <include>project.xml</include> 
-         </includes> 
-       </resource> 
+      <resource>
+        <directory>${basedir}/src/plugin-resources</directory>
+         <targetPath>plugin-resources</targetPath>
+       </resource>
+       <resource>
+         <directory>${basedir}/src/plugin</directory>
+         <targetPath>/</targetPath>
+       </resource>
+       <resource>
+         <directory>${basedir}</directory>
+         <includes>
+           <include>project.xml</include>
+         </includes>
+       </resource>
     </resources>
   </build>
+
   <reports>
     <report>maven-changes-plugin</report>
     <report>maven-changelog-plugin</report>
     <report>maven-developer-activity-plugin</report>
     <report>maven-file-activity-plugin</report>
+    <report>maven-license-plugin</report>
     <report>maven-linkcheck-plugin</report>
   </reports>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org