I am sorry if I was not explicit in my question but I did try most of the
following options. None of them do what I want.
http://jibx.sourceforge.net/maven-jibx-plugin/schema-codegen-mojo.html

Following is my pom:

<execution>
                        <id>agreementservice-schema-codegen</id>
                        <goals>
                            <goal>schema-codegen</goal>
                        </goals>
                        <configuration>
                            <verbose>true</verbose>

<schemaLocation>src/main/config/ecif-agreementservice</schemaLocation>

<schemaBindingDirectory>${build.sourceDirectory}</schemaBindingDirectory>
                            <includeSchemas>
                                <includeSchema>*.*</includeSchema>
                            </includeSchemas>
                            <excludeSchemas>
                                <excludeSchema>*.wsdl</excludeSchema>
                            </excludeSchemas>

<defaultPackage>agreementservice.client.types</defaultPackage>
                            <options>

<package>agreementservice.client.types</package>
                                <show-schema>false</show-schema>
                                <generate-all>true</generate-all>

<binding-file-name>agreementservice-client-binding.xml</binding-file-name>
                            </options>
                        </configuration>
 </execution>

On Thu, Aug 11, 2011 at 6:05 PM, Schmitt, Ryan <ryan...@amazon.com> wrote:

> What are you doing currently, and what are the results? Did you read the
> CodeGen documentation? There are a number of parameters you will probably
> find useful:
>
> http://jibx.sourceforge.net/fromschema/codegen.html
>
> - Ryan
>
> From: Abhijit Sarkar <forumsplusbl...@gmail.com>
> Reply-To: JiBX users <jibx-users@lists.sourceforge.net>
> Date: Wed, 10 Aug 2011 17:14:07 -0700
> To: 'JiBX users' <jibx-users@lists.sourceforge.net>
> Subject: Re: [jibx-users] [schema-codegen] Is it possible to generate
> source and binding files in separate directories?
>
> Someone please advise.****
>
> ** **
>
> *From:* Abhijit Sarkar 
> [mailto:forumsplusbl...@gmail.com<forumsplusbl...@gmail.com>]
>
> *Sent:* Tuesday, August 09, 2011 5:40 PM
> *To:* 'JiBX users'
> *Subject:* [schema-codegen] Is it possible to generate source and binding
> files in separate directories?****
>
> ** **
>
> Hi,****
>
> I was wondering if it is possible to generate source and binding files in
> separate directories during codegen? I wanted the sources to be under
> src/main/java and binding files under src/main/config.****
>
> ** **
>
> Regards,****
>
> Abhijit****
>
>
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it.
> http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> jibx-users mailing list
> jibx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jibx-users
>
>
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to