You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by vs...@apache.org on 2010/12/04 14:49:04 UTC

svn commit: r1042177 - /shindig/site/trunk/pom.xml

Author: vsiveton
Date: Sat Dec  4 13:49:03 2010
New Revision: 1042177

URL: http://svn.apache.org/viewvc?rev=1042177&view=rev
Log:
o added doap plugin 
o bump to latest site/pdf plugin

Modified:
    shindig/site/trunk/pom.xml

Modified: shindig/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/site/trunk/pom.xml?rev=1042177&r1=1042176&r2=1042177&view=diff
==============================================================================
--- shindig/site/trunk/pom.xml (original)
+++ shindig/site/trunk/pom.xml Sat Dec  4 13:49:03 2010
@@ -51,18 +51,38 @@
     </site>
   </distributionManagement>
 
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </pluginRepository>
+  </pluginRepositories>
+
   <build>
     <pluginManagement>
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.1.1</version>
+          <version>2.2</version>
+          <!-- for Maven 3.0
+          <version>3.0-beta-3</version> -->
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pdf-plugin</artifactId>
           <version>1.1</version>
+          <!-- for Maven 3.0
+          <version>1.2-SNAPSHOT</version> -->
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-doap-plugin</artifactId>
+          <version>1.0</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -102,6 +122,19 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-doap-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>doap</id>
+            <phase>site</phase>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>