Re: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released

2007-03-07 Thread David J. M. Karlsen

Johann Reyes wrote:

Hello David

Actually yes, set the export flag to false


That's already in my configuration, the complete section for the plugin is:

plugin
groupIdorg.codehaus.mojo/groupId
artifactIdhibernate3-maven-plugin/artifactId
version2.0-alpha-1/version
configuration
components
component
namehbm2hbmxml/name

outputDirectorytarget/classes/outputDirectory
!-- cannot use annotations yet
	 
implementationannotationconfiguration/implementation

 --
/component
component
namehbm2doc/name

implementationannotationconfiguration/implementation
/component
component
namehbm2java/name

implementationannotationconfiguration/implementation
/component
component
namehbm2ddl/name

implementationannotationconfiguration/implementation
/component
/components
componentProperties
jdk5true/jdk5
outputfilenamedatabase-schema.sql/outputfilename
exportfalse/export
updatefalse/update
dropfalse/drop
createfalse/create
formattrue/format
packagenamemypackage.types/packagename
delimitergo/delimiter
/componentProperties
/configuration
executions
execution
phaseprocess-classes/phase
goals
!--  goalhbm2ddl/goal --
goalhbm2hbmxml/goal
goalhbm2cfgxml/goal
/goals
/execution!--
execution
idsite/id
phasesite/phase
goals
goalhbm2doc/goal
/goals
/execution  --
/executions
/plugin


--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released

2007-03-06 Thread David J. M. Karlsen

Johann Reyes skrev:


Hello David

Thanks for the report, documentation has been fixed.
 


Thanks - I'm using annotations, and call the goals

   goalhbm2hbmxml/goal
   goalhbm2cfgxml/goal


Is there any way to prevent the plugin from trying to connect to the DB 
- as the annotations are source for the mapping?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released

2007-03-06 Thread Johann Reyes
Hello David

Actually yes, set the export flag to false

Regards

Johann Reyes

-Original Message-
From: David J. M. Karlsen [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 06, 2007 8:21 PM
To: Maven Users List
Subject: Re: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released

Johann Reyes skrev:

Hello David

Thanks for the report, documentation has been fixed.
  

Thanks - I'm using annotations, and call the goals

goalhbm2hbmxml/goal
goalhbm2cfgxml/goal


Is there any way to prevent the plugin from trying to connect to the DB 
- as the annotations are source for the mapping?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released

2007-03-04 Thread Johann Reyes
Hello David

Thanks for the report, documentation has been fixed.

Regards

Johann Reyes

-Original Message-
From: David J. M. Karlsen [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 02, 2007 4:45 PM
To: Maven Users List
Subject: Re: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released

Johann Reyes wrote:
 Hello everyone,

  

 I am pleased to announce the release of the Hibernate3 Maven Plugin
version
 2.0-alpha-1.

  

 This release includes:

 1)   Support of the hbm2doc, hbm2ddl, hbm2java, hbm2hbmxml, and hbm2cfgxml
 goals from the hibernate-tools project (http://tools.hibernate.org).

 2)   Plugin documentation.
   
The links on the front-page seem broken, f.ex. 
http://mojo.codehaus.org/maven-hibernate3/hibernate3-maven-plugin/hbm2cfgxml
.html

-- 
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released

2007-03-02 Thread David J. M. Karlsen

Johann Reyes wrote:

Hello everyone,

 


I am pleased to announce the release of the Hibernate3 Maven Plugin version
2.0-alpha-1.

 


This release includes:

1)   Support of the hbm2doc, hbm2ddl, hbm2java, hbm2hbmxml, and hbm2cfgxml
goals from the hibernate-tools project (http://tools.hibernate.org).

2)   Plugin documentation.
  
The links on the front-page seem broken, f.ex. 
http://mojo.codehaus.org/maven-hibernate3/hibernate3-maven-plugin/hbm2cfgxml.html


--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]