You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2009/07/15 12:40:43 UTC

svn commit: r794221 - /maven/plugins/trunk/maven-pdf-plugin/pom.xml

Author: ltheussl
Date: Wed Jul 15 10:40:43 2009
New Revision: 794221

URL: http://svn.apache.org/viewvc?rev=794221&view=rev
Log:
remove pdf profile

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

Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/pom.xml?rev=794221&r1=794220&r2=794221&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Wed Jul 15 10:40:43 2009
@@ -243,6 +243,25 @@
     </pluginManagement>
 
     <plugins>
+<!-- START SNIPPET: configuration -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pdf-plugin</artifactId>
+        <version>1.0</version>
+        <executions>
+          <execution>
+            <id>pdf</id>
+            <phase>site</phase>
+            <goals>
+              <goal>pdf</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${project.reporting.outputDirectory}</outputDirectory>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+<!-- END SNIPPET: configuration -->
       <!-- Backward compatibility with Maven 2.0.x, see MNG-3402 -->
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
@@ -291,33 +310,6 @@
   </reporting>
 
   <profiles>
-    <!-- TODO Should be by default when release will be done -->
-    <profile>
-      <id>pdf</id>
-      <build>
-        <plugins>
-<!-- START SNIPPET: configuration -->
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-pdf-plugin</artifactId>
-            <version>1.0</version>
-            <executions>
-              <execution>
-                <id>pdf</id>
-                <phase>site</phase>
-                <goals>
-                  <goal>pdf</goal>
-                </goals>
-                <configuration>
-                  <outputDirectory>${project.reporting.outputDirectory}</outputDirectory>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-<!-- END SNIPPET: configuration -->
-        </plugins>
-      </build>
-    </profile>
     <profile>
       <id>reporting</id>
       <reporting>