Author: brianf
Date: Thu Feb 10 23:31:38 2011
New Revision: 1069613

URL: http://svn.apache.org/viewvc?rev=1069613&view=rev
Log:
leave just the attach-descriptor

Modified:
    maven/plugins/trunk/maven-plugins/pom.xml

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1069613&r1=1069612&r2=1069613&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Thu Feb 10 23:31:38 2011
@@ -250,7 +250,6 @@ under the License.
         </plugins>
       </reporting>
     </profile>
-    <!-- FIXME add this in the maven parent -->
     <profile>
       <id>maven-3</id>
       <activation>
@@ -259,25 +258,12 @@ under the License.
           <exists>${basedir}</exists>
         </file>
       </activation>
-      <properties>
-        <sitePluginVersion>3.0-beta-3</sitePluginVersion>
-      </properties>
       <build>
-        <pluginManagement>
-          <plugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-site-plugin</artifactId>
-              <version>${sitePluginVersion}</version>
-            </plugin>          
-          </plugins>
-        </pluginManagement>
         <plugins>
           <!-- if releasing current pom with maven 3 site descriptor must be 
attached -->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-site-plugin</artifactId>
-            <version>${sitePluginVersion}</version>
             <inherited>false</inherited>
             <executions>
               <execution>
@@ -289,8 +275,7 @@ under the License.
             </executions>
           </plugin>
         </plugins>        
-      </build>
-                  
-    </profile>     
+      </build>   
+    </profile>         
   </profiles>
 </project>


Reply via email to