Author: dennisl
Date: Sun Mar 11 12:50:38 2007
New Revision: 517001

URL: http://svn.apache.org/viewvc?view=rev&rev=517001
Log:
o Add a jxr-parent and make the modules inherit from that.

Added:
    maven/jxr/trunk/pom.xml   (with props)
Modified:
    maven/jxr/trunk/maven-jxr-plugin/pom.xml
    maven/jxr/trunk/maven-jxr/pom.xml

Modified: maven/jxr/trunk/maven-jxr-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr-plugin/pom.xml?view=diff&rev=517001&r1=517000&r2=517001
==============================================================================
--- maven/jxr/trunk/maven-jxr-plugin/pom.xml (original)
+++ maven/jxr/trunk/maven-jxr-plugin/pom.xml Sun Mar 11 12:50:38 2007
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -19,15 +21,15 @@
 
 <project 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' 
xmlns='http://maven.apache.org/POM/4.0.0'>
   <parent>
-    <artifactId>maven-plugins</artifactId>
-    <groupId>org.apache.maven.plugins</groupId>
-    <version>8</version>
+    <groupId>org.apache.maven.jxr</groupId>
+    <artifactId>jxr</artifactId>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jxr-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven JXR Plugin</name>
-  <version>2.1-SNAPSHOT</version>
   <inceptionYear>2005</inceptionYear>
   <prerequisites>
     <maven>2.0</maven>
@@ -55,7 +57,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-jxr</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>2.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
@@ -76,5 +78,10 @@
       </plugin>
     </plugins>
   </reporting>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      
<url>scp://people.apache.org/www/maven.apache.org/plugins/maven-jxr-plugin/</url>
+    </site>
+  </distributionManagement>
 </project>
-

Modified: maven/jxr/trunk/maven-jxr/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr/pom.xml?view=diff&rev=517001&r1=517000&r2=517001
==============================================================================
--- maven/jxr/trunk/maven-jxr/pom.xml (original)
+++ maven/jxr/trunk/maven-jxr/pom.xml Sun Mar 11 12:50:38 2007
@@ -21,38 +21,18 @@
 
 <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>
   <parent>
-    <groupId>org.apache.maven</groupId>
-    <artifactId>maven-parent</artifactId>
-    <version>4</version>
-    <relativePath>../pom/maven/pom.xml</relativePath>
+    <groupId>org.apache.maven.jxr</groupId>
+    <artifactId>jxr</artifactId>
+    <version>2.1-SNAPSHOT</version>
   </parent>
+  <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-jxr</artifactId>
   <name>Maven JXR</name>
-  <version>1.1-SNAPSHOT</version>
   <description>Source cross reference library</description>
   <url>http://maven.apache.org/jxr/</url>
 
-  <issueManagement>
-    <system>jira</system>
-    <url>http://jira.codehaus.org/browse/JXR</url>
-  </issueManagement>
-
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/jxr/trunk</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/jxr/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/jxr/trunk/</url>
-  </scm>
-
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>scp://minotaur.apache.org/www/maven.apache.org/jxr/</url>
-    </site>
-  </distributionManagement>
-
   <contributors>
     <contributor>
       <name>Fabrice Bellingard</name>
@@ -150,4 +130,11 @@
       </plugin>
     </plugins>
   </build>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/jxr/</url>
+    </site>
+  </distributionManagement>
 </project>

Added: maven/jxr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?view=auto&rev=517001
==============================================================================
--- maven/jxr/trunk/pom.xml (added)
+++ maven/jxr/trunk/pom.xml Sun Mar 11 12:50:38 2007
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+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";>
+  <parent>
+    <groupId>org.apache.maven</groupId>
+    <artifactId>maven-parent</artifactId>
+    <version>5</version>
+    <relativePath>../pom/maven/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.jxr</groupId>
+  <artifactId>jxr</artifactId>
+  <version>2.1-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Maven JXR Parent</name>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/JXR</url>
+  </issueManagement>
+  <modules>
+    <module>maven-jxr</module>
+    <module>maven-jxr-plugin</module>
+  </modules>
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/jxr/trunk/</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/jxr/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/jxr/trunk/</url>
+  </scm>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-jxr-plugin</artifactId>
+          <configuration>
+            <tagBase>https://svn.apache.org/repos/asf/maven/jxr/tags</tagBase>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+</project>

Propchange: maven/jxr/trunk/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to