Craig Andrews
|
aaf955444a
|
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-27 11:38:12 +00:00 |
johara
|
c675f9b527
|
HHH-11149 : Update plugin parameters for maven enhancer plugin
|
2016-10-03 17:21:38 +01:00 |
barreiro
|
60e2123337
|
HHH-10801 - Bytecode enhancement of @MappedSuperclass
(cherry picked from commit cdc69a475b )
|
2016-07-01 13:37:22 -07:00 |
barreiro
|
1590ad145b
|
HHH-10359 - Have consistent configuration of bytecode enhancement
|
2015-12-16 15:55:31 -06:00 |
barreiro
|
6828f5ee9b
|
HHH-10354 - Rename 'field access' to 'extended enhancement'
|
2015-12-16 13:56:56 -06:00 |
barreiro
|
85c1fd7e9e
|
HHH-10145 - [maven plugin] Transitive dependencies as well
|
2015-11-06 12:17:41 -06:00 |
barreiro
|
22a4bdd502
|
HHH-10145 - [maven plugin] Include dependencies in loader classloader
|
2015-11-06 12:17:41 -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 |