You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by sa...@apache.org on 2018/03/07 11:38:14 UTC

ode git commit: added some elements to be included in the generated pom

Repository: ode
Updated Branches:
  refs/heads/ode-1.3.x 2fdd7fd19 -> 982062220


added some elements to be included in the generated pom


Project: http://git-wip-us.apache.org/repos/asf/ode/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/98206222
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/98206222
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/98206222

Branch: refs/heads/ode-1.3.x
Commit: 98206222028051259b6eaa91504906558d1118cc
Parents: 2fdd7fd
Author: sathwik <sa...@apache.org>
Authored: Wed Mar 7 17:07:56 2018 +0530
Committer: sathwik <sa...@apache.org>
Committed: Wed Mar 7 17:07:56 2018 +0530

----------------------------------------------------------------------
 Rakefile | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode/blob/98206222/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index cee44ee..183832a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -83,6 +83,11 @@ define "ode" do
   manifest["Implementation-Vendor"] = "Apache Software Foundation"
   meta_inf << file("NOTICE")
 
+  pom.add_apache_v2_license
+  pom.url = 'https://ode.apache.org'
+  pom.issues_url = 'https://issues.apache.org/jira/projects/ODE/summary'
+  pom.issues_system = 'jira'
+
   desc "ODE Axis Integration Layer"
   define "axis2" do
     compile.with projects("bpel-api", "bpel-connector", "bpel-dao", "bpel-epr", "bpel-runtime",