Repository: camel Updated Branches: refs/heads/camel-2.14.x [created] 13d0d62fe
Added osgi test and performance test profiles into release plugin Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9880ed12 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9880ed12 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9880ed12 Branch: refs/heads/camel-2.14.x Commit: 9880ed1275ee2e247c0ae4c3187b2b9929789ae7 Parents: 72310ad Author: Willem Jiang <[email protected]> Authored: Fri Sep 12 08:55:22 2014 +0800 Committer: Willem Jiang <[email protected]> Committed: Fri Sep 12 09:03:08 2014 +0800 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9880ed12/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1380701..78f2e09 100755 --- a/pom.xml +++ b/pom.xml @@ -212,7 +212,8 @@ <useReleaseProfile>false</useReleaseProfile> <preparationGoals>clean install</preparationGoals> <goals>deploy</goals> - <arguments>-Prelease,enable-schemagen,apt,sourcecheck,hibernate</arguments> + <!-- The profile we want to use when doing the release --> + <arguments>-Prelease,enable-schemagen,apt,sourcecheck,hibernate,osgi.test,performance.test</arguments> <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin>
