You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2007/08/03 08:31:53 UTC

[jira] Assigned: (AXIS2-2428) Problem with Maven2 Java2WSDL Plug-in Guide and WSDL2Code Plug-in Guide

     [ https://issues.apache.org/jira/browse/AXIS2-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-2428:
----------------------------------------

    Assignee: Lahiru Sandakith  (was: Chatra Nakkawita)

> Problem with Maven2 Java2WSDL Plug-in Guide and WSDL2Code Plug-in Guide
> -----------------------------------------------------------------------
>
>                 Key: AXIS2-2428
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2428
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.1.1
>         Environment: w2ksp4 jvm 1.4.1 eclipse 3.2 
>            Reporter: Sergey Bespalov
>            Assignee: Lahiru Sandakith
>            Priority: Minor
>
> I put quide sample in my pom file. Tag <configuration> - is wrong. It higliting by eclipse And also don't compile at all. 
> <?xml version="1.0" encoding="UTF-8"?>
> <project xmlns="http://maven.apache.org/POM/4.0.0"
> 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
> 	<modelVersion>4.0.0</modelVersion>
> 	<groupId>www</groupId>
> 	<artifactId>SM</artifactId>
> 	<version>1.0</version>
> 	<build>
> 		<plugins>
> 			<plugin>
> 				<groupId>org.apache.axis2.maven2</groupId>
> 				<artifactId>axis2-wsdl2code-maven-plugin</artifactId>
> 				<executions>
> 					<execution>
> 						<goals>
> 							<goal>wsdl2code</goal>
> 						</goals>
> 					</execution>
> 					<configuration>
> 						<packageName>com.foo.myservice</packageName>
> 					</configuration>
> 				</executions>
> 			</plugin>
> 		</plugins>
> 	</build>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org