This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new 9f2958721 Adding a contribution page for the website
9f2958721 is described below
commit 9f29587210253517b4e5b04b5540058da668f130
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Jan 24 11:09:12 2023 +0000
Adding a contribution page for the website
---
pom.xml | 6 ++---
src/site/site.xml | 1 +
src/site/xdoc/contributing.xml | 47 +++++++++++++++++++++++++++++++++++
src/site/xdoc/security_advisories.xml | 3 +++
4 files changed, 54 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5338a74c3..79b3f33b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,9 +443,9 @@
<reportSets>
<reportSet>
<reports>
- <report>issue-tracking</report>
- <report>license</report>
- <report>mailing-list</report>
+ <report>issue-management</report>
+ <report>licenses</report>
+ <report>mailing-lists</report>
<report>scm</report>
</reports>
</reportSet>
diff --git a/src/site/site.xml b/src/site/site.xml
index 4cc6c6433..ec065a843 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -29,6 +29,7 @@
<item name="Home" href="index.html"/>
<item name="Download" href="download.html"/>
<item name="User Guide" href="user_guide.html"/>
+ <item name="Contributing" href="contributing.html"/>
<item name="Security Advisories" href="security_advisories.html"/>
</menu>
diff --git a/src/site/xdoc/contributing.xml b/src/site/xdoc/contributing.xml
new file mode 100644
index 000000000..fba1a22c3
--- /dev/null
+++ b/src/site/xdoc/contributing.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<document>
+<body>
+<section name="Contributing to Apache WSS4J™">
+<p>
+As an open-source project, contributions of any kind are very welcome to
Apache WSS4J.
+</p>
+
+<subsection name="Reporting bugs">
+<p>
+To report a bug or request a new feature, please file a <a
href="issue-management.html">JIRA</a> ticket. If you do not have an account for
the Apache
+JIRA instance, then you will need to request one first via the <a
href="mailing-lists.html">mailing lists</a>. Before filing a JIRA ticket,
please discuss
+the issue on the dev or user mailing list to make sure that the issue is valid.
+Please also search for the open issues in the project, or issues that are fixed
+but not yet released, to make sure the issue hasn't been reported before.
+</p>
+</subsection>
+
+<subsection name="Contributing Code">
+<p>
+Code contributions should be done as pull requests on the Apache WSS4J <a
href="https://github.com/apache/ws-wss4j">GitHub repo</a>. Before contributing
any
+code, please run "mvn clean install" in the root directory and ensure that
+all the CheckStyle and PMD checks pass, as well as all of the unit tests.
+Ideally any bug fix and new feature should have unit tests submitted as part
+of the pull request.
+</p>
+</subsection>
+
+</section>
+</body>
+</document>
diff --git a/src/site/xdoc/security_advisories.xml
b/src/site/xdoc/security_advisories.xml
index 9949aa58d..40d5cc069 100644
--- a/src/site/xdoc/security_advisories.xml
+++ b/src/site/xdoc/security_advisories.xml
@@ -19,6 +19,9 @@
<body>
<section name="Security Advisories">
<p>
+For information on how to report a new security problem please see <a
href="https://www.apache.org/security/">here</a>.
+</p>
+<p>
The following security advisories have been issued for Apache WSS4J™:
<ul>
<li><b>2015</b></li>