You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/08/17 11:16:08 UTC

svn commit: r804905 - /camel/trunk/tests/test-bundles/pom.xml

Author: ningjiang
Date: Mon Aug 17 09:16:04 2009
New Revision: 804905

URL: http://svn.apache.org/viewvc?rev=804905&view=rev
Log:
CAMEL-1916 try to fix the mvn release issue

Modified:
    camel/trunk/tests/test-bundles/pom.xml

Modified: camel/trunk/tests/test-bundles/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/test-bundles/pom.xml?rev=804905&r1=804904&r2=804905&view=diff
==============================================================================
--- camel/trunk/tests/test-bundles/pom.xml (original)
+++ camel/trunk/tests/test-bundles/pom.xml Mon Aug 17 09:16:04 2009
@@ -49,18 +49,6 @@
             <plugins>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0-beta-7</version>
-                    <configuration>
-                        <useReleaseProfile>false</useReleaseProfile>
-                        <preparationGoals>clean verify install</preparationGoals>
-                        <goals>deploy</goals>
-                        <arguments>-Prelease,deploy -Ddeploy.altRepository=${deploy.altRepository}</arguments>
-                        <autoVersionSubmodules>true</autoVersionSubmodules>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>2.3.1</version>
                     <configuration>
@@ -157,4 +145,26 @@
    <modules>
      <module>mock-javamail_1.7</module>
    </modules>
+   
+   <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                   <goal>help</goal>
+                </goals>
+                <phase>none</phase>
+             </execution>
+           </executions>
+         </plugin>
+       </plugins>
+     </build>
+    </profile>
+   </profiles>
 </project>