| Type |
Changes |
By |
 |
Implement BuildContext facility in Maven 2.1. This was an idea which
was backed out of Maven then in CBUIDLS itself (CBUILDS-22). Fixes CBUILDS-1. |
John Casey, Jason van Zyl |
 |
Replace Antcalls with plexus Commandline utility calls. Simplifies
dependencies and fixes alot of buggy ant tasks Fixes CBUILDS-2. |
John Casey |
 |
Simplify configurations using new profile extensions in maven 2.1.
While implemented, this is not released in 1.0-alpha-5 as this
release was backported when the profile extensions release was
delayed to Maven 3.0 (CBUILDS-28). Fixes CBUILDS-3. |
John Casey |
 |
Have the patch plugin bow out gracefully if there is nothing to do. Fixes CBUILDS-4. |
John Casey |
 |
Source patches are always unpacked even if source archive has been
expanded. Fixes CBUILDS-5. |
John Casey |
 |
Incorporate implicit version ranges for handline version numbers
where 1.2.0 -> [1.2.0,1.2.1) Fixes CBUILDS-6. |
John Casey |
 |
make:configure step should suport forcing relative-path reference to
./configure Fixes CBUILDS-7. |
John Casey |
 |
Add parameter aliases to make:configure that are more intuitive
(skipConfigure in addition to skipConfig) Fixes CBUILDS-8. |
John Casey |
 |
Maven dependencies need to match RPM dependencies Fixes CBUILDS-9. |
John Casey |
 |
Incorporate release number into maven version. Fixes CBUILDS-10. |
John Casey |
 |
Add support for defining an environment variable for a mojo execution. Fixes CBUILDS-11. |
John Casey |
 |
Need support for code generation tools Fixes CBUILDS-13. |
John Casey |
 |
SCM based C builds lifecycle Fixes CBUILDS-14. |
John Casey |
 |
Create unit and integration tests for make-maven-plugin Fixes CBUILDS-15. |
John Casey |
 |
Create unit and integration tests for rpm-cbuild-maven-plugin Fixes CBUILDS-16. |
John Casey |
 |
Create unit and integration tests for cbuilds-utils Fixes CBUILDS-17. |
John Casey |
 |
Binary project artifact must include system specific
OS/Architecture tokens as a classifier Fixes CBUILDS-19. |
John Casey |
 |
Build failure when installing RPM Fixes CBUILDS-20. |
Lee Thompson |
 |
rpm plugin fails from incompatible /etc/*releases file with Redhat AS5
and Centos OS4 Fixes CBUILDS-21. |
Lee Thompson |
 |
Deal with BuildContext being deprecated in Maven 2.1 (aka Maven 3.0) Fixes CBUILDS-22. |
Lee Thompson |
 |
Pass DESTDIR to make install correctly as documented with autotools Fixes CBUILDS-24. |
Lee Thompson |
 |
maven clean does not delete symbolic links Fixes CBUILDS-25. |
Lee Thompson |
 |
Deal with maven 2.1-SNAPSHOTs being deleted out of internet repos Fixes CBUILDS-26. |
Lee Thompson |
 |
Downport code from Maven 3.x to Maven 2.x Fixes CBUILDS-28. |
Lee Thompson |