Hi I am generating some descriptors with the xdoclet plugin and moving the
config to xdoclet2 does not seem to make a lot of sense to me.  Also I cant
seem to figure out if it has websphere support...has anybody done this
before? Thanks

Larry

 <plugin>
        <groupId>org.codehaus.mojo</groupId>
    <artifactId>xdoclet-maven-plugin</artifactId>
    <executions>
     <execution>
       <id>generateSources</id>
       <phase>generate-sources</phase>
       <goals>
          <goal>xdoclet</goal>
       </goals>
       <configuration>
         <tasks>
            <ejbdoclet
             verbose="true"
             ejbSpec="2.1"
             destDir="${project.build.directory}/generate-sources/xdoclet">
             <fileset
                 dir="${project.build.sourceDirectory}">
            <include name="**/*Bean.java"></include>
            <include name="**/*MDB.java"></include>
             </fileset>
             <entitybmp/>
             <entitycmp/>
             <entityfacade/>
             <entitypk/>
             <homeinterface/>
             <localhomeinterface/>
             <localinterface/>
             <remoteinterface/>
             <session/>
             <utilobject cacheHomes="true"
                        includeGUID="true"/>
             <deploymentdescriptor useIds="true"
                                   destDir="${project.build.directory
}/xdoclet/ejbdoclet/META-INF"/>
             <websphere
                        useIds="true"
                xmlencoding="UTF-8"
                validateXML="true"
                destDir="${project.build.directory
}/xdoclet/ejbdoclet/META-INF"/>
             <jboss version="4.0"
                        useIds="true"
                validateXML="true"
                destDir="${project.build.directory
}/xdoclet/ejbdoclet/META-INF"/>

          </ejbdoclet>
        </tasks>
               </configuration>
          </execution>
            </executions>
     </plugin>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to