Commit Graph

9 Commits

Author SHA1 Message Date
Chris Beams
beafd5566c Polish whitespace and comments in pom files
- Convert spaces to tabs on -ftp/pom.xml

- Normalize multi-line comments to fit the following style:
    <!--
        depend explicitly on 2.0 in order to pick up the new
        release:update-versions goal
    -->

- Revert some of the formatting that the Maven release:update-versions
  goal forced on us. After it failed to perform its duties during the M7
  release, it appears we will not be using it anymore.
2010-09-04 13:24:25 +02:00
Mark Fisher
7d73117d7a updates for m7 release 2010-09-03 18:56:05 +00:00
Josh Long
3ad7043d1e updated the distribution.xml to include twitter, sftp and ftp adapters. 2010-08-30 15:48:01 +00:00
Mark Fisher
082e0dd1c0 INT-910 added spring-integration-groovy to the main build 2010-07-21 17:07:05 +00:00
Mark Fisher
88b2798427 INT-1222 adding the spring-integration-xmpp module to the build/distribution process 2010-07-05 21:39:12 +00:00
Chris Beams
eb3793fbbc excluding target from spring-integration-samples during assembly process 2010-06-25 19:40:00 +00:00
Chris Beams
7ae2c364ea added exclusion to omit target/ directories from samples when being added to the distribution zip file; projects should be 'ready to be built by maven', not 'already built by maven' 2010-06-02 20:25:10 +00:00
Chris Beams
ef62031617 commented out section in distribution.xml assembly descriptor that aggregates dependencies into the lib/ directory until we figure out what our final plan is with distributing third party dependencies. also copied distributionManagement section from root pom to parent pom; unfortunately it looks like this duplication across the poms cannot be avoided. 2010-06-02 19:20:22 +00:00
Chris Beams
5c77f08fa9 now producing exact same assembly structure and content as M4 distribution zip. see src/assembly/distribution.xml and src/main/scripts/build-distribution.sh 2010-05-28 05:44:04 +00:00