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/16f48908 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/16f48908 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/16f48908 Branch: refs/heads/master Commit: 16f48908066d7e6478127b7d825511c353c677d9 Parents: 18dd6f6 Author: Willem Jiang <[email protected]> Authored: Fri Sep 12 08:55:22 2014 +0800 Committer: Willem Jiang <[email protected]> Committed: Fri Sep 12 08:55:22 2014 +0800 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/16f48908/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8d0803b..f38d44e 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>
