Craig Andrews
|
71d278b77d
|
HHH-11282 - HHH-11287 - HHH-11288 - [ hibernate-enhance-maven-plugin ] m2e/Eclipse integration + requiresDependencyResolution in descriptor + use project artifacts
Get artifacts from project, not executionProject
|
2017-01-26 11:20:21 +00:00 |
johara
|
305e738478
|
HHH-11149 : Update plugin parameters for maven enhancer plugin
|
2016-10-03 17:20:52 +01:00 |
barreiro
|
e8cab909c0
|
HHH-10801 - Bytecode enhancement of @MappedSuperclass
(cherry picked from commit cdc69a475b )
Conflicts:
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/mapped/MappedSuperclassTestTask.java
|
2016-07-01 14:04:39 -07:00 |
barreiro
|
f16b8aafdf
|
HHH-10359 - Change default values in bytecode enhance build-time plugins
|
2015-12-16 15:59:31 -06:00 |
barreiro
|
cb0dcc0641
|
HHH-10354 - Rename 'field access' bytecode enhancement
|
2015-12-16 14:08:09 -06:00 |
barreiro
|
b4b6fa97e6
|
HHH-10145 - [maven plugin] Transitive dependencies as well
(cherry picked from commit 7da8e53469 )
|
2015-11-06 12:22:50 -06:00 |
barreiro
|
577bd4752a
|
HHH-10145 - [maven plugin] Include dependencies in loader classloader
(cherry picked from commit 080fcd9082 )
|
2015-11-06 12:22:27 -06:00 |
barreiro
|
088b15f451
|
HHH-9938 - field access parameter on maven enhacement plugin
|
2015-07-29 09:26:26 -05:00 |
barreiro
|
6ef981edf8
|
HHH-9582 - maven enahcer plugin - fix local classloader
|
2015-07-08 02:46:04 +01:00 |
barreiro
|
3e72b84b0c
|
HHH-9584 - maven enahcer plugin - add parameter to control behavior in case of error
|
2015-07-08 02:45:36 +01:00 |
barreiro
|
ebb2ca19cd
|
HHH-9813 - Improve Hibernate Enhance Maven Plugin
|
2015-05-27 12:03:22 -05:00 |
Steve Ebersole
|
bd256e4783
|
HHH-9803 - Checkstyle fix ups - headers
|
2015-05-18 23:25:14 -05:00 |
Steve Ebersole
|
7308e14fed
|
HHH-9803 - Checkstyle fix ups
|
2015-05-15 18:07:07 -05:00 |
barreiro
|
165f037bad
|
HHH-8489 - bytecode enhancement: bi-directional associtation management
Closes #933
|
2015-05-07 13:10:58 -05:00 |
Steve Ebersole
|
b790840b1e
|
release 5.0.0.Beta2
|
2015-04-29 23:30:20 -05:00 |
Steve Ebersole
|
f6980f3324
|
release 5.0.0.Beta2
|
2015-04-29 23:21:38 -05:00 |
barreiro
|
81d30aa037
|
HHH-9679 - Fix hibernate-enhance-maven-plugin buid script
|
2015-03-26 13:03:16 -05:00 |
Brett Meyer
|
4ef7cd9696
|
HHH-8777 corrected configurations used in pom plugin
|
2014-02-04 12:32:21 -05:00 |
Brett Meyer
|
518bda7a43
|
HHH-8777 dynamically generate descriptor dependencies
Conflicts:
.gitignore
hibernate-enhance-maven-plugin/src/main/resources/META-INF/maven/plugin.xml
hibernate-enhance-maven-plugin/src/main/resources/META-INF/maven/plugin.xml.original
tooling/hibernate-enhance-maven-plugin/src/main/resources/META-INF/maven/plugin.xml
|
2014-02-04 10:37:48 -05:00 |
Jeremy Whiting
|
be4f2e186d
|
HHH-8777 Completed implementation of Maven Enhance Plugin fixing issue
with
missing descriptor files. Mojo will automatically hook into build
lifecycle compile phase.
Conflicts:
hibernate-enhance-maven-plugin/src/main/java/org/hibernate/bytecode/enhance/plugins/MavenEnhancePlugin.java
settings.gradle
tooling/hibernate-maven-plugin/hibernate-maven-plugin.gradle
|
2014-02-04 10:29:50 -05:00 |