This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-exec.git
commit 165c842d0473818c6de5321ca30433b623ccefe5 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 10 09:40:57 2025 -0400 Normalize site --- pom.xml | 6 -- .../images/{apache-commons-exec.png => logo.png} | Bin src/site/site.xml | 94 +++++++++++++-------- src/site/xdoc/security.xml | 51 +++++++++++ 4 files changed, 112 insertions(+), 39 deletions(-) diff --git a/pom.xml b/pom.xml index 05572bad..0130fd05 100644 --- a/pom.xml +++ b/pom.xml @@ -26,12 +26,9 @@ limitations under the License. <name>Apache Commons Exec</name> <artifactId>commons-exec</artifactId> <version>1.5.0-SNAPSHOT</version> - <inceptionYear>2005</inceptionYear> <description>Apache Commons Exec is a library to reliably execute external processes from within the JVM.</description> - <url>https://commons.apache.org/proper/commons-exec/</url> - <distributionManagement> <site> <id>apache.website</id> @@ -39,18 +36,15 @@ limitations under the License. <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-exec/</url> </site> </distributionManagement> - <issueManagement> <system>jira</system> <url>https://issues.apache.org/jira/browse/EXEC</url> </issueManagement> - <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-exec</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-exec</developerConnection> <url>https://gitbox.apache.org/repos/asf/commons-exec</url> </scm> - <properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> diff --git a/src/site/resources/images/apache-commons-exec.png b/src/site/resources/images/logo.png similarity index 100% rename from src/site/resources/images/apache-commons-exec.png rename to src/site/resources/images/logo.png diff --git a/src/site/site.xml b/src/site/site.xml index a415f2c0..03a706ee 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,44 +1,72 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?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 - https://www.apache.org/licenses/LICENSE-2.0 + 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. - 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. --> -<project name="Apache Commons Exec"> - <bannerLeft> - <name>Apache Commons Exec</name> - <src>/images/apache-commons-exec.png</src> - <href>/index.html</href> - </bannerLeft> +<!-- + 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 + + https://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. +--> +<site xmlns="http://maven.apache.org/SITE/2.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" + name="Apache Commons Exec"> + <bannerRight name="Commons Exec" href="/index.html"> + <image src="/images/logo.png"/> + </bannerRight> <body> <menu name="Commons Exec"> - <item name="Overview" href="/index.html" /> + <!-- Start: For all components. --> + <item name="About" href="index.html" /> + <item name="Asking Questions" href="/mail-lists.html" /> + <item name="Release History" href="/changes.html" /> + <item name="Issue Tracking" href="/issue-management.html" /> + <item name="Dependency Management" href="/dependency-info.html" /> + <item name="Sources" href="/scm.html" /> + <item name="Security" href="security.html" /> + <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0" /> + <item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" /> + <item name="Download" href="https://commons.apache.org/proper/commons-exec/download_compress.cgi" /> + <item name="Javadoc"> + <item name="Javadoc Current" href="apidocs/index.html" /> + <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-exec/" /> + </item> + <!-- End: For all components. --> + <!-- Specific to this component: --> <item name="Tutorial" href="/tutorial.html" /> <item name="Command Line" href="/commandline.html" /> + <item name="Wiki" href="https://cwiki.apache.org/confluence/display/COMMONS/Exec"/> + <!-- The test matrix is woefully out of date and should preferably be generated from the GitHub CI build specification. --> + <!-- <item name="Test Matrix" href="/testmatrix.html" /> --> <item name="FAQ" href="faq.html"/> - <item name="Test Matrix" href="/testmatrix.html" /> - <item name="Download" href="/download_exec.cgi"/> - </menu> - <menu name="Development"> - <item name="Mailing Lists" href="/mail-lists.html"/> - <item name="Issue Tracking" href="/issue-tracking.html"/> - <item name="Team" href="/team-list.html"/> - <item name="Source Repository" href="/scm.html"/> - <item name="Javadoc" href="/apidocs/index.html"/> - <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-exec"/> </menu> </body> -</project> +</site> diff --git a/src/site/xdoc/security.xml b/src/site/xdoc/security.xml new file mode 100644 index 00000000..8f27e464 --- /dev/null +++ b/src/site/xdoc/security.xml @@ -0,0 +1,51 @@ +<?xml version="1.0"?> +<!-- + 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 + + https://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 xmlns="http://maven.apache.org/XDOC/2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd"> + <properties> + <title>Apache Commons Security Reports</title> + <author email="d...@commons.apache.org">Apache Commons Team</author> + </properties> + <body> + <section name="About Security"> + <p> + For information about reporting or asking questions about security, please see + <a href="https://commons.apache.org/security.html">Apache Commons Security</a>. + </p> + <p>This page lists all security vulnerabilities fixed in released versions of this component. + </p> + <p>Please note that binary patches are never provided. If you need to apply a source code patch, use the building instructions for the component version + that you are using. + </p> + <p> + If you need help on building this component or other help on following the instructions to mitigate the known vulnerabilities listed here, please send + your questions to the public + <a href="mail-lists.html">user mailing list</a>. + </p> + <p>If you have encountered an unlisted security vulnerability or other unexpected behavior that has security impact, or if the descriptions here are + incomplete, please report them privately to the Apache Security Team. Thank you. + </p> + </section> + <section name="Security Vulnerabilities"> + <p>None.</p> + </section> + </body> +</document>