Author: bimargulies
Date: Tue Aug 23 18:07:32 2011
New Revision: 1160826

URL: http://svn.apache.org/viewvc?rev=1160826&view=rev
Log:
[JXR-94] use the maven-plugins pom as the parent of the maven-jxr-plugin

Modified:
    maven/jxr/trunk/maven-jxr-plugin/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?rev=1160826&r1=1160825&r2=1160826&view=diff
==============================================================================
--- maven/jxr/trunk/maven-jxr-plugin/pom.xml (original)
+++ maven/jxr/trunk/maven-jxr-plugin/pom.xml Tue Aug 23 18:07:32 2011
@@ -23,13 +23,15 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.maven.jxr</groupId>
-    <artifactId>jxr</artifactId>
-    <version>2.4-SNAPSHOT</version>
+    <groupId>org.apache.maven.plugins</groupId>
+    <artifactId>maven-plugins</artifactId>
+    <version>22</version>
+    <relativePath>../../plugins/maven-plugins</relativePath>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jxr-plugin</artifactId>
+  <version>2.4-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven JXR Plugin</name>
@@ -44,11 +46,19 @@ under the License.
       </roles>
       <timezone>+1</timezone>
     </developer>
+    <developer>
+      <name>Benson Margulies</name>
+      <email>bimargul...@gmail.com</email>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>EST</timezone>
+    </developer>
   </developers>
 
   <properties>
     <mavenVersion>2.0.9</mavenVersion>
-    <sitePluginVersion>2.3</sitePluginVersion>
+    <sitePluginVersion>3.0</sitePluginVersion>
     <doxia-sitetoolsVersion>1.2</doxia-sitetoolsVersion>
     <doxiaVersion>1.2</doxiaVersion>
   </properties>
@@ -75,22 +85,6 @@ under the License.
         </plugin>
       </plugins>
     </pluginManagement>
-
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.8</version>
-        <executions>
-          <execution>
-            <id>generated-helpmojo</id>
-            <goals>
-              <goal>helpmojo</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
   </build>
 
   <dependencies>
@@ -167,6 +161,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
+      <version>4.8</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -225,19 +220,6 @@ under the License.
     </profile>
 
     <profile>
-      <id>maven-3</id>
-      <activation>
-        <file>
-          <!-- This employs that the basedir expression is only recognized by 
Maven 3.x (see MNG-2363) -->
-          <exists>${basedir}</exists>
-        </file>
-      </activation>
-      <properties>
-        <sitePluginVersion>3.0-beta-4-SNAPSHOT</sitePluginVersion>
-      </properties>
-    </profile>
-
-    <profile>
       <id>reporting</id>
       <reporting>
         <plugins>


Reply via email to