| Key |
Summary |
Status |
Resolution |
By |
Type |
Version |
Fix Version |
| MHIBERNATE-30 |
Running hbm2ddl from parent POM generates code in parent's target directory |
Closed |
Fixed |
Tim O'Brien |
Bug |
|
2.0-alpha-2 |
| MHIBERNATE-35 |
Cannot use custom template with hbmtemplate component |
Closed |
Fixed |
Johann Reyes |
Bug |
|
2.0-alpha-2 |
| MHIBERNATE-55 |
It would be useful to be able to pull configuration in from the classpath as well as filesystem paths. |
Closed |
Fixed |
Johann Reyes |
Improvement |
|
2.0 |
| MHIBERNATE-34 |
Allow generic exporter (hbmtemplate) to optionaly add the generated source folder to the project compile source root folders list |
Closed |
Fixed |
Tim O'Brien |
Bug |
|
2.0 |
| MHIBERNATE-51 |
Write Documentation for using Annotions with hibernate3 plugin |
Closed |
Fixed |
Unassigned |
Improvement |
|
2.0 |
| MHIBERNATE-56 |
Bug in hibernate3-maven-plugin configuration documentation |
Closed |
Fixed |
Tim O'Brien |
Bug |
2.0-alpha-2 |
2.0 |
| MHIBERNATE-60 |
scan-classes and scan-jars for annotationconfiguration not documented |
Closed |
Fixed |
Tim O'Brien |
Bug |
2.0-alpha-2 |
2.0 |
| MHIBERNATE-57 |
Verify templatePath changes work. If they don't please apply the attached patch. |
Closed |
Fixed |
Johann Reyes |
Sub-task |
2.0-alpha-2 |
2.0 |
| MHIBERNATE-71 |
jpaconfiguration does not support namingstrategy |
Closed |
Fixed |
Johann Reyes |
Improvement |
2.0 |
2.1 |
| MHIBERNATE-72 |
Example page with phase embedding shows wrong example |
Closed |
Fixed |
Johann Reyes |
Bug |
2.0 |
2.1 |
| MHIBERNATE-64 |
Update dependencies to latest hibernate and hibernate tools |
Closed |
Fixed |
Johann Reyes |
Improvement |
2.1 |
2.1 |
| MHIBERNATE-77 |
component properties configuration "templatepath" ist not recognized correctly |
Closed |
Fixed |
Johann Reyes |
Bug |
2.1 |
2.2 |
| MHIBERNATE-78 |
Docs: refer to component properties page from parameter detail documentation |
Closed |
Fixed |
Johann Reyes |
Improvement |
|
2.2 |
| MHIBERNATE-79 |
Docs: default value for 'update' |
Closed |
Fixed |
Johann Reyes |
Improvement |
|
2.2 |
| MHIBERNATE-75 |
DuplicateMappingException: Duplicate class/entity mapping |
Closed |
Fixed |
Johann Reyes |
Bug |
2.1 |
2.2 |
| MHIBERNATE-81 |
Fatal Error with jcl-over-slf4j |
Closed |
Fixed |
David J. M. Karlsen |
Bug |
2.1 |
2.2 |
| MHIBERNATE-82 |
Plugin must use latest Hibernate version 3.3 |
Closed |
Fixed |
David J. M. Karlsen |
Improvement |
2.1 |
2.2 |
| MHIBERNATE-85 |
Schema generation broke in IT test jpa-configuration-hsql after upgrading |
Closed |
Fixed |
David J. M. Karlsen |
Sub-task |
2.2 |
2.2 |
| MHIBERNATE-84 |
Duplicate/Unwanted adding of the outputDirectory to the compileSourceRoot |
Closed |
Fixed |
David J. M. Karlsen |
Bug |
2.2 |
2.2 |
| MHIBERNATE-88 |
slf4j exception on build |
Closed |
Fixed |
David J. M. Karlsen |
Bug |
2.2 |
2.2 |
| MHIBERNATE-86 |
Generated sources not compiling |
Closed |
Fixed |
David J. M. Karlsen |
Bug |
2.2 |
2.2 |
| MHIBERNATE-83 |
ClassNotFoundException with hbm2java |
Closed |
Fixed |
David J. M. Karlsen |
Bug |
2.2 |
2.2 |
| MHIBERNATE-19 |
Generated source files are not included in the compile path. |
Closed |
Fixed |
Johann Reyes |
Bug |
|
|
| MHIBERNATE-23 |
[hibernate3-maven-plugin] fix dependencies |
Closed |
Fixed |
Unassigned |
Bug |
|
|
| MHIBERNATE-16 |
maven-hibernate3-api/pom.xml is broken - w/ patch |
Closed |
Fixed |
Johann Reyes |
Bug |
|
|
| MHIBERNATE-15 |
Parameter 'outputFile' preffixes all paths with basedir, no absolute paths possible |
Closed |
Fixed |
Johann Reyes |
Bug |
|
|
| MHIBERNATE-1 |
Hibernate 3 Annotations support |
Closed |
Fixed |
Johann Reyes |
New Feature |
|
|
| MHIBERNATE-24 |
Build:testing fails due to undeleted mispelled EntiNtyFinder classes |
Closed |
Fixed |
Johann Reyes |
Bug |
|
|
| MHIBERNATE-14 |
path is not correctly genereated when using annotations and the hibernate3:hbm2ddl goal - w/ patch |
Closed |
Fixed |
Johann Reyes |
Bug |
|
|
| MHIBERNATE-17 |
Hibernate3 maven pluging to execute a process-resources before generate-sources not compile |
Closed |
Fixed |
Johann Reyes |
Bug |
|
|
| MHIBERNATE-33 |
Goal ist written as hbm2dll instead of hbm2ddl in outputDirectoryConfiguration and Documentation |
Closed |
Fixed |
Johann Reyes |
Bug |
|
|
| MHIBERNATE-27 |
Typo in Classname: Hbm2DLLExporterMojo.java |
Closed |
Fixed |
Corridor Software Developer |
Bug |
|
|
| MHIBERNATE-21 |
[maven-hibernate3-plugin] Plugin does not include log4j into its dependencies |
Closed |
Fixed |
Johann Reyes |
Bug |
|
|
| MHIBERNATE-26 |
java.lang.NoClassDefFoundError: org/hibernate/engine/query/sql/NativeSQLQueryReturn |
Closed |
Fixed |
Johann Reyes |
Bug |
|
|
| MHIBERNATE-22 |
[HIBERNATE3] Support for NamingStrategy and entities in dependencies |
Closed |
Fixed |
Unassigned |
Bug |
|
|
| MHIBERNATE-32 |
Revisiting the execute phase problem (MOJO-438). Easy to fix! |
Closed |
Fixed |
Johann Reyes |
Bug |
|
|
| MHIBERNATE-42 |
Update hbm2doc mojo for hibernate-tools 3.2.0.beta9 |
Closed |
Fixed |
Johann Reyes |
New Feature |
|
|
| MHIBERNATE-47 |
[HIBERNATE3] Documentation update |
Closed |
Fixed |
Brett Porter |
Improvement |
|
|
| MHIBERNATE-48 |
Add svn:ignores to modules |
Closed |
Fixed |
Johann Reyes |
Improvement |
|
|
| MHIBERNATE-36 |
[hibernate3-maven-plugin] Enable hbm2ddl for JPA annotated classes + docs (patch) |
Closed |
Fixed |
Johann Reyes |
Bug |
|
|
| MHIBERNATE-52 |
[hibernate3-plugin] Add variables to mojo parameters to allow configure them from cmd line |
Closed |
Fixed |
Johann Reyes |
Improvement |
|
|
| MHIBERNATE-39 |
[Patch] Add configurationClass config param for custom Configuration implementations |
Closed |
Fixed |
Johann Reyes |
New Feature |
|
|
| MHIBERNATE-50 |
Add a configuration element that allows you to skip plugin's execution |
Closed |
Fixed |
Johann Reyes |
Improvement |
|
|
| MHIBERNATE-54 |
Allow shutting down embedded derby from hibernate3-maven-plugin |
Closed |
Fixed |
Johann Reyes |
Wish |
|
|
| MHIBERNATE-43 |
Update POMs to be WebDav ready |
Closed |
Fixed |
Carlos Sanchez |
Task |
|
|
| MHIBERNATE-44 |
[Hibernate3] Remove Ant dependencies |
Closed |
Fixed |
Brett Porter |
Improvement |
|
|
| MHIBERNATE-37 |
Graph support for hbm2doc |
Closed |
Fixed |
Johann Reyes |
New Feature |
|
|
| MHIBERNATE-25 |
Upgrade hibernate to current release versions - w/ patch |
Closed |
Fixed |
Johann Reyes |
Bug |
|
|
| MHIBERNATE-45 |
turn the configuration file to not mendatory |
Closed |
Fixed |
Johann Reyes |
Improvement |
|
|