svn commit: r1477922 - /axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/main/java/org/apache/axis/tools/maven/wsdl2java/GenerateSourcesMojo.java

2013-05-01 Thread veithen
Author: veithen
Date: Wed May  1 07:38:04 2013
New Revision: 1477922

URL: http://svn.apache.org/r1477922
Log:
Fixed a mistake in the documentation of writeStubToTestSources.

Modified:

axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/main/java/org/apache/axis/tools/maven/wsdl2java/GenerateSourcesMojo.java

Modified: 
axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/main/java/org/apache/axis/tools/maven/wsdl2java/GenerateSourcesMojo.java
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/main/java/org/apache/axis/tools/maven/wsdl2java/GenerateSourcesMojo.java?rev=1477922&r1=1477921&r2=1477922&view=diff
==
--- 
axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/main/java/org/apache/axis/tools/maven/wsdl2java/GenerateSourcesMojo.java
 (original)
+++ 
axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/main/java/org/apache/axis/tools/maven/wsdl2java/GenerateSourcesMojo.java
 Wed May  1 07:38:04 2013
@@ -39,7 +39,7 @@ public class GenerateSourcesMojo extends
 /**
  * Flag indicating whether the stub and locator should be written to
  * {@link #sourceOutputDirectory} (false) or to {@link 
#testSourceOutputDirectory}
- * (false). Set this parameter to true if the 
main artifact of your
+ * (true). Set this parameter to true if the 
main artifact of your
  * project should not contain client-side code, but you need it in your 
test cases. Note that
  * this parameter is only meaningful if generate is set to 
both.
  * 




svn commit: r1477940 - in /axis/axis1/java/trunk/maven: ./ maven-axis-server-plugin/ maven-axis-server-plugin/src/site/ maven-java2wsdl-plugin/ maven-java2wsdl-plugin/src/main/java/org/apache/axis/too

2013-05-01 Thread veithen
Author: veithen
Date: Wed May  1 10:00:07 2013
New Revision: 1477940

URL: http://svn.apache.org/r1477940
Log:
Improved the documentation of the Maven plugins.

Added:
axis/axis1/java/trunk/maven/maven-wsdd-plugin/src/site/
axis/axis1/java/trunk/maven/maven-wsdd-plugin/src/site/apt/
axis/axis1/java/trunk/maven/maven-wsdd-plugin/src/site/apt/index.apt
axis/axis1/java/trunk/maven/maven-wsdd-plugin/src/site/site.xml   (with 
props)
axis/axis1/java/trunk/maven/src/site/xdoc/
axis/axis1/java/trunk/maven/src/site/xdoc/index.xml   (with props)
Modified:
axis/axis1/java/trunk/maven/maven-axis-server-plugin/pom.xml
axis/axis1/java/trunk/maven/maven-axis-server-plugin/src/site/site.xml
axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/pom.xml

axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/src/main/java/org/apache/axis/tools/maven/java2wsdl/GenerateWsdlMojo.java
axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/src/site/site.xml
axis/axis1/java/trunk/maven/maven-wsdd-plugin/pom.xml
axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/pom.xml
axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/src/site/site.xml
axis/axis1/java/trunk/maven/pom.xml

Modified: axis/axis1/java/trunk/maven/maven-axis-server-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/maven-axis-server-plugin/pom.xml?rev=1477940&r1=1477939&r2=1477940&view=diff
==
--- axis/axis1/java/trunk/maven/maven-axis-server-plugin/pom.xml (original)
+++ axis/axis1/java/trunk/maven/maven-axis-server-plugin/pom.xml Wed May  1 
10:00:07 2013
@@ -79,12 +79,4 @@
 test
 
 
-
-
-
-maven-plugin-plugin
-2.9
-
-
-
 

Modified: axis/axis1/java/trunk/maven/maven-axis-server-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/maven-axis-server-plugin/src/site/site.xml?rev=1477940&r1=1477939&r2=1477940&view=diff
==
--- axis/axis1/java/trunk/maven/maven-axis-server-plugin/src/site/site.xml 
(original)
+++ axis/axis1/java/trunk/maven/maven-axis-server-plugin/src/site/site.xml Wed 
May  1 10:00:07 2013
@@ -17,7 +17,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-
+
 
 
 

Modified: axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/pom.xml?rev=1477940&r1=1477939&r2=1477940&view=diff
==
--- axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/pom.xml (original)
+++ axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/pom.xml Wed May  1 
10:00:07 2013
@@ -76,12 +76,4 @@
 1.8.1
 
 
-
-
-
-maven-plugin-plugin
-2.9
-
-
-
 

Modified: 
axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/src/main/java/org/apache/axis/tools/maven/java2wsdl/GenerateWsdlMojo.java
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/src/main/java/org/apache/axis/tools/maven/java2wsdl/GenerateWsdlMojo.java?rev=1477940&r1=1477939&r2=1477940&view=diff
==
--- 
axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/src/main/java/org/apache/axis/tools/maven/java2wsdl/GenerateWsdlMojo.java
 (original)
+++ 
axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/src/main/java/org/apache/axis/tools/maven/java2wsdl/GenerateWsdlMojo.java
 Wed May  1 10:00:07 2013
@@ -25,7 +25,7 @@ import org.apache.maven.plugin.MojoExecu
 import org.apache.maven.plugin.MojoFailureException;
 
 /**
- * 
+ * Generates a WSDL description from a Java class.
  * 
  * @goal generate-wsdl
  * @requiresDependencyResolution compile

Modified: axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/src/site/site.xml?rev=1477940&r1=1477939&r2=1477940&view=diff
==
--- axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/src/site/site.xml 
(original)
+++ axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/src/site/site.xml Wed 
May  1 10:00:07 2013
@@ -17,7 +17,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-
+
 
 
 

Modified: axis/axis1/java/trunk/maven/maven-wsdd-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/maven-wsdd-plugin/pom.xml?rev=1477940&r1=1477939&r2=1477940&view=diff
==
--- ax

svn commit: r1477942 - in /axis/axis1/java/trunk: pom.xml src/site/xdoc/artifacts.xml

2013-05-01 Thread veithen
Author: veithen
Date: Wed May  1 10:13:23 2013
New Revision: 1477942

URL: http://svn.apache.org/r1477942
Log:
Don't include dependency locations in reports. Anyway, all dependencies are 
available from Maven central.

Modified:
axis/axis1/java/trunk/pom.xml
axis/axis1/java/trunk/src/site/xdoc/artifacts.xml

Modified: axis/axis1/java/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1477942&r1=1477941&r2=1477942&view=diff
==
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Wed May  1 10:13:23 2013
@@ -418,6 +418,9 @@
 
 
 
+
+
false
+
 
 
 

Modified: axis/axis1/java/trunk/src/site/xdoc/artifacts.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/src/site/xdoc/artifacts.xml?rev=1477942&r1=1477941&r2=1477942&view=diff
==
--- axis/axis1/java/trunk/src/site/xdoc/artifacts.xml (original)
+++ axis/axis1/java/trunk/src/site/xdoc/artifacts.xml Wed May  1 10:13:23 2013
@@ -144,6 +144,9 @@
 
 
 
+
+All artifacts and dependencies are available from the http://search.maven.org/";>Maven Central Repository.
+
 
 
 




svn commit: r1478006 - /axis/axis1/java/trunk/src/site/apt/index.apt

2013-05-01 Thread veithen
Author: veithen
Date: Wed May  1 14:06:25 2013
New Revision: 1478006

URL: http://svn.apache.org/r1478006
Log:
Added a front page.

Added:
axis/axis1/java/trunk/src/site/apt/index.apt

Added: axis/axis1/java/trunk/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/src/site/apt/index.apt?rev=1478006&view=auto
==
--- axis/axis1/java/trunk/src/site/apt/index.apt (added)
+++ axis/axis1/java/trunk/src/site/apt/index.apt Wed May  1 14:06:25 2013
@@ -0,0 +1,48 @@
+~~ 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.
+
+  -
+  About
+  -
+
+  Apache Axis\u2122 is a second generation SOAP engine, the successor to the 
Apache SOAP project,
+  itself based on the original SOAP4J code that IBM contributed to Apache in 
April 2000.
+  In contrast to its predecessor, Axis is fully WSDL aware. It also supports 
the JAX-RPC API.
+
+~~ Ref.: http://markmail.org/thread/qa7w2e6onva2sn5m
+
+  Today, Apache Axis is to a large extend superseded by a new generation of 
SOAP stacks
+  such as {{{http://axis.apache.org/axis2/java/core/}Apache Axis2}},
+  {{{http://cxf.apache.org/}Apache CXF}} and {{{http://metro.java.net/}Metro}}.
+  However, Axis is still relevant for the following type of projects:
+  
+* Projects that need to use JAX-RPC. There are only two Open Source 
implementations
+  of that API: Axis and {{{http://java.net/projects/jax-rpc/}Sun's 
reference implementation}}.
+
+* Projects that need to consume or expose Web services that use SOAP 
encoding.
+  SOAP encoding has been deprecated and is no longer supported by modern 
Web service
+  frameworks. However, there are still legacy services that use type of 
encoding.
+
+* Existing projects that were built using Axis and for which the return on 
investment
+  of rewriting them using a modern Web service framework would be too low.
+
+  []
+  
+=
+
+  Apache Axis, Axis, Apache, the Apache feather logo, and the Apache Axis 
project logo are
+  trademarks of The Apache Software Foundation.
\ No newline at end of file




svn commit: r1478015 - /axis/axis1/java/trunk/pom.xml

2013-05-01 Thread veithen
Author: veithen
Date: Wed May  1 14:21:47 2013
New Revision: 1478015

URL: http://svn.apache.org/r1478015
Log:
Configured maven-scm-publish-plugin.

Modified:
axis/axis1/java/trunk/pom.xml

Modified: axis/axis1/java/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1478015&r1=1478014&r2=1478015&view=diff
==
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Wed May  1 14:21:47 2013
@@ -367,6 +367,20 @@
 
 
 
+
+org.apache.maven.plugins
+maven-site-plugin
+3.2
+
+
+true
+
+
+
+org.apache.maven.plugins
+maven-scm-publish-plugin
+1.0-beta-2
+
 
 
 
@@ -427,8 +441,7 @@
 
 1.4
 http://axis.apache.org/axis/java
-
-dav:http://localhost/sites/axis
+
scm:svn:https://svn.apache.org/repos/asf/axis/site/axis/java
 
 
 




svn commit: r1478043 - in /axis/axis1/java/trunk: axis-model/ axis/ soapmonitor-applet/ soapmonitor-applet/src/site/ soapmonitor-client/ soapmonitor-client/src/site/ src/site/xdoc/

2013-05-01 Thread veithen
Author: veithen
Date: Wed May  1 15:06:25 2013
New Revision: 1478043

URL: http://svn.apache.org/r1478043
Log:
Some site fixes.

Added:
axis/axis1/java/trunk/soapmonitor-applet/src/site/
axis/axis1/java/trunk/soapmonitor-applet/src/site/site.xml   (with props)
axis/axis1/java/trunk/soapmonitor-client/src/site/
axis/axis1/java/trunk/soapmonitor-client/src/site/site.xml   (with props)
Modified:
axis/axis1/java/trunk/axis-model/pom.xml
axis/axis1/java/trunk/axis/pom.xml
axis/axis1/java/trunk/soapmonitor-applet/pom.xml
axis/axis1/java/trunk/soapmonitor-client/pom.xml
axis/axis1/java/trunk/src/site/xdoc/artifacts.xml

Modified: axis/axis1/java/trunk/axis-model/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-model/pom.xml?rev=1478043&r1=1478042&r2=1478043&view=diff
==
--- axis/axis1/java/trunk/axis-model/pom.xml (original)
+++ axis/axis1/java/trunk/axis-model/pom.xml Wed May  1 15:06:25 2013
@@ -99,6 +99,14 @@
 
 
 
+
+
+maven-site-plugin
+
+true
+true
+
+
 
 
 

Modified: axis/axis1/java/trunk/axis/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis/pom.xml?rev=1478043&r1=1478042&r2=1478043&view=diff
==
--- axis/axis1/java/trunk/axis/pom.xml (original)
+++ axis/axis1/java/trunk/axis/pom.xml Wed May  1 15:06:25 2013
@@ -92,6 +92,7 @@
 
${project.groupId}:axis-rt-transport-mail
 
${project.groupId}:axis-codegen
 
${project.groupId}:axis-tools
+
${project.groupId}:soapmonitor-client
 
${project.groupId}:tcpmon
 
 

Modified: axis/axis1/java/trunk/soapmonitor-applet/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/soapmonitor-applet/pom.xml?rev=1478043&r1=1478042&r2=1478043&view=diff
==
--- axis/axis1/java/trunk/soapmonitor-applet/pom.xml (original)
+++ axis/axis1/java/trunk/soapmonitor-applet/pom.xml Wed May  1 15:06:25 2013
@@ -27,4 +27,11 @@
 
 soapmonitor-applet
 SOAP Monitor Applet
+${baseUrl}/soapmonitor/applet
+
+
+axis
+${baseSiteUrl}/soapmonitor/applet
+
+
 

Added: axis/axis1/java/trunk/soapmonitor-applet/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/soapmonitor-applet/src/site/site.xml?rev=1478043&view=auto
==
--- axis/axis1/java/trunk/soapmonitor-applet/src/site/site.xml (added)
+++ axis/axis1/java/trunk/soapmonitor-applet/src/site/site.xml Wed May  1 
15:06:25 2013
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+

Propchange: axis/axis1/java/trunk/soapmonitor-applet/src/site/site.xml
--
svn:eol-style = native

Modified: axis/axis1/java/trunk/soapmonitor-client/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/soapmonitor-client/pom.xml?rev=1478043&r1=1478042&r2=1478043&view=diff
==
--- axis/axis1/java/trunk/soapmonitor-client/pom.xml (original)
+++ axis/axis1/java/trunk/soapmonitor-client/pom.xml Wed May  1 15:06:25 2013
@@ -27,6 +27,13 @@
 
 soapmonitor-client
 SOAP Monitor Client
+${baseUrl}/soapmonitor/client
+
+
+axis
+${baseSiteUrl}/soapmonitor/client
+
+
 
 
 ${project.groupId}

Added: axis/axis1/java/trunk/soapmonitor-client/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/soapmonitor-client/src/site/site.xml?rev=1478043&view=auto
==
--- axis/axis1/java/trunk/soapmonitor-client/src/site/site.xml (added)
+++ axis/axis1/java/trunk/soapmonitor-client/src/site/site.xml Wed May  1 
15:06:25 2013
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+

Propchange: axis/axis1/java/trunk/soapmonitor-client/src/site/site.xml
--
svn:eol-style = native

Modified: axis/axis1/java/trunk/src/site/xdoc/artifacts.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/src/site/xdoc/artifacts.xml?rev=1478043&r1=1478042&r2=1478043&view=diff
==
--- axis/axis1/java/trunk/src/site/xdoc/artifacts.xml (original)
+++ a

svn commit: r1478088 - in /axis/site/axis/java: ./ ant/ ant/css/ ant/images/ ant/images/logos/ ant/images/profiles/ ant/img/ ant/js/ ant/skin/ apiDocs/ apiDocs/javax/xml/messaging/ apiDocs/javax/xml/m

2013-05-01 Thread veithen
Author: veithen
Date: Wed May  1 16:40:28 2013
New Revision: 1478088

URL: http://svn.apache.org/r1478088
Log:
Replaced Axis 1.4 (Java) site with snapshot version to be able to
- implement branding guidelines;
- update project metadata (mailing lists, etc);
- update download locations.


[This commit notification would consist of 418 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]