Hi,

I am using the following plugin in the pom.xml file for a carbon component
in order to create a SOAP client for Jira.

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>axistools-maven-plugin</artifactId>
    <version>1.3</version>
    <dependencies>
        <dependency>
            <groupId>axis</groupId>
            <artifactId>axis</artifactId>
            <version>1.3</version>
        </dependency>
    </dependencies>
    <configuration>
        <wsdlFiles>
            <wsdlFile>jirasoapservice-v2.wsdl</wsdlFile>
        </wsdlFiles>
        <packageSpace>com.atlassian.jira.rpc.soap.client</packageSpace>
    </configuration>
    <executions>
        <execution>
            <id>wsdl2java-generation</id>
            <phase>generate-sources</phase>
            <goals>
                <goal>wsdl2java</goal>
            </goals>
        </execution>
    </executions>
</plugin>

But when I build the component the class files generated by this plugin are
missing in the built jar file.

Is there any configurations I can do to bundle these class files in to the
Carbon component, may be in the Manifest file?

Any advice is highly appreciated.

Thanks.

Regards,
Dilhasha


*M.N.F. Dilhasha*
Software Engineering Intern | *WSO2 Lanka*

email   :
*[email protected] <[email protected]>*mobile : +94 77 8449321
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to