[hibernate-commits] [hibernate/hibernate-validator] 15f175: HV-414 Moving the assembly descriptor from the par...

noreply at github.com noreply at github.com
Sat Jan 15 07:03:43 EST 2011


Branch: refs/heads/master
Home:   https://github.com/hibernate/hibernate-validator

Commit: 15f1755b20c06499f04503372eb9a658e0609e83
    https://github.com/hibernate/hibernate-validator/commit/15f1755b20c06499f04503372eb9a658e0609e83
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  A hibernate-validator-distribution/src/main/assembly/dist.xml
  R src/main/assembly/dist.xml

Log Message:
-----------
HV-414 Moving the assembly descriptor from the parent pom into the dedicated distribution module

Within the assembly we cannot use moduleset anymore we have to use dependencyset. See also discussion under http://www.sonatype.com/books/mvnref-book/reference/assemblies-set-dist-assemblies.html
This is also not a perfect solution, because I have for example to repeat the dependencies in the distribution pom in oder to use them in the distribution.


Commit: 250f36ba5711ed452cc7bfc82ebbed54c424a68d
    https://github.com/hibernate/hibernate-validator/commit/250f36ba5711ed452cc7bfc82ebbed54c424a68d
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  A hibernate-validator-distribution/pom.xml

Log Message:
-----------
HV-414 Moving the distribution creation into its own module.

This is the same as suggested in http://www.sonatype.com/books/mvnref-book/reference/assemblies-set-dist-assemblies.html and the same we do in Core 3.6
Not perfect, but it is very tiresome to fight maven all the time


Commit: fd2343e9c086ad2ed85138103ef70ae9342be65c
    https://github.com/hibernate/hibernate-validator/commit/fd2343e9c086ad2ed85138103ef70ae9342be65c
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M pom.xml

Log Message:
-----------
HV-414 Moving the assembly descriptor from the parent pom into the dedicated distribution module

The deploy plugin doe not have to call assembly anymore directly. Instead the assembly is bound to a life cycle in the distribution module
Also updating some plugin version (compiler plugin)


Commit: f7d014698bd431596afc71fd50f5520658fa52eb
    https://github.com/hibernate/hibernate-validator/commit/f7d014698bd431596afc71fd50f5520658fa52eb
Author: Gunnar Morling <gunnar.morling at googlemail.com>
Date:   2011-01-15 (Sat, 15 Jan 2011)

Changed paths:
  M hibernate-validator-distribution/pom.xml

Log Message:
-----------
HV-414: Clarified description in distribution's pom.xml




More information about the hibernate-commits mailing list