Author: veithen Date: Sat Nov 7 21:29:46 2015 New Revision: 1713183 URL: http://svn.apache.org/viewvc?rev=1713183&view=rev Log: Add Javadoc for axiom-compat.
Added: webservices/axiom/trunk/axiom-compat/src/site/ webservices/axiom/trunk/axiom-compat/src/site/markdown/ webservices/axiom/trunk/axiom-compat/src/site/markdown/index.md.vm webservices/axiom/trunk/axiom-compat/src/site/site.xml (with props) Modified: webservices/axiom/trunk/axiom-compat/pom.xml webservices/axiom/trunk/src/site/site.xml Modified: webservices/axiom/trunk/axiom-compat/pom.xml URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-compat/pom.xml?rev=1713183&r1=1713182&r2=1713183&view=diff ============================================================================== --- webservices/axiom/trunk/axiom-compat/pom.xml (original) +++ webservices/axiom/trunk/axiom-compat/pom.xml Sat Nov 7 21:29:46 2015 @@ -33,10 +33,6 @@ <description>Contains deprecated classes that will disappear in the next major release.</description> <url>http://ws.apache.org/axiom/</url> - <properties> - <skipSite>true</skipSite> - </properties> - <dependencies> <dependency> <groupId>${project.groupId}</groupId> @@ -102,4 +98,27 @@ <scope>test</scope> </dependency> </dependencies> + + <reporting> + <plugins> + <plugin> + <artifactId>maven-project-info-reports-plugin</artifactId> + <reportSets> + <reportSet> + <reports /> + </reportSet> + </reportSets> + </plugin> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <reportSets> + <reportSet> + <reports> + <report>javadoc-no-fork</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> </project> Added: webservices/axiom/trunk/axiom-compat/src/site/markdown/index.md.vm URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-compat/src/site/markdown/index.md.vm?rev=1713183&view=auto ============================================================================== --- webservices/axiom/trunk/axiom-compat/src/site/markdown/index.md.vm (added) +++ webservices/axiom/trunk/axiom-compat/src/site/markdown/index.md.vm Sat Nov 7 21:29:46 2015 @@ -0,0 +1,24 @@ +## +## 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. +## + +Introduction +------------ + +`axiom-compat` contains deprecated classes that will be removed in a future Axiom +version. Add this module as a dependencies to projects with legacy code. Added: webservices/axiom/trunk/axiom-compat/src/site/site.xml URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-compat/src/site/site.xml?rev=1713183&view=auto ============================================================================== --- webservices/axiom/trunk/axiom-compat/src/site/site.xml (added) +++ webservices/axiom/trunk/axiom-compat/src/site/site.xml Sat Nov 7 21:29:46 2015 @@ -0,0 +1,27 @@ +<?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 + ~ + ~ 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. + --> +<project name="Compatibility Classes"> + <body> + <menu name="About"> + <item name="Introduction" href="index.html"/> + <item name="Javadocs" href="apidocs/index.html"/> + </menu> + </body> +</project> Propchange: webservices/axiom/trunk/axiom-compat/src/site/site.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: webservices/axiom/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/src/site/site.xml?rev=1713183&r1=1713182&r2=1713183&view=diff ============================================================================== --- webservices/axiom/trunk/src/site/site.xml (original) +++ webservices/axiom/trunk/src/site/site.xml Sat Nov 7 21:29:46 2015 @@ -66,6 +66,7 @@ </menu> <menu name="Modules"> <item name="Implementations" href="implementations/index.html"/> + <item name="Compatibility classes" href="axiom-compat/index.html"/> <item name="Google Truth extension for XML" href="testing/xml-truth/index.html"/> </menu> </body>