You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/06 20:16:41 UTC

svn commit: r493541 - /jakarta/commons/sandbox/javaflow/trunk/pom.xml

Author: dennisl
Date: Sat Jan  6 11:16:40 2007
New Revision: 493541

URL: http://svn.apache.org/viewvc?view=rev&rev=493541
Log:
Inherit from the parent and remove the parts that are now inherited.

Modified:
    jakarta/commons/sandbox/javaflow/trunk/pom.xml

Modified: jakarta/commons/sandbox/javaflow/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/javaflow/trunk/pom.xml?view=diff&rev=493541&r1=493540&r2=493541
==============================================================================
--- jakarta/commons/sandbox/javaflow/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/javaflow/trunk/pom.xml Sat Jan  6 11:16:40 2007
@@ -5,24 +5,16 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   
   <modelVersion>4.0.0</modelVersion>
-  <packaging>jar</packaging>  
+  <parent>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-sandbox</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
   
-  <groupId>org.apache.commons</groupId>
   <artifactId>javaflow</artifactId>
   <version>1.0-SNAPSHOT</version>
-  
   <name>Jakarta Commons Javaflow</name>
-  <url>http://jakarta.apache.org/commons/sandbox/javaflow</url>
-  <description>
-  </description>
-
-  <licenses>
-    <license>
-      <name>Apache License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
+  <url>http://jakarta.apache.org/commons/sandbox/javaflow/</url>
   <inceptionYear>2004</inceptionYear>
 
   <repositories>
@@ -46,11 +38,6 @@
 -->
   </repositories>
 
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-
   <developers>
     <developer>
       <id>tcurdt</id>
@@ -80,30 +67,10 @@
     </contributor>
   </contributors>
 
-  <issueManagement>
-    <system>jira</system>
-    <url>https://issues.apache.org/jira</url>
-  </issueManagement>
-
-  <mailingLists>
-    <mailingList>
-      <name>Jakarta Commons Developer List</name>
-      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
-      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
-      <post>commons-dev@jakarta.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/commons-dev</archive>
-      <otherArchives>
-        <otherArchive>http://www.mail-archive.com/commons-dev@jakarta.apache.org/</otherArchive>
-        <otherArchive>http://marc.theaimsgroup.com/?l=java-commons-dev</otherArchive>
-        <otherArchive>http://news.gmane.org/gmane.text.java.commons.dev</otherArchive>
-      </otherArchives>
-    </mailingList>
-  </mailingLists>
-
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/javaflow/trunk</connection>
-    <developerConnection>scn:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/javaflow/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/jakarta/commons/sandbox/javaflow/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/javaflow/trunk/</connection>
+    <developerConnection>scn:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/javaflow/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewvc/jakarta/commons/sandbox/javaflow/trunk/</url>
   </scm>
 
   <distributionManagement>
@@ -121,7 +88,7 @@
     </snapshotRepository>
     <site>
       <id>website</id>
-      <url>scpexe://people.apache.org/www/jakarta.apache.org/commons/sandbox/javaflow</url>
+      <url>scpexe://people.apache.org/www/jakarta.apache.org/commons/sandbox/javaflow/</url>
     </site>
   </distributionManagement>
 
@@ -191,12 +158,6 @@
     <testSourceDirectory>src/test</testSourceDirectory>
 
     <plugins>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-5</version>
-      </plugin>
 
       <plugin>     
         <artifactId>maven-surefire-plugin</artifactId>



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