HI,
try this

<plugin>
   <groupId>xdoclet</groupId>
   <artifactId>maven2-xdoclet2-plugin</artifactId>
   <version>2.0.5</version>
   <executions>
       <execution>
       <id>xdoclet</id>
       <phase>process-classes</phase>
       <goals>
           <goal>xdoclet</goal>
       </goals>
       </execution>
   </executions>
   <dependencies>
       <dependency>
       <groupId>xdoclet-plugins</groupId>
       <artifactId>xdoclet-plugin-hibernate</artifactId>
       <version>1.0.4-SNAPSHOT</version>
       </dependency>
   </dependencies>
   <configuration>
       <configs>
       <config>
           <components>
           <component>
               <classname>
org.xdoclet.plugin.hibernate.HibernateMappingPlugin</classname>
                <params>
                   <version>3.0</version>
                   <destdir>${project.build.outputDirectory}</destdir>
                            </params>
           </component>
           </components>


       </config>
       </configs>
   </configuration>


      </plugin>
     </plugins>
    </build>

.....
<pluginRepositories>
            <pluginRepository>
                <id>dist.codehaus.org</id>
                <releases>
                    <enabled>true</enabled>
                </releases>
                <snapshots>
                    <enabled>true</enabled>
                </snapshots>
                <name>XDoclet central repository on codehaus</name>
                <url>http://dist.codehaus.org</url>
                <layout>legacy</layout>
            </pluginRepository>
   </pluginRepositories>


hth
marco



On 2/7/07, swedmaster <[EMAIL PROTECTED]> wrote:

Hi!

What is the status of the plugins in general and the hibernate one in
particular? I'm beginning to wonder whether I should put my trust in some
other .hbm.xml-generating solution, it seems like there will never be a
1.0.4-release and availability at Maven2-repository. It's a pity really.

Regards,

/Froberg




____________________________________________________________________________________
No need to miss a message. Get email on-the-go
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to